rancher/pipeline-ui

Name: pipeline-ui

Owner: Rancher

Description: Pipeline UI for Rancher 1.6

Created: 2017-12-14 09:04:20.0

Updated: 2018-05-01 08:51:42.0

Pushed: 2018-04-26 06:53:50.0

Homepage: null

Size: 4949

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

pipeline-ui

Pipeline UI for Rancher 1.6

Usage

Prerequisites:

If you're on a Mac and use Homebrew, you can follow these steps:

ew install node watchman yarn
rn global add bower

Setup:

t clone 'https://github.com/rancher/ui'
 'ui'
scripts/update-dependencies

Run development server:

rn start

Connect to UI at https://localhost:8000/. This is intended only for development, see below for distributing customizations.

Run development server pointed at another instance of the Rancher API

NCHER="http://rancher:8080/" yarn start

RANCHER can also be hostname[:port] or ip[:port].

Compiling for distribution

Rancher releases include a static copy of the UI passed in during build as a tarball. To generate that, run:

scripts/build-static
Running Tests
rn global add ember-cli
Bugs & Issues

Please submit bugs and issues to rancher/rancher with a title starting with [Pipeline].

Or just click here to create a new issue.

Useful links

License

Copyright (c) 2014-2017 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.