Can I install Pinax on Windows Environment? Is there a easy way? Which environment do you recommend?
I have pinax 0.7rc1 installed and working on windows 7, with no problems.
Check out this video for a great example on how to do this. He uses pinax 0.7beta3 on windows XP.
Here are the steps I followed.
<pinax-directory>
(maybe c:\pinax ?)cd
to <pinax-directory>\scripts
folderpython pinax-boot.py <pinax-env>
(I used "../pinax-env")-- 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)
<pinax-env>\scripts
directoryactivate.bat
scriptpython clone_project social <pinax-env>\social
<pinax-env>\social
python manage.py syncdb
execute python manage.py runserver
open your browser to the server and you should see your new pinax site
Voila!! Pinax on Windows.