root/deployment-scripts/README

Revision 91, 0.7 KB (checked in by 235, 2 years ago)

features

Line 
1cgi deployment scripts for django projects
2for SVN repository and MySQL database
32007-2010 http://www.pleso.net/
4Oleksandr Pryymak
5
6Features:
7 - update to the latest version of code from SVN. Or update to the exact version given in URL: http://example.com/cgi/01_update.sh?100
8 - drop existing database and create a new database with default admin&pass
9 - sync existing database
10
11   
12Get latest code from http://django.org.ua/
13svn co http://django.org.ua/svn/deployment-scripts/
14wiki page: http://django.org.ua/wiki/DeploymentScripts
15
16
17Tune settings, drop into cgi-bin folder.
18
19Default admin credentials:
20login: admin
21pass: 12345
22
23BEWARE: mod_python under apache caches the code, so you have to wait or restart apache after update.
24
25
Note: See TracBrowser for help on using the browser.