文件名称:harp-openshift:在 OpenShift 上运行 HarpJS 的简单扩展
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-14 18:00:58
JavaScript
竖琴 在 OpenShift 上运行 HarpJS 的简单扩展。 安装 在项目文件夹中执行npm install harp-openshift --save 。 用法 创建一个新的 NodeJS OpenShift 应用程序 以下行在命名空间示例中创建一个名为 harptest 的新可扩展 NodeJS 应用程序。 rhc create-app harptest nodejs-0.10 -s -n example 克隆和清理应用程序 git clone ssh:// < user> @harptest-example.openshift.local/~/git/harptest.git/ harptest cd harptest rm deplist.txt index.html 添加依赖项 将包 harp 和 harp-openshift 依赖项添加到 package.json
【文件预览】:
harp-openshift-master
----package.json(803B)
----LICENSE.md(1KB)
----lib()
--------index.js(2KB)
--------middleware.js(2KB)
----README.md(1KB)
----.jshintrc(8KB)