https://github.com/springmt/rack-hello_world
https://github.com/springmt/rack-hello_world
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/springmt/rack-hello_world
- Owner: SpringMT
- Created: 2016-12-04T16:01:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T16:07:06.000Z (over 9 years ago)
- Last Synced: 2025-02-12T11:52:03.673Z (over 1 year ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloWorld
## prepare
```
RBENV_VERSION=#{version} gem install rack
```
## start
```
RBENV_VERSION=#{version} rackup
```