* adding ability to run everything within jam-web for jobs
This commit is contained in:
parent
3d453468f2
commit
55850ae602
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pushd admin
|
||||||
|
# run jam-admin rails server
|
||||||
|
bundle exec rails s
|
||||||
|
popd
|
||||||
Loading…
Reference in New Issue