Author: eduardo.padoan
Date: Mon Mar 2 16:30:40 2009
New Revision: 1144
Modified:
wiki/NewPinaxSetup.wiki
Log:
Fixed some typos. Minor stuff.
Modified: wiki/NewPinaxSetup.wiki
==============================================================================
--- wiki/NewPinaxSetup.wiki (original)
+++ wiki/NewPinaxSetup.wiki Mon Mar 2 16:30:40 2009
@@ -14,7 +14,7 @@
$ sudo apt-get install subversion git-core
}}}
-virtualenv will be used to create an isolated enviorement with all the
required python modules including django and pinax:
+virtualenv will be used to create an isolated environment with all the
required python modules including django and pinax:
{{{
$ sudo apt-get install python-virtualenv
@@ -26,7 +26,7 @@
$ sudo apt-get install python-imaging
}}}
-The boot script will create a virtualenv named pina-env and add pinax and
django to it .
+The boot script will create a virtualenv named pinax-env and add pinax and
django to it .
Download it for example to /home/username
@@ -40,7 +40,7 @@
$ python pinax-boot.py pinax-env
}}}
-Activating the script will change the $PATH to point to the virtualenv
bin/ directory and update your promt
+Activating the script will change the $PATH to point to the virtualenv
bin/ directory and update your prompt.
{{{
http://pypi.python.org/pypi/virtualenv#activate-script
@@ -54,13 +54,13 @@
$ source bin/activate
}}}
-We will use pip to download all the packages spreaded across git, svn and
bzr.
+We will use pip to download all the packages spread across git, svn and
bzr.
{{{
pip install --requirement
/home/username/pinax-env/src/pinax/requirements/external_apps.txt
}}}
-Pinax is shiped with several predefined projects. We'll use the
basic_project as a simple example.
+Pinax is shipped with several predefined projects. We'll use the
basic_project as a simple example.
We'll create the SQLite database using the django manage.py script.
@@ -80,7 +80,7 @@
$ python manage.py runserver.
}}}
-now you can use a web browser and navigate to http://localhost:8000 and
see the basic_project
+Now you can use a web browser and navigate to http://localhost:8000 and
see the basic_project
When you want to update the code you have to update both pinax and the
apps.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---