Rancher UI
Go to file
Vincent Fiduccia dd757abf04 Don't allow text selection in header or nav 2015-03-26 13:36:41 -07:00
app Don't allow text selection in header or nav 2015-03-26 13:36:41 -07:00
blueprints Private Registry support 2015-03-11 00:36:59 -04:00
config s/cdn.rancher.io/releases.rancher.com/g 2015-03-19 15:37:46 -07:00
psd Switch icons to Gizmo 2015-02-23 11:58:26 -07:00
public Sort registries, show address, show credential 2015-03-23 12:01:47 -07:00
scripts s/cdn.rancher.io/releases.rancher.com/g 2015-03-19 15:37:46 -07:00
server ES6 auth settings, GitHub proxy 2015-02-02 11:42:03 -07:00
tests Access Control disabled message 2015-03-19 15:37:46 -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 Project switching, Reskin part 1 2015-02-03 11:30:53 -07:00
Brocfile.js Copy To Clipboard 2015-02-25 18:06:35 -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 Update ember and ember-cli 2015-03-16 14:28:21 -07:00
package.json Fix preserved state when returning to add container 2015-03-26 09:36:19 -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.