Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
2923 commits behind the upstream repository.
start_puma.sh 129 B
#!/bin/bash
source $PUMA_APP_DIR/config/env_vars.sh

cd $PUMA_APP_DIR
#rake assets:precompile
bundle exec puma -C config/puma.rb