A simple wiki app implemented in Python + Django
- Install PostgreSQL
- Generate SECRET_KEY
- Create user and database in PostgreSQL
- Set the SECRET_KEY, DB_NAME, USER, PASSWORD variables in the start.sh file
- Change script permissions
$ chmod u+x ./start.sh- Run script
$ ./start.sh -<mode> <url>For example:
$ ./start.sh -dev 127.0.0.1:8000