- This project under development and part of UMM (University of Muhammadiyah Malang)
iCanvas Analytics require database PostgreSQL to run.
- Copy .env.example paste and give name .env
- Change information about database PostgreSQL (PG_HOST, PG_PORT, PG_DBNAME, PG_USER, PG_PASSWORD)
- Change SECRET_KEY
- Open terminal change directory to this project and write command
make docker
After container successfull running, you can access default in port :8000
/ http://localhost:8000
To stop continer, use this command
make docker-stop
- You must install Go lang first, check about installation in here.
- Copy .env.example paste and give name .env
- Change information about database PostgreSQL (PG_HOST, PG_PORT, PG_DBNAME, PG_USER, PG_PASSWORD)
- Change SECRET_KEY
- Open terminal change directory to this project and write command
make app
After successfull generate, you can access default in port :8000
/ http://localhost:8000
MIT