https://github.com/outstand/aide
A configuration helper for Diplomat
https://github.com/outstand/aide
Last synced: 11 months ago
JSON representation
A configuration helper for Diplomat
- Host: GitHub
- URL: https://github.com/outstand/aide
- Owner: outstand
- Created: 2016-02-17T22:19:26.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T14:36:49.000Z (over 3 years ago)
- Last Synced: 2025-07-18T09:58:31.257Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aide
Glue between consul and your rails app.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'aide'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install aide
## Development
- `desk go`
- `dev build --pull aide`
- `rspec specs` to run specs
- Set the application path in the volumes section in `compose.yml`.
To release a new version:
- Update the version number in `version.rb` and commit the result.
- `dev build --pull aide`
- `release_gem`