Skip to content

Commit e766301

Browse files
committed
Document how to run the project
1 parent e23c119 commit e766301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Set up a virtualenv and run:
2424
make build
2525

2626
This will install the requirements, collect static files, migrate the database, and finally load all the existing fixtures into your database.
27+
Afterwards, you can run
28+
29+
make run-prod
30+
31+
to start the webserver.
2732

2833
## Updating requirements
2934
Add or remove the dependency from either `requirements.prod.in` or `requirements.dev.in` as appropriate.

0 commit comments

Comments
 (0)