diff --git a/run-dev.sh b/run-dev.sh new file mode 100755 index 0000000..e1b5e28 --- /dev/null +++ b/run-dev.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +RACK_ENV=staging \ +REDIS_HOST=localhost \ +REDIS_PORT=6379 \ +REDIS_DB=1 \ +S3_ENDPOINT='http://localhost:9000' \ +S3_ACCESS_KEY='dev-key' \ +S3_SECRET_KEY='123456789' \ +S3_BUCKET=remotestorage \ +bundle exec rainbows --listen localhost:4567