{"revision": {"id": "f2932f0c-2f95-11f1-b70e-e86a64d24d78", "node_id": "f2924939-2f95-11f1-8a03-e86a64d24d78", "user_id": "edc3f576-2f95-11f1-900f-e86a64d24d78", "author": "foxhop", "data": "Setting up a pylowiki site\r\n========================================\r\n\r\nThis page will outline the steps needed to setup a production pylowiki site.  If you are interested in running a demo or local PC version of pylowiki, check out `minimal pylowiki install instructions </pylowiki#install>`_\r\n\r\nIn this tutorial we will be configuring pylowiki to run:\r\n\r\n* as a wsgi application\r\n* with an apache2 webserver\r\n* in a python virtualenv\r\n* with a mysql database backend\r\n\r\n\r\nGet the sourcecode\r\n=========================\r\n\r\nThe pylowiki sourcecode is hosted at bitbucket.org.  You will need mecurial (hg) revision control to download the source.\r\n\r\nFor debian or ubuntu\r\n\r\n.. code-block:: shell\r\n\r\n    sudo apt-get install mercurial\r\n\r\nOnce you have mercurial you need to clone the pylowiki sourcecode\r\n\r\n.. code-block:: shell\r\n    \r\n    hg clone http://bitbucket.org/russellballestrini/pylowiki\r\n\r\n    mv pylowiki mysite\r\n\r\nNow you should have the sourcecode in local filesystem.  You might want to come up with a workflow to maintain your changes and still accept revisions from the upstream pylowiki repository.  I'll leave that up to you.\r\n\r\n", "source_format": "rst", "revision_number": 4, "created": 1284929161000}}