|
Revision 91, 0.7 KB
(checked in by 235, 2 years ago)
|
|
features
|
| Line | |
|---|
| 1 | cgi deployment scripts for django projects |
|---|
| 2 | for SVN repository and MySQL database |
|---|
| 3 | 2007-2010 http://www.pleso.net/ |
|---|
| 4 | Oleksandr Pryymak |
|---|
| 5 | |
|---|
| 6 | Features: |
|---|
| 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 | |
|---|
| 12 | Get latest code from http://django.org.ua/ |
|---|
| 13 | svn co http://django.org.ua/svn/deployment-scripts/ |
|---|
| 14 | wiki page: http://django.org.ua/wiki/DeploymentScripts |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | Tune settings, drop into cgi-bin folder. |
|---|
| 18 | |
|---|
| 19 | Default admin credentials: |
|---|
| 20 | login: admin |
|---|
| 21 | pass: 12345 |
|---|
| 22 | |
|---|
| 23 | BEWARE: mod_python under apache caches the code, so you have to wait or restart apache after update. |
|---|
| 24 | |
|---|
| 25 | |
|---|