How to install AesirX Analytics
Server Setup
Before installing AesirX analytics, you must have the following installed 1st party server for AesirX Analytics:
1. Clone project from github
git clone https://github.com/aesirxio/analytics-1stparty.git
2. Clone the aesirx-1stparty.env.dist file into aesirx-1stparty.env and customize
2.1 You can choose not to customize anything.
2.2 If you have a separate MongoDB server, you can specify the credentials using the following variables:
- DBUSER
- DBPASS
- DBHOST
- DBPORT
- DBNAME
2.3 You can choose to change the HTTP_PORT variable (default 80), which is the port that your 1st party server will listen to.
3. Execute docker compose up -d to run the full setup, including the MongoDB server.
Share