Skip to content

abmid/icanvas-analytics

Repository files navigation

iCanvas Analytics

License

Web Apps for reporting Canvas LMS
  • This project under development and part of UMM (University of Muhammadiyah Malang)

Todos

Installation / Use

iCanvas Analytics require database PostgreSQL to run.

Docker

  1. Copy .env.example paste and give name .env
  2. Change information about database PostgreSQL (PG_HOST, PG_PORT, PG_DBNAME, PG_USER, PG_PASSWORD)
  3. Change SECRET_KEY
  4. 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

Manual

  1. You must install Go lang first, check about installation in here.
  2. Copy .env.example paste and give name .env
  3. Change information about database PostgreSQL (PG_HOST, PG_PORT, PG_DBNAME, PG_USER, PG_PASSWORD)
  4. Change SECRET_KEY
  5. 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

License

MIT