##// END OF EJS Templates
Fixed updating thread posts when reaching bumplimit. Updated logo
Fixed updating thread posts when reaching bumplimit. Updated logo

File last commit:

r1209:b9fe757c default
r1219:4a5bec08 2.8.2 default
Show More
readme.markdown
37 lines | 999 B | text/x-markdown | MarkdownLexer

INTRO

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. Install all dependencies over pip or system-wide
  2. Setup a database in neboard/settings.py
  3. Run ./manage.py migrate to apply all south migrations
  4. Apply config changes to boards/config/config.ini. You can see the default settings in boards/config/default_config.ini

RUNNING

You can run the server using django default embedded webserver by running

./manage.py runserver <address>:<port>

See django-admin command help for details

Also consider using wsgi or fcgi interfaces on production servers.

UPGRADE

  1. Backup your project data.
  2. Copy the project contents over the old project directory
  3. Run migrations by ./manage.py migrate

You can also just clone the mercurial project and pull it to update

CONCLUSION

Enjoy our software and thank you!