[snowy] Add INSTALL instructions for running snowy out of your git checkout.



commit 6c0737ee204a3e22f78509dedd94c2b9936a1243
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon May 4 17:01:03 2009 -0700

    Add INSTALL instructions for running snowy out of your git checkout.
---
 INSTALL |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..9b4567f
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,25 @@
+Running Snowy From Your Git Checkout
+--
+0. Install python-libxslt, python-libxml2, and python-sqlite
+   (package names somewhat different from distro to distro).
+
+1. Install django from SVN:
+	svn co http://code.djangoproject.com/svn/django/trunk/ django
+	cd django && sudo python setup.py install
+
+2. Setup snowy database (in your snowy git checkout):
+	python manage.py syncdb
+
+3. Start local snowy (in your snowy git checkout):
+	python manage.py runserver
+
+4. Admin your snowy:
+	http://127.0.0.1:8000/admin (you can add notes here for now)
+
+5. Play with snowy:
+	http://127.0.0.1:8000/notes/1 (for example)
+
+
+Installing/Deploying Snowy
+--
+TODO



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