[snowy] Update INSTALL for django 1.1 and latest piston reqs



commit 33285619bd179bd854d924e5381d6a794165a721
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sun Sep 6 12:52:02 2009 -0700

    Update INSTALL for django 1.1 and latest piston reqs

 INSTALL |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index afbfafe..85dbfeb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,9 +9,12 @@ Running Snowy From Your Git Checkout
    python-lxml, python-tz, python-sqlite2, python-dateutil, python-setuptools,
    python-uuid, python-simplejson
 
-1. Install django from SVN:
-	svn co http://code.djangoproject.com/svn/django/trunk/ django
-	cd django && sudo python setup.py install
+1. Install django 1.1. If your distro does not have packages for 1.1, then
+   download the tarball and install it like so:
+	wget http://www.djangoproject.com/download/1.1/tarball/
+	tar zxvf Django-1.1.tar.gz
+	cd Django-1.1
+	sudo python setup.py install
 
 2. Set up your local settings file (in your snowy git checkout):
 	cp local_settings.py.in local_settings.py
@@ -19,6 +22,8 @@ Running Snowy From Your Git Checkout
 3. Setup snowy database (in your snowy git checkout):
 	python manage.py syncdb
 
+	NOTE: Don't name your admin user 'admin'
+
 4. Start local snowy (in your snowy git checkout):
 	python manage.py runserver
 
@@ -30,6 +35,12 @@ Running Snowy From Your Git Checkout
 		Domain name:  localhost:8000
 		Display name: Snowy
 
+	- In the Consumers table, make sure the 'anyone' consumer is set up:
+
+	        Key: anyone
+		Secret: anyone
+		Status: Accepted
+
 6. Play with snowy:
 	http://localhost:8000/myusername/notes (for example)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]