Sha256: e27be677484b92d4d4a28d351ccac286adb62ec83f63082b0895cf946a8fab79

Contents?: true

Size: 103 Bytes

Versions: 6

Compression:

Stored size: 103 Bytes

Contents

#!/bin/sh

PORT=3000
echo 'server will by started at '$PORT
rails s -b 0.0.0.0 -p $PORT -e development

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hancock_cms-1.0.0.4 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-1.0.0.3 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-2.0.0.1 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-1.0.0.2 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-2.0.0 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-1.0.0 lib/generators/hancock/cms/templates/scripts/server.sh