在 Windows 上安装 Pinax

发布于 2024-07-30 09:30:01 字数 117 浏览 6 评论 0原文

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

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

陌上青苔 2024-08-06 09:30:01

我安装了 pinax 0.7rc1 并在 Windows 7 上运行,没有任何问题。

请观看此视频,了解如何执行此操作的一个很好的示例。 他在 Windows XP 上使用 pinax 0.7beta3。

http://www.vimeo.com/6098872

以下是我遵循的步骤。

  1. 下载并安装 python
  2. 下载并安装 python 图像库
  3. http://pinaxproject.com 下载 pinax
  4. 将下载解压到一些工作中目录 (可能是 c:\pinax ?)
  5. 确保路径中有 python (c:\pythonXX)
  6. 确保路径中有 python 脚本文件夹 (c: \pythonXX\scripts)
  7. 打开命令提示符
  8. cd\scripts 文件夹
  9. 运行 python pinax-boot.py; (我使用了“../pinax-env”)
  10. 等待 pinax-boot 进程完成

- 从技术上讲,pinax 已安装并可以使用,但接下来的步骤将让您启动并运行 pinax 社交应用程序(任何其他应用程序也可以正常工作)

  1. cd 到您的 \scripts 目录
  2. 执行 activate.bat 脚本
  3. 执行 pythonclone_projectsocial\social
  4. cd 到 \social
  5. 执行 python manage.pysyncdb
  6. 执行 python manage.py runserver

  7. 打开浏览器到服务器,您应该看到新的 pinax 站点

瞧! Windows 上的 Pinax。

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.

  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

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

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

Voila!! Pinax on Windows.

鹿! 2024-08-06 09:30:01

如果您安装了 Python 和 Django,Pinax 应该可以正常安装。 根据文档,您必须在 Windows 上专门执行一个步骤(在“Windows 用户注意事项”标题下):

http://pinaxproject.com/docs/0.5.1/install.html

Provided you have Python and Django installed, Pinax should install fine. According to the documentation there is one step that you have to do specifically on Windows however (Under the "Note To Windows Users" heading):

http://pinaxproject.com/docs/0.5.1/install.html

探春 2024-08-06 09:30:01

我花了一段时间试图让 .7 beta 在 Windows 中运行,但遇到了很多麻烦。 然而,.7 的第三个测试版(最新的测试版)似乎侧重于 Windows 支持。 因此,尝试一下,而不是“稳定”版本 - 无论如何,它已经接近稳定版本,并且现在建议使用。

但最终,我切换到了 Ubuntu,但并没有变得更快乐。 Python 开发在 Linux 中要好得多。 安装许多 Python 包更容易,我遇到的配置问题更少,并且有更好的支持和文档可用。

I spent a while trying to get the .7 beta working in Windows and ran into a lot of trouble. However, it looks like the 3rd beta release of .7 (the latest beta release) focuses on Windows support. So try that, instead of the 'stable' version - it's close to being released as stable anyway, and is recommended now for use.

In the end though, I switched to Ubuntu and haven't been happier. Python development is much nicer in Linux. It's easier to install many Python packages, I run into fewer configuration issues, and there's better support and documentation available.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文