Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/basemax/licensesystemrubyapi
- Owner: BaseMax
- Created: 2021-07-14T12:05:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T23:08:32.000Z (7 months ago)
- Last Synced: 2024-12-03T16:46:21.295Z (about 1 month ago)
- Topics: rails, rails-api, rails-application, rails-tutorial, ruby, ruby-rails, ruby-rails-sample
- Language: Ruby
- Homepage: https://basemaxrubytest.herokuapp.com/
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```