最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to install Parse.com 'Cloud Code' on Windows? - Stack Overflow

programmeradmin1浏览0评论

Parse have released their 'Cloud Code' JavaScript API, but there are no instructions for getting started on Windows.

How do you go about getting up and running in a Windows environment?

Parse. have released their 'Cloud Code' JavaScript API, but there are no instructions for getting started on Windows.

How do you go about getting up and running in a Windows environment?

https://parse./docs/cloud_code_guide

Share Improve this question asked Sep 15, 2012 at 10:13 MeirionMeirion 7885 silver badges18 bronze badges 2
  • I have the answer for this, but low rep prevents me from posting it for 7 hours! – Meirion Commented Sep 15, 2012 at 10:20
  • 1 The install shell script in the installation guide just downloads a (piled) python file which you can probably just download by hand and use in a python interpreter on windows. This also means that the whole process (starting with the installer script) should work in cygwin. – l4mpi Commented Sep 15, 2012 at 10:23
Add a ment  | 

2 Answers 2

Reset to default 11

This is what I did to get Parse. Cloud Code running on Windows 8.

  • Install Python 2.7 (parse don't tell you this)

  • Install Git for windows (Msysgit)

  • Run 'Git Bash' as Admin, which will give you a bash style mand line.

  • Make sure Python is working in the Git Bash... python

  • From here you can follow the Parse instructions, but remove 'sudo from the mand they give you:

    curl -s https://www.parse./downloads/cloud_code/installer.sh | /bin/bash

From here it worked for me.

We released an official version of the mand line tools for Windows last week. Check it out at http://blog.parse./2012/10/25/parse-mand-line-tools-available-for-windows/

发布评论

评论列表(0)

  1. 暂无评论