← Back
Editing: README.md
# Arithmetic Manager ## Introduction This project intend to provide API for Arithmetic applications and dashboard to visualize collected data. ## Init project ### Customize application Open `.env` file on project root Change parameters to your need : ``` # Webserver port NGINX_PORT=80 # PHPMyAdmin port PMA_PORT=8080 # Set solution if not set in URL SOLUTION="lift-manager" ``` ### Run docker If not installed, go to [Docker Website](https://docs.docker.com/get-docker/) and install it. Then, just go on your root project and run : ``` make init ``` ## Deploy #### Powered by [DeployHQ](https://www.deployhq.com/) Instructions : - Push in `dev` branch to deploy to staging - Push in `prod` branch to deploy to production (PR required)
Save File
Cancel