Ruby
A sample ruby app for KintoHub
๐ Deploying on KintoHub
- Service Type: Web App
- Repo: https://github.com/kintohub/kintohub
- Branch: master
- Language: Ruby
- Language version: 2.5
- Build Command:
gem install bundler && bundle install
- Start Command:
bundle exec ruby app.rb
- Subfolder Path:
./docs/examples/ruby
- Port: 8000
๐จ Running locally
Pre-requisites: Ruby v2.5
- Clone the repository to a folder of choice.
$ git clone https://github.com/kintohub/kintohub
$ cd kintohub/examples/ruby
- Install the dependencies
$ gem install bundler && bundle install
- To start the app
$ bundle exec ruby app.rb
Default port 8000 (port can be set by setting PORT env variable)
๐ Support
Contact us: https://www.kintohub.com/contact-us