An open API service indexing awesome lists of open source software.

https://github.com/zhangjingqiang/qiang-devops


https://github.com/zhangjingqiang/qiang-devops

activeadmin api rails react ruby

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Qiang DevOps

Qiang's DevOps skills.

## Deploy to Local

```
$ bin/rake db:create db:migrate db:seed
$ bin/rake start
```

## Deploy to Heroku

```
$ heroku buildpacks:add heroku/nodejs --index 1
$ heroku buildpacks:add heroku/ruby --index 2
$ git push heroku master
$ heroku run rake db:seed
$ heroku open
```

## License

MIT