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.
http://www.vimeo.com/6098872
Here are the steps I followed.
(maybe c:\pinax ?)cd
to \scripts
folderpython pinax-boot.py
(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)
\scripts
directoryactivate.bat
scriptpython clone_project social \social
\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.