Created
April 22, 2009 21:28
-
-
Save brosner/100092 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OS X 10.5.6, Jython 2.5b3, Pinax 0.7beta1 | |
| ========================================= | |
| *this is not functional yet* | |
| * install Jython 2.5b3 (in ~/jython2.5b3) | |
| * put ~/jython2.5b3/bin on $PATH | |
| * download Pinax 0.7beta1 and extract (in ~/pinax-0.7beta1) | |
| * jython pinax-0.7beta1/scripts/pinax-boot.py --release 0.7beta1 jython-pinax-env | |
| * source jython-pinax-env/bin/activate | |
| * pip install -U http://code.djangoproject.com/svn/django/branches/releases/1.0.X/ | |
| * rm -rf jython-pinax-env/Lib/site-packages/Django-1.0.2_final-py2.5.egg/ | |
| * pip install http://django-jython.googlecode.com/files/django-jython-1.0b1.tar.gz | |
| * pinax-admin clone_project social_project jythonet | |
| * add django_jython to INSTALLED_APPS in settings.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment