diff --git a/bin/osem-init.sh b/bin/osem-init.sh index b7d05dca..4a43081d 100755 --- a/bin/osem-init.sh +++ b/bin/osem-init.sh @@ -1,4 +1,5 @@ #!/bin/bash +bundle install # Setup the app if it isn't already setup bundle exec rake db:bootstrap # Start the app