##// END OF EJS Templates
Removed hiding the form row with CSS as it causes problems with error rows
Removed hiding the form row with CSS as it causes problems with error rows

File last commit:

r435:19aabb0e default
r450:c3103f8c default
Show More
readme.markdown
46 lines | 934 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/

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 ./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 <address>:<port>

See django-admin command help for details

Also consider using wsgi or fcgi interfaces on production servers.

CONCLUSION

Enjoy our software and thank you!