summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-01-22 13:49:16 +0100
committergebele <gebele@in-silico.ch>2016-01-22 13:49:16 +0100
commitdfffcd555607ce21645eb481bb151c7873c367ab (patch)
tree92ae4810064a320ac9be0816c779897a2c5fad0e /config.ru
initial commit
hard copied nanoparticles.rb and data.json from @helma nano-lazar
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.ru b/config.ru
new file mode 100644
index 0000000..1e7f981
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,5 @@
+SERVICE = "nano-lazar-gui"
+require 'bundler'
+Bundler.require
+require File.expand_path './application.rb'
+run Sinatra::Application