Rancher UI
Go to file
Vincent Fiduccia 73d22abffd Bug fixes 2015-11-20 17:33:13 -07:00
app Bug fixes 2015-11-20 17:33:13 -07:00
blueprints Ember 1.13: About screen, deprecate cattle.* 2015-07-05 20:07:51 -07:00
config Remove backwards-compatible RANCHER_ENDPOINT 2015-10-27 09:05:06 -07:00
public Bug fixes 2015-11-17 11:45:43 -07:00
scripts Update to node 0.12 2015-11-17 12:27:24 -07:00
server Rename RANCHER_ENDPOINT, make catalog endpoint configurable 2015-10-24 17:09:06 -07:00
tests Breadcrumbs, navigation, tweaks 2015-11-11 02:35:18 -07:00
vendor tanis list and storage view. 2015-11-20 16:19:12 -07:00
.ackrc Ignore more folders 2014-12-17 18:05:08 -07:00
.bowerrc Initial Import 2014-12-17 14:19:03 -07:00
.drone.yml Update dind for build 2015-05-29 14:39:46 -07:00
.editorconfig Ember 1.12 updates 2015-06-26 01:37:39 -07:00
.ember-cli Update to ember-cli 0.1.15, ember 1.10 2015-02-18 14:34:44 -07:00
.gitignore Initial Import 2014-12-17 14:19:03 -07:00
.gitmodules Locally hosted Open Sans, rancher-icons, update font-awesome 2015-09-14 13:58:21 -07:00
.jshintrc Update to Ember & CLI 1.13.8 2015-10-07 16:48:05 -07:00
.watchmanconfig Fix host label fields (rancher/rancher#1461), s/project/stack label (rancher/rancher#1483) 2015-07-13 17:38:54 -07:00
Dockerfile Made the build/bootstrap scripts 'wrap' friendly and setup for drone 2015-01-07 16:50:02 -07:00
LICENSE Remove notice from license 2015-02-25 15:23:22 -07:00
README.md Add dependencies command 2015-11-10 13:45:16 -07:00
bower.json Bug fixes 2015-11-12 10:16:25 -07:00
ember-cli-build.js Much tweaks 2015-11-13 01:42:44 -07:00
package.json Add ember-cli-sass 2015-11-18 11:57:58 -07:00
testem.json Ember 1.12 updates 2015-06-26 01:37:39 -07:00

README.md

Rancher UI

Perhaps you like managing cattle.

Build Status

Usage

Prerequisites:

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

  brew install node watchman
  npm install -g bower

Setup:

  git clone 'https://github.com/rancher/ui'
  cd 'ui'
  ./scripts/update-dependencies
  git submodule init
  git submodule update
  npm install
  bower install

Run development server:

  npm start

Connect to UI at http://localhost:8000/ . The server automatically picks up file changes, restarts itself, and reloads the web browser.

Run development server pointed at another instance of the Rancher API

  RANCHER="http://rancher:8080/" npm start

and/or pointed at another instance of the Catalog API

  CATALOG="http://catalog:8088/" npm start

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

Compiling for distribution

The built-in cattle server expects to be run from /static/ and hosted on a CDN. To generate the CDN files, run:

  ./scripts/build-static

Running Tests

  npm install -g ember-cli
  • ember test
  • ember test
  • ember test --server

Bugs & Issues

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

Or just click here to create a new issue.

License

Copyright (c) 2014-2015 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.