Modified:
/wiki/GettingStarted.wiki
=======================================
--- /wiki/GettingStarted.wiki Sat Jan 29 12:26:36 2011
+++ /wiki/GettingStarted.wiki Thu Feb 10 13:54:02 2011
@@ -1,8 +1,6 @@
#summary How to run your own instance of pirate-politics.
= Getting Started =
-= This is out of date, atm =
-
If you are using MacOS, Linux or a similar Unix-like operating system, the
installer script does most of the work for you:
# Download the latest App Engine SDK from
[http://code.google.com/appengine/downloads.html here] and install.
@@ -46,6 +44,8 @@
hg clone http://bitbucket.org/legutierr/django-native-tags/
hg clone http://bitbucket.org/jespern/django-piston/
hg clone http://bitbucket.org/jmoiron/django-selector/
+hg clone http://bitbucket.org/fragro/markdown
+hg clone http://bitbucket.org/fragro/beautifulsoup
}}}
# Checkout pirate-politics anonymously from google code:
{{{
@@ -64,6 +64,8 @@
ln -s ../../django-native-tags/native_tags
ln -s ../../django-piston/piston
ln -s ../../django-selector/dselector.py
+ln -s ../../markdown/python-markdown/markdown
+ln -s ../../beautifulsoup/BeautifulSoup.py
}}}
# Copy the `app.yaml.example` file to `app.yaml`. You will need your own
user-specific version of this file that is not checked in or overwritten
when you check out, because it will contain your
deployment-instance-sepecific information.
{{{