#server_simple
#!/bin/sh
# Start the development server.
cd $(dirname "$0")/..
: ${RAILS_ENV:=development}
script/bootstrap && bundle exec rails s -p 3000 -b 0.0.0.0
#server_simple
#!/bin/sh
# Start the development server.
cd $(dirname "$0")/..
: ${RAILS_ENV:=development}
script/bootstrap && bundle exec rails s -p 3000 -b 0.0.0.0