Rancher UI
Go to file
Vincent Fiduccia 709d1aa735 Send the user to projects if there are none 2015-05-06 08:05:27 -07:00
app Send the user to projects if there are none 2015-05-06 08:05:27 -07:00
blueprints Private Registry support 2015-03-11 00:36:59 -04:00
config Environment config download 2015-04-15 16:41:00 -07:00
public Load Balancer Service 2015-05-04 17:41:56 -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 Show all projects in dropdown when auth is off (rancherio/rancher#603) 2015-04-23 16:29:16 -07:00
vendor Update login style 2015-05-03 01:53:56 -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 D3Graph WIP 2015-04-29 20:39:18 -07:00
Brocfile.js D3Graph WIP 2015-04-29 20:39:18 -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 WIP new graph view 2015-04-29 20:39:18 -07:00
package.json Project improvements 2015-05-06 08:05:27 -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.