Rancher UI
Go to file
Vincent Fiduccia c573f15117 Allow tab to go past a slider 2015-04-15 16:39:31 -07:00
app Allow tab to go past a slider 2015-04-15 16:39:31 -07:00
blueprints Private Registry support 2015-03-11 00:36:59 -04:00
config Service Discovery WIP 2015-04-09 18:06:25 -07:00
public Service Discovery WIP 2015-04-09 18:06:24 -07:00
scripts s/cdn.rancher.io/releases.rancher.com/g 2015-03-19 15:37:46 -07:00
server Remove unused body parsing 2015-04-09 18:07:14 -07:00
tests Remove /delete/ routes, use inline overlays 2015-03-31 15:24:03 -07:00
vendor Style tweaks 2015-03-25 12:30:22 -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 Drone cache, fix deprecated this.controller 2015-02-18 17:20:53 -07:00
.editorconfig Update ember, cli, handlebars and deprecations 2015-01-08 17:24:48 -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 Show pending machines as pseudo hosts 2015-02-17 23:46:26 -07:00
.jshintrc Global resource hover actions, Service code view 2015-04-13 22:39:20 -07:00
Brocfile.js Global resource hover actions, Service code view 2015-04-13 22:39:20 -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 Fix add credential, NAV colors 2015-03-25 16:42:59 -07:00
bower.json Global resource hover actions, Service code view 2015-04-13 22:39:20 -07:00
package.json Service Discovery 2015-04-14 12:17:54 -07:00
testem.json Enable projects 2015-02-07 17:58:11 -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/rancherio/ui'
  cd 'ui'
  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_ENDPOINT="http://rancher:8080/" npm start

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 rancherio/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.