Rancher UI
Go to file
Vincent Fiduccia 0ac2833dbc Ignore more folders 2014-12-17 18:05:08 -07:00
app Initial Import 2014-12-17 14:19:03 -07:00
config Initial Import 2014-12-17 14:19:03 -07:00
public Initial Import 2014-12-17 14:19:03 -07:00
scripts Make term.js a submodule, add build status, bump version 2014-12-17 14:50:33 -07:00
server Initial Import 2014-12-17 14:19:03 -07:00
tests Initial Import 2014-12-17 14:19:03 -07:00
vendor Initial Import 2014-12-17 14:19:03 -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 Initial Import 2014-12-17 14:19:03 -07:00
.editorconfig Initial Import 2014-12-17 14:19:03 -07:00
.ember-cli Initial Import 2014-12-17 14:19:03 -07:00
.gitignore Initial Import 2014-12-17 14:19:03 -07:00
.gitmodules Make term.js a submodule, add build status, bump version 2014-12-17 14:50:33 -07:00
.jshintrc Initial Import 2014-12-17 14:19:03 -07:00
Brocfile.js Initial Import 2014-12-17 14:19:03 -07:00
LICENSE Initial Import 2014-12-17 14:19:03 -07:00
README.md Make term.js a submodule, add build status, bump version 2014-12-17 14:50:33 -07:00
bower.json Initial Import 2014-12-17 14:19:03 -07:00
package.json Make term.js a submodule, add build status, bump version 2014-12-17 14:50:33 -07:00
testem.json Initial Import 2014-12-17 14:19:03 -07:00

README.md

Rancher UI

Perhaps you like managing cattle.

Build Status

Usage

Prerequisites:

Install dependencies:

  git clone 'https://github.com/rancherio/ui'
  cd 'ui'
  git submodule init
  git submodule update
  npm install
  bower install
  brew install watchman # (or https://facebook.github.io/watchman/docs/install.html)

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.

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

  • ember test
  • ember test --server

License

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