Sha256: 00db4d9b1bc0da56ba90a22d8911ae498c648321077caecf78acb0f585919f72

Contents?: true

Size: 253 Bytes

Versions: 10

Compression:

Stored size: 253 Bytes

Contents

#!/usr/bin/env bash
rm -rf /home/deployer/vanilla/pids/puma.pid
rm -rf /home/deployer/vanilla/pids/puma.state
rm -rf /home/deployer/vanilla/tmp/*.sock
service postgresql start
monit start puma
monit start nginx
sleep 2
curl https://localhost --insecure

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
taperole-2.1.1 test/rails/start_rails.sh
taperole-2.1.0 test/rails/start_rails.sh
taperole-2.0.7 test/rails/start_rails.sh
taperole-2.0.6 test/rails/start_rails.sh
taperole-2.0.5 test/rails/start_rails.sh
taperole-2.0.4 test/rails/start_rails.sh
taperole-2.0.3 test/rails/start_rails.sh
taperole-2.0.2 test/rails/start_rails.sh
taperole-2.0.1 test/rails/start_rails.sh
taperole-2.0.0 test/rails/start_rails.sh