Rally - 克隆现有应用程序 [英] Rally - clone existing app

查看:44
本文介绍了Rally - 克隆现有应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为我的小组创建自定义发布燃尽应用.在 Rally 中有一个名为Release Burnup"的现有应用程序,根据rally-app-builder 的说明,我认为我可以克隆这个应用程序作为起点.

I'm trying to create a custom release burnup app for my group. There is an existing app called 'Release Burnup' in Rally, and based on the instructions for rally-app-builder I thought I would be able to clone this app as a starting point.

但是,当我使用 rally-app-builder clone RallyApps ReleaseBurnup 命令时,除了将输出 html 文件中的标题更改为Son of 释放Burnup".当我对来自 github 页面的示例(使用 rally-app-builder clone RallyApps StoryBoard)尝试同样的事情时,它似乎成功克隆了一个应用程序,并更新了 App.js 文件等

However, when I use the rally-app-builder clone RallyApps ReleaseBurnup command, it doesn't seem to do anything except change the title in the output html files to "Son of ReleaseBurnup". When I tried the same thing with the example from the github page (which uses rally-app-builder clone RallyApps StoryBoard) then it seems to be successfully cloning an app, with updates to the App.js file, etc.

我猜我可能在克隆时使用了错误的名称,但我不确定如何知道哪些名称对于该命令来克隆我想要的应用程序有效.

I'm guessing that I might be using the wrong name to clone, but I'm not sure how to know what names are valid for this command to clone the app I want.

推荐答案

不幸的是,rally-app-builder clone 功能早于更新的开发和来自 RallyApps/app-catalog,所以它不支持钻取这些目录.

Unfortunately rally-app-builder clone functionality predates newer developments and the availability of source code of catalog apps from RallyApps/app-catalog, so it does not support drilling down those directories.

clone RallyApps StoryBoard 有效,因为该位置有一个 StoryBoard 应用程序.那里没有 ReleaseBurnup.ReleaseBurnup 代码不可用.

clone RallyApps StoryBoard works because there is a StoryBoard app at that location. There is no ReleaseBurnup there. ReleaseBurnup code is not available.

以下是从 GitHub 应用程序目录存储库中的 javascript 源文件构建应用程序的步骤

Here are the steps to build an app from javascript source files from GitHub app-catalog repository

  • 先决条件:

  • Prerequisites:

Node.js

rally-app-builder

获取源到本地目录(您可以分叉app-catalog repo,或从同一位置下载 zip):

Get the source to a local directory (you may either fork the app-catalog repo, or download zip from the same location):

在终端中,cd 到您要处理的应用程序的目录,并调用以下命令:

in terminal, cd to the directory of the app you want to work on, and call this command:

rally-app-builder build.

因此,使用 App.html 创建了一个部署文件夹,并且App-uncompressed.html里面,而App-debug.html是在里面创建的应用程序的根文件夹.

As a result a deploy folder is created with App.html and App-uncompressed.html inside, and App-debug.html is created in the root folder of the app.

仅当您打算自定义目录应用并希望使用源作为基础时,这些步骤才有意义.如果您想按照设计使用目录应用程序,请按照 本帮助文档中的说明直接从 AppCatalog 安装该应用程序.

These steps make sense only if you intent to customize the catalog app and want to use the source as basis. If you want to use a catalog app as it was designed, install the app directly from the AppCatalog as described in this help document.

这篇关于Rally - 克隆现有应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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