##// END OF EJS Templates
Another fixes to the readme
Another fixes to the readme

File last commit:

r434:e935d941 default
r434:e935d941 default
Show More
readme.markdown
54 lines | 942 B | text/x-markdown | MarkdownLexer
neko259
Fixed readme syntax
r433 # INTRO #
This project aims to create centralized forum-like discussion platform with
anonymity in mind.
Main repository: https://bitbucket.org/neko259/neboard/
neko259
Another fixes to the readme
r434
neko259
Fixed readme syntax
r433 Site: http://neboard.me/
# DEPENDENCIES #
## REQUIRED ##
* pillow
* django >= 1.6
* django_cleanup
* django-markupfield
* markdown
* python-markdown
* django-simple-captcha
* line-profiler
## OPTIONAL ##
* django-debug-toolbar
# INSTALLATION #
1. Install all dependencies over pip or system-wide
2. Setup a database in neboard/settings.py
3. Run
neko259
Another fixes to the readme
r434
neko259
Fixed readme syntax
r433 ./manage.py syncdb
neko259
Another fixes to the readme
r434
neko259
Fixed readme syntax
r433 and ensure the database was created
4. Run
neko259
Another fixes to the readme
r434
neko259
Fixed readme syntax
r433 ./manage.py migrate boards
neko259
Another fixes to the readme
r434
neko259
Fixed readme syntax
r433 to apply all south migrations
# RUNNING #
You can run the server using django default embedded webserver by running
neko259
Another fixes to the readme
r434
neko259
Fixed readme syntax
r433 ./manage.py runserver <address>:<port>
neko259
Another fixes to the readme
r434
neko259
Fixed readme syntax
r433 See django-admin command help for details
neko259
Another fixes to the readme
r434
neko259
Fixed readme syntax
r433 Also consider using wsgi or fcgi interfaces on production servers.
# CONCLUSION #
Enjoy our software and thank you!