billycao/EventBone
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== Uses thin webserver. To start at 'http://0.0.0.0:4000' == run the following command: thin -R app.ru start -p4000 == Rack up config found in app.ru, default configuration is to show index.html == Remember to 'bundle install' to install the necessary gems