Skip to content

pedro/mysqlomatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL-o-Matic

This app is an example Heroku Add-On.

MySQL-o-matic is a multitenant MySQL cloud service similar to Amazon RDS or FathomDB. Users can use ActiveRecord or other Ruby ORM to connect to their provisioned database. The web portion of the cloud service is written in Rails, and new databases are configured by a shell command to mysqladmin.

There is also an example consumer.

Installation

$ gem install -v=2.3.5 rails
$ gem install mysql
$ gem install foreman
$ cp config/database.yml.example config/database.yml
$ rake gems:install
$ rake db:setup
$ cp .env.sample .env
$ foreman start -p 3000

About

this is just a test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published