为 Parse.com 设置云代码
setup cloud code for Parse.com
我已经按照 Parse.com 上的说明设置云代码。我按照步骤1下载了exe文件,步骤2之前好像少了一步
当我在命令提示符中 运行 "parse new" 时,我得到 "not recognized as an internal or external command"。我错过了什么?我如何 install/use 云代码?
Get the Parse tool
The Parse command line tool for Windows is available here. Download
the Windows executable named: parse.exe at this link. Note that this
is not an installer, it is just a plain Windows executable.
Set up a Cloud Code directory.
From the Command Prompt, run the command parse new and follow
instructions. In this quickstart we'll see how to set up your server
code on Heroku. Please read docs for more details.
我刚刚在我的 Windows 桌面上下载了解析 CLI 来解决这个问题,我相信我已经找到了你的解决方案。
您需要在 windows 上打开一个标准命令行,然后导航到您存储 parse.exe 的位置。一旦命令行与 exe 位于同一目录,您将能够 运行 parse new
和任何其他 CLI 命令。
例如,您可以执行以下操作:
- 按 Windows 键(或开始菜单)并搜索 "cmd" 然后按回车键打开命令行
- 导航到
parse.exe
所在的位置。如果它在您的桌面上,它可能类似于 cd C:\Users\<name>\Desktop
parse help
、parse new
等等现在应该可以从这个目录工作
文档感觉有点含糊,可以对 Windows 平台进行一些说明。希望这对您有所帮助!
我已经按照 Parse.com 上的说明设置云代码。我按照步骤1下载了exe文件,步骤2之前好像少了一步
当我在命令提示符中 运行 "parse new" 时,我得到 "not recognized as an internal or external command"。我错过了什么?我如何 install/use 云代码?
Get the Parse tool
The Parse command line tool for Windows is available here. Download the Windows executable named: parse.exe at this link. Note that this is not an installer, it is just a plain Windows executable.
Set up a Cloud Code directory.
From the Command Prompt, run the command parse new and follow instructions. In this quickstart we'll see how to set up your server code on Heroku. Please read docs for more details.
我刚刚在我的 Windows 桌面上下载了解析 CLI 来解决这个问题,我相信我已经找到了你的解决方案。
您需要在 windows 上打开一个标准命令行,然后导航到您存储 parse.exe 的位置。一旦命令行与 exe 位于同一目录,您将能够 运行 parse new
和任何其他 CLI 命令。
例如,您可以执行以下操作:
- 按 Windows 键(或开始菜单)并搜索 "cmd" 然后按回车键打开命令行
- 导航到
parse.exe
所在的位置。如果它在您的桌面上,它可能类似于cd C:\Users\<name>\Desktop
parse help
、parse new
等等现在应该可以从这个目录工作
文档感觉有点含糊,可以对 Windows 平台进行一些说明。希望这对您有所帮助!