Can I install Pinax on Windows Environment?
Is there a easy way?
Which environment do you recommend?
Can I install Pinax on Windows Environment? Is there a easy way? Which environment
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
<pinax-directory>(maybe c:\pinax ?)cdto<pinax-directory>\scriptsfolderpython 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>\scriptsdirectoryactivate.batscriptpython clone_project social <pinax-env>\social<pinax-env>\socialpython manage.py syncdbexecute
python manage.py runserveropen your browser to the server and you should see your new pinax site
Voila!! Pinax on Windows.