Simple http server for education for rest/web testing
Ruby version 1.9+
-
Check your ruby version
ruby --version -
Install ruby if not installed
- Eiter from ruby site https://www.ruby-lang.org/en/downloads/
- Or use http://rvm.io/ (I prefer this way)
-
Install sinatra http://www.sinatrarb.com/
gem install sinatra
ruby eduke-server.rb
Will run server on http://localhost:9944/
CTRL+C in console