##// END OF EJS Templates
Added upgrade section to the readme file
neko259 -
r453:3d1b5816 1.5-dev
parent child Browse files
Show More
@@ -27,7 +27,7 b' Site: http://neboard.me/'
27 # INSTALLATION #
27 # INSTALLATION #
28
28
29 1. Install all dependencies over pip or system-wide
29 1. Install all dependencies over pip or system-wide
30 2. Setup a database in neboard/settings.py
30 2. Setup a database in `neboard/settings.py`
31 3. Run `./manage.py syncdb` and ensure the database was created
31 3. Run `./manage.py syncdb` and ensure the database was created
32 4. Run `./manage.py migrate boards` to apply all south migrations
32 4. Run `./manage.py migrate boards` to apply all south migrations
33
33
@@ -41,6 +41,15 b' See django-admin command help for detail'
41
41
42 Also consider using wsgi or fcgi interfaces on production servers.
42 Also consider using wsgi or fcgi interfaces on production servers.
43
43
44 # UPGRADE #
45
46 1. Backup your project data.
47 2. Save the settings in `neboard/settings.py` and `boards/settings.py`
48 3. Copy the project contents over the old project directory
49 4. Run migrations by `./manage.py migrate boards`
50
51 You can also just clone the mercurial project and pull it to update
52
44 # CONCLUSION #
53 # CONCLUSION #
45
54
46 Enjoy our software and thank you!
55 Enjoy our software and thank you!
General Comments 0
You need to be logged in to leave comments. Login now