dyzfromyt/eol_species_interaction_json_server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is Ruby + Sinatra + Datamapper app that served by Unicorn server
You need the following Ruby gems:
sinatra
datamapper
dm-mysql-adapter
unicorn
json_pure
rest-client
Then you can start the JSON server by running the command"
unicorn
in current directory.
"unicorn -D" will daemonize the unicorn server.
This app needs connection to MySQL server holding the EOL species interaction data, connection parameters are set in boot/init.rb