https://github.com/ssnickolay/truffleruby-heroku
https://github.com/ssnickolay/truffleruby-heroku
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssnickolay/truffleruby-heroku
- Owner: ssnickolay
- Created: 2020-09-21T18:26:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T18:27:06.000Z (over 4 years ago)
- Last Synced: 2025-02-16T22:41:31.161Z (4 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
$ asdf install ruby truffleruby-dev # or 2.6.6
$ gem install bundler:2.1.4
$ bundle install$ TRUFFLERUBYOPT='--experimental-options' bundle exec puma
curl http://localhost:9292
```