# HG changeset patch # User neko259 # Date 2013-12-10 09:44:13 # Node ID e935d94156c0ee549ee9bd14a9a9271077b44b7f # Parent 20cd09abc86e438fd815360d901b72971d1d04a6 Another fixes to the readme diff --git a/readme.markdown b/readme.markdown --- a/readme.markdown +++ b/readme.markdown @@ -4,6 +4,7 @@ This project aims to create centralized anonymity in mind. Main repository: https://bitbucket.org/neko259/neboard/ + Site: http://neboard.me/ # DEPENDENCIES # @@ -28,17 +29,24 @@ Site: http://neboard.me/ 1. Install all dependencies over pip or system-wide 2. Setup a database in neboard/settings.py 3. Run + ./manage.py syncdb + and ensure the database was created 4. Run + ./manage.py migrate boards + to apply all south migrations # RUNNING # You can run the server using django default embedded webserver by running + ./manage.py runserver
: + See django-admin command help for details + Also consider using wsgi or fcgi interfaces on production servers. # CONCLUSION #