##// END OF EJS Templates
Merged in slemon/noboard (pull request #17)...
neko259 -
r1216:c9d11a86 merge default
parent child Browse files
Show More
@@ -12,7 +12,7 b' Site: http://neboard.me/'
12 1. Install all dependencies over pip or system-wide
12 1. Install all dependencies over pip or system-wide
13 2. Setup a database in `neboard/settings.py`
13 2. Setup a database in `neboard/settings.py`
14 3. Run `./manage.py migrate` to apply all south migrations
14 3. Run `./manage.py migrate` to apply all south migrations
15 4. Apply config changes to `boards/settings/config.ini`. You can see the default settings in `boards/settings/default_config.ini`
15 4. Apply config changes to `boards/config/config.ini`. You can see the default settings in `boards/config/default_config.ini`
16
16
17 # RUNNING #
17 # RUNNING #
18
18
@@ -34,4 +34,4 b' You can also just clone the mercurial pr'
34
34
35 # CONCLUSION #
35 # CONCLUSION #
36
36
37 Enjoy our software and thank you! No newline at end of file
37 Enjoy our software and thank you!
@@ -3,4 +3,6 b' adjacent'
3 django-haystack
3 django-haystack
4 pillow
4 pillow
5 django>=1.8
5 django>=1.8
6 bbcode No newline at end of file
6 bbcode
7 django-debug-toolbar
8 pytz
General Comments 0
You need to be logged in to leave comments. Login now