Sha256: 6a5c742ec5ede733c2b421e3ee6b9bf81f8ad034e822ea50f27de4f194352a17

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

Contents

conjur-asset-ui
===============

This Gem is a Conjur plugin providing UI features.

Usage
-----

First install the gem, with the rather clumsy name `conjur-asset-ui`.

```
gem install conjur-asset-ui
```

Or add the following line to your `Gemfile`:

```
gem 'conjur-asset-ui'
```

Next, edit your `.conjurrc` file to add the `"ui"` plugin, for example:

```
plugins:
  - ui
```

Make sure you are logged into conjur: 

```
conjur authn login
```

And run the UI:

```
conjur ui
```

## Development

### System Dependencies

* rvm with installed Ruby
* npm

### Setup

Create a gemset with [rvm](http://rvm.io):

```sh-session
$ rvm gemset use conjur-asset-ui --create
$ bundle install
```

Run `rake deps:install`, and `rake assets:build` to build js and css assets.

### Running the project

Open 2 terminal tabs.

In one, run `rake assets:watch`. In the other run `conjur ui`.

gulp will rebuild assets as needed when files change.

### Testing
    
```sh-session
$ rake features
# or run only features marked with wip tag
$ rake features:wip
```

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
conjur-asset-ui-1.6.0 README.md
conjur-asset-ui-beta-2.0.0 README.md
conjur-asset-ui-beta-1.6.2 README.md
conjur-asset-ui-beta-1.6.1 README.md
conjur-asset-ui-beta-1.6.0 README.md
conjur-asset-ui-beta-1.5.0 README.md