在Windows上安装Pinax [英] Installing Pinax on Windows

查看:94
本文介绍了在Windows上安装Pinax的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以在Windows环境中安装 Pinax 吗? 有一个简单的方法吗? 您推荐哪种环境?

Can I install Pinax on Windows Environment? Is there a easy way? Which environment do you recommend?

推荐答案

我已经安装了pinax 0.7rc1并可以在Windows 7上正常工作.

I have pinax 0.7rc1 installed and working on windows 7, with no problems.

请观看此视频,以获取有关如何执行此操作的绝佳示例.他在Windows XP上使用pinax 0.7beta3.

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

这是我遵循的步骤.

  1. 下载并安装python
  2. 下载并安装python图像库
  3. 通过 http://pinaxproject.com
  4. 下载pinax
  5. 将下载内容提取到某个工作目录<pinax-directory>(也许是c:\ pinax吗?)
  6. 确保路径中包含python(c:\ pythonXX)
  7. 确保路径中包含python脚本文件夹(c:\ pythonXX \ scripts)
  8. 打开命令提示符
  9. cd<pinax-directory>\scripts文件夹
  10. 运行python pinax-boot.py <pinax-env>(我使用了"../pinax-env")
  11. 等待pinax引导过程完成
  1. download and install python
  2. download and install python image library
  3. download pinax at http://pinaxproject.com
  4. extract the download to some working directory <pinax-directory> (maybe c:\pinax ?)
  5. make sure you have python in your path (c:\pythonXX)
  6. make sure you have the python scripts folder in your path (c:\pythonXX\scripts)
  7. open a command prompt
  8. cd to <pinax-directory>\scripts folder
  9. run python pinax-boot.py <pinax-env> (I used "../pinax-env")
  10. wait for pinax-boot process to finish

-从技术上讲,已经安装了pinax并可以使用它,但是下一步将使您开始使用pinax社交应用程序并运行(其他任何应用程序也可以正常运行)

-- 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)

  1. cd到您的<pinax-env>\scripts目录
  2. 执行activate.bat脚本
  3. 执行python clone_project social <pinax-env>\social
  4. cd到<pinax-env>\social
  5. 执行python manage.py syncdb
  6. 执行python manage.py runserver

  1. cd to your <pinax-env>\scripts directory
  2. execute the activate.bat script
  3. execute python clone_project social <pinax-env>\social
  4. cd to <pinax-env>\social
  5. execute python manage.py syncdb
  6. execute python manage.py runserver

打开浏览器访问服务器,您应该会看到新的Pinax网站

open your browser to the server and you should see your new pinax site

Voila !! Windows上的Pinax.

Voila!! Pinax on Windows.

这篇关于在Windows上安装Pinax的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆