Run in console:
make
See the app.ini
file to configure the popcorn app:
app.host
: app hostnameapp.port
: app portapp.root_url
: used for redirect/call back from 3rd-party authentications. To use if behind a reverse proxy or if host is 0.0.0.0
Run in console:
make run
Use db_loader
to populate the database with test data.
make populate
- install docker. https://docs.docker.com/engine/installation/
- install docker-compose. https://docs.docker.com/compose/install/
- run
docker-compose up
in the root directory; (ctrl-C to close) - open http://localhost:3000
See Dockerfile
and docker-compose.yml
for detail
The Missions
team is happy to receive contributions and suggestions.
Give a look at the Github repo
https://github.com/Morriar/Missions.
Mission enforces the following code style rules:
- All the Nit coding standards
- The
do
is on the same line as the function declaration