Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 597 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 597 Bytes

mruby-msd Build Status

msd class

install by mrbgems

  • add conf.gem line to build_config.rb
MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'pyama86/mruby-msd'
end

How to start development

docker-compose

$ rake dev:docker
$ rake clean
$ rake test

OSX

$ brew install mysql
$ brew install redis
$ brew services start mysql
$ brew services start redis
$ rake test

License

under the MIT License:

  • see LICENSE file