diff --git a/readme.md b/readme.md --- a/readme.md +++ b/readme.md @@ -1,1 +1,24 @@ -This project aims to create centralized forum-like discussion platform with anonymity in mind. +This project aims to create centralized forum-like discussion platform with +anonymity in mind. + +Main repository: https://bitbucket.org/neko259/neboard/ +Site: http://neboard.me/ + += INSTALLATION = +1. Read dependency_list.txt and 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
: