Add missing files.

This commit is contained in:
James Barnett 2017-04-20 14:44:26 -05:00
parent c17b76a2b5
commit 9a51bc636b
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
description 'Run ReadMe App'
author 'metasploitable3'
start on runlevel [2345]
exec "/opt/readme_app/start.sh"

View File

@ -0,0 +1,5 @@
#!/bin/sh
cd /opt/readme_app
bundle install
rails s -b 0.0.0.0