Message:
Update docs for manual rietveld install on Django.
Please review this at http://codereview.appspot.com/3387043/
Affected files:
M README
Index: README
===================================================================
--- README (revision 153)
+++ README (working copy)
@@ -41,23 +41,31 @@
Manual Setup
============
-First check out Rietveld from Subversion by running
+For the start you need to get this example in current directory
+ svn co
http://django-gae2django.googlecode.com/svn/trunk/examples/rietveld .
+
+Checkout the django and gae2django from Subversion if they are not on
+your PYTHONPATH
+
+Note: Rietveld requires Django 1.1!
+
+ svn co
http://code.djangoproject.com/svn/django/tags/releases/1.1.2/django django
+ svn co http://django-gae2django.googlecode.com/svn/trunk/gae2django
+
+Then check out Rietveld by running
+
svn co http://rietveld.googlecode.com/svn/trunk/codereview
svn co http://rietveld.googlecode.com/svn/trunk/static
svn co http://rietveld.googlecode.com/svn/trunk/templates
+ svn export http://rietveld.googlecode.com/svn/trunk/upload.py
+
Then modify your checked out version of Rietveld by applying all patches
-in the patches directory.
+in the patches directory (so far there is only one).
-Now set a few symbolic links to include the helper and Django by running
-
- ln -s ../../django .
- ln -s ../../gae2django .
- ln -s ../../manage.py .
-
-Note: Rietveld requires Django 1.1!
-
+ patch -p0 < patches/upload.diff
+
Finally run
./manage.py syncdb