Author: Brian.Five
Date: Mon Mar 30 08:02:29 2009
New Revision: 1170
Modified:
wiki/NewPinaxSetup.wiki
Log:
Added an overview and started adding instructions for virtualenvwrapper.
Modified: wiki/NewPinaxSetup.wiki
==============================================================================
--- wiki/NewPinaxSetup.wiki (original)
+++ wiki/NewPinaxSetup.wiki Mon Mar 30 08:02:29 2009
@@ -1,5 +1,13 @@
=New Pinax Setup=
+There are several ways of setting up the development environment for Pinax.
+
+Below are some examples - one using a script (that creates a virtualenv),
and one a manual setup using the handy virtualenvwrapper.
+
+Both use PIP. (Not sure if PIP runs on Windows)
+
+== Example 1: Ubuntu and SQLite ==
+
The following steps will lead you through the setup pinax trunk on ubuntu
8.10 to run with the production server using SQLite:
Update the packages list:
@@ -94,4 +102,15 @@
{{{
pip install --requirement
/home/username/pinax-env/src/pinax/requirements/external_apps.txt
-}}}
\ No newline at end of file
+}}}
+
+== Example 2: virtualenvwrapper on Mac OSX with SQLite ==
+
+The following steps will lead you through setting up Pinax using
virtualenvwrapper.
+
+Requirements:
+ * SQLite (comes with OSX)
+ * virtualenvwrapper
+ * Python 2.4 (or higher)
+
+(steps coming momentarily)
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---