Sha256: 034cca077c69ee327ccb363455157b1932ced455d8e98a44d9d8ced65f4928f0

Contents?: true

Size: 103 Bytes

Versions: 7

Compression:

Stored size: 103 Bytes

Contents

#!/bin/sh

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hancock_cms-2.0.1.3 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-1.0.2.3 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-2.0.1.2 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-2.0.1.1 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-1.0.2.2 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-1.0.1 lib/generators/hancock/cms/templates/scripts/server.sh
hancock_cms-2.0.0.2 lib/generators/hancock/cms/templates/scripts/server.sh