Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/basemax/licensesystemrubyapi

API - License System - Designed in Ruby
https://github.com/basemax/licensesystemrubyapi

rails rails-api rails-application rails-tutorial ruby ruby-rails ruby-rails-sample

Last synced: 11 days ago
JSON representation

API - License System - Designed in Ruby

Awesome Lists containing this project

README

        

# License System Ruby Rails API

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...

## Deploy

```
$ heroku plugins:install heroku-builds
$ heroku builds:cancel -a basemaxrubytest
$ heroku config:set -a basemaxrubytest DB_HOST=xxx DB_PORT=3306 DB_USERNAME=license_service DB_PASSWORD=xxx
$ heroku restart -a basemaxrubytest
```

#### Known problems

- `An automatic deployment for basemaxrubytest failed. The build failed with the message Your account has reached its concurrent builds limit.`

List of all builds:
```
heroku builds -a basemaxrubytest
```

Stop and kill last running process:
```
heroku builds:cancel -a basemaxrubytest
```