Core libraries and tools part for pro architecture. It's a submodule - use from this perspective http://git.maniak.pro/madmaniak/pro
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tki 7521f5b15d update ruby version file 5 years ago
..
helpers initial commit - moved from pro repo 7 years ago
.ruby-version update ruby version file 5 years ago
Dockerfile update ruby 5 years ago
Gemfile initial commit - moved from pro repo 7 years ago
Gemfile.lock initial commit - moved from pro repo 7 years ago
README.md initial commit - moved from pro repo 7 years ago
console.rb initial commit - moved from pro repo 7 years ago
docker-up.sh initial commit - moved from pro repo 7 years ago
docker.yml initial commit - moved from pro repo 7 years ago
entry.rb initial commit - moved from pro repo 7 years ago
getter.rb initial commit - moved from pro repo 7 years ago
service.rb initial commit - moved from pro repo 7 years ago

README.md

Role

Backend.

Setup

http://bundler.io/#getting-started

cd tools/ruby
bundle

Procfile

ruby-1: sh -c 'cd ./tools/ruby && exec ruby entry.rb'
ruby-2: sh -c 'cd ./tools/ruby && exec ruby entry.rb'
ruby-3: sh -c 'cd ./tools/ruby && exec ruby entry.rb'
ruby-4: sh -c 'cd ./tools/ruby && exec ruby entry.rb'