Sha256: d3e477f2d61fdd60ce90fd8e4e67c4f89d4869399274aa1ab70109a4eef743b4

Contents?: true

Size: 904 Bytes

Versions: 14

Compression:

Stored size: 904 Bytes

Contents

# Bastion: The Katello UI Engine #

Bastion is a single page AngularJS based web client for the Katello server. This means that all Bastion "pages" are served from a single static page without the need for a round trip to the server.
All URLs are relative to the application root, `/content-hosts` and `/content_views`, for example, are able to be bookmarked, and work with the browser's back button.
The only real difference, as far as the user is concerned, is that the application is much quicker between Bastion "page loads" since only the HTML needed to render the next page is loaded instead of the entire page.

# Running tests:

```
cd ./engines/bastion_katello
sudo npm update -g grunt-cli
npm install
npm install ../bastion/
```

```
grunt ci
```


## Contributing ##
We welcome contributions, please see the Bastion [developer guide](https://github.com/Katello/bastion/blob/master/README.md).

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
katello-3.13.4 engines/bastion_katello/README.md
katello-3.13.3 engines/bastion_katello/README.md
katello-3.13.2 engines/bastion_katello/README.md
katello-3.13.1 engines/bastion_katello/README.md
katello-3.13.0 engines/bastion_katello/README.md
katello-3.13.0.rc2.1 engines/bastion_katello/README.md
katello-3.13.0.rc2 engines/bastion_katello/README.md
katello-3.12.3 engines/bastion_katello/README.md
katello-3.12.2 engines/bastion_katello/README.md
katello-3.13.0.rc1 engines/bastion_katello/README.md
katello-3.12.1 engines/bastion_katello/README.md
katello-3.12.0 engines/bastion_katello/README.md
katello-3.12.0.rc2 engines/bastion_katello/README.md
katello-3.12.0.rc1 engines/bastion_katello/README.md