Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have pinax 0.7rc1 installed and working on windows 7, with no problems.</p> <p>Check out this video for a great example on how to do this. He uses pinax 0.7beta3 on windows XP.</p> <p><a href="http://www.vimeo.com/6098872" rel="nofollow noreferrer">http://www.vimeo.com/6098872</a></p> <p>Here are the steps I followed.</p> <ol> <li>download and install python</li> <li>download and install python image library</li> <li>download pinax at <a href="http://pinaxproject.com" rel="nofollow noreferrer">http://pinaxproject.com</a></li> <li>extract the download to some working directory <code>&lt;pinax-directory&gt;</code> (maybe c:\pinax ?)</li> <li>make sure you have python in your path (c:\pythonXX)</li> <li>make sure you have the python scripts folder in your path (c:\pythonXX\scripts)</li> <li>open a command prompt</li> <li><code>cd</code> to <code>&lt;pinax-directory&gt;\scripts</code> folder</li> <li>run <code>python pinax-boot.py &lt;pinax-env&gt;</code> (I used "../pinax-env")</li> <li>wait for pinax-boot process to finish</li> </ol> <p>-- technically pinax is installed and ready to use, but the next steps will get you up and running with pinax social app (any other app will also work fine)</p> <ol start="11"> <li>cd to your <code>&lt;pinax-env&gt;\scripts</code> directory</li> <li>execute the <code>activate.bat</code> script</li> <li>execute <code>python clone_project social &lt;pinax-env&gt;\social</code></li> <li>cd to <code>&lt;pinax-env&gt;\social</code></li> <li>execute <code>python manage.py syncdb</code></li> <li><p>execute <code>python manage.py runserver</code></p></li> <li><p>open your browser to the server and you should see your new pinax site</p></li> </ol> <p>Voila!! Pinax on Windows.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload