5 lines
120 B
Bash
5 lines
120 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# meant to be run on www.jamkazam.com, pre-chef
|
||
|
|
RAILS_RELATIVE_URL_ROOT=/admin nohup bundle exec rails s &
|