https://github.com/swagdevops/spin
https://github.com/swagdevops/spin
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swagdevops/spin
- Owner: SwagDevOps
- License: gpl-3.0
- Created: 2018-10-13T17:43:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T17:10:46.000Z (almost 7 years ago)
- Last Synced: 2025-05-15T05:34:28.541Z (12 months ago)
- Language: Ruby
- Size: 3.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
```
bundle install --path vendor/bundle --clean
```
```
rake package:install
```
## Compile assets
```
bundle exec rake assets
```
## Start Docker stack
```
docker/compose start
```