##// END OF EJS Templates
fix paths readme.markdown
fix paths readme.markdown

File last commit:

r1209:b9fe757c default
r1209:b9fe757c default
Show More
readme.markdown
37 lines | 999 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/
# INSTALLATION #
1. Install all dependencies over pip or system-wide
neko259
Added upgrade section to the readme file
r453 2. Setup a database in `neboard/settings.py`
neko259
readme.markdown edited online with Bitbucket
r1155 3. Run `./manage.py migrate` to apply all south migrations
slemonide
fix paths readme.markdown
r1209 4. Apply config changes to `boards/config/config.ini`. You can see the default settings in `boards/config/default_config.ini`
neko259
Fixed readme syntax
r433
# 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.
neko259
Added upgrade section to the readme file
r453 # UPGRADE #
1. Backup your project data.
neko259
readme.markdown edited online with Bitbucket
r1155 2. Copy the project contents over the old project directory
3. Run migrations by `./manage.py migrate`
neko259
Added upgrade section to the readme file
r453
You can also just clone the mercurial project and pull it to update
neko259
Fixed readme syntax
r433 # CONCLUSION #
slemonide
add \n to readme.markdown
r1208 Enjoy our software and thank you!