Skip to content

web-services-perf/rsoap_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby SOAP Server.

Built on

Setup

Pre-setup (in case you don't have Bundler yet):

gem install bundler # install Bundler

And so:

bundle # install dependencies

bin/rake db:setup db:seed # database setup and population

Run

bin/rails s