Updated init and start scripts

This commit is contained in:
2010-06-03 23:55:32 +01:00
parent dafd5440a1
commit 022feb3d4b
2 changed files with 2 additions and 1 deletions

View File

@@ -3,5 +3,6 @@
svn co http://code.djangoproject.com/svn/django/branches/releases/1.1.X/django django svn co http://code.djangoproject.com/svn/django/branches/releases/1.1.X/django django
svn co http://django-evolution.googlecode.com/svn/trunk/django_evolution svn co http://django-evolution.googlecode.com/svn/trunk/django_evolution
hg clone http://bitbucket.org/jespern/django-piston/ hg clone http://bitbucket.org/jespern/django-piston/
rm -rf piston
mv django-piston/piston ./ mv django-piston/piston ./
rm -rf django-piston rm -rf django-piston

View File

@@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
/usr/bin/python ./manage.py runfcgi method=threaded host=127.0.0.1 port=9981 pidfile=./auth.pid /usr/bin/python ./manage.py runfcgi method=threaded host=127.0.0.1 port=9981