Sha256: b60cda380e8ed6d210c46bacd5ea88cba9d11ca77202e75558a750c3a10e7267
Contents?: true
Size: 276 Bytes
Versions: 12
Compression:
Stored size: 276 Bytes
Contents
#!/bin/bash cd /usr/src/app if [ ! -f tdiary.conf ]; then cp tdiary.conf.beginner tdiary.conf fi bundle --path=vendor/bundle --jobs=4 --retry=3 bundle exec rake assets:copy if [ ! -f .htpasswd ]; then bundle exec bin/tdiary htpasswd fi bundle exec rackup -o 0.0.0.0 -p 9292
Version data entries
12 entries across 10 versions & 1 rubygems