This assumes the local machine is running on Ubuntu
-
Ensure docker is installed. If it is not installed, install it. Here are the instructions.
-
Ensure docker compose is installed on your system. If it is not installed, install it. Here are the instructions.
-
Clone this git repository
git clone https://github.com/profondHQ/profond-analytics.git
-
Enter the profond-analytics folder
cd profond-analytics -
Download postgresql data from here, unzip it and and put inside profond-analytics folder.
-
Convert
config/metabase_database.env.exampletoconfig/metabase_database.env. -
Update the environment variables
MB_DB_PASS,MB_ENCRYPTION_SECRET_KEYand save.MB_DB_PASS=<put_here_the_password_for_the_metabase_user> MB_ENCRYPTION_SECRET_KEY=<Add a random string here as the secret>
-
Convert
config/postgres.env.exampletoconfig/postgres.env. -
Update the environment variables
POSTGRES_PASSWORD,METABASE_PASSWORDand save.POSTGRES_PASSWORD=<put_here_the_password_for_the_postgres_user> METABASE_PASSWORD=<put_here_the_password_for_the_metabase_user>
-
Start the docker compose services
docker-compose up -d
-
Wait for 1-2 minutes until the setup and migration database of metabase is finish. Set up your metabase instance by visiting the local metabase start URL If you are on a server, use
http://<server IP>:30000. -
Login using this account:
User: viewer@profond.ai
Password: 9D9I2GYsyFh?3p
| Service | Port |
|---|---|
| Metabase | 3000 |
| Postgres | 54320 |