Rancher UI
Go to file
Vincent Fiduccia 2003cd9b57 Fingerprint filenames 2015-09-30 15:37:12 -07:00
app Fix/change things around after a review from darren 2015-09-29 14:22:40 -07:00
blueprints Ember 1.13: About screen, deprecate cattle.* 2015-07-05 20:07:51 -07:00
config Build local version for tarball, CDN for hosted version 2015-09-16 01:20:50 -07:00
public Generic support for other Machine drivers 2015-09-23 10:16:47 -07:00
scripts Don't build tarbal for latest 2015-09-22 13:26:52 -07:00
server Generic support for other Machine drivers 2015-09-23 10:16:47 -07:00
tests Fixing bugs and making additions based on review 2015-09-24 10:45:33 -07:00
vendor Generic support for other Machine drivers 2015-09-23 10:16:47 -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 Added processes tab to admin pages. 2015-09-21 12:05:22 -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 Use node 0.12 2015-09-08 14:35:06 -07:00
bower.json Added processes tab to admin pages. 2015-09-21 12:05:22 -07:00
ember-cli-build.js Fingerprint filenames 2015-09-30 15:37:12 -07:00
package.json Fix/change things around after a review from darren 2015-09-29 14:22:40 -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'
  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

RANCHER_ENDPOINT can also be hostname[:8080] or ip[:8080].

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.