Sha256: 1d9386b20741bf2672e0c51baff6cfa26ae818562b630dad77dc54d07264b1a5
Contents?: true
Size: 547 Bytes
Versions: 6
Compression:
Stored size: 547 Bytes
Contents
# <%= application_module %> ## Installation After cloning, run: ``` ./script/bootstrap ``` ## Running support services To start the supporting services, run: ``` ./script/support ``` This must be running before completing the following steps. ## Setup To set up for the first time, run: ``` ./script/setup ``` ## After pulling changes After pulling changes from the remote, run: ``` ./script/update ``` This will install any new dependencies and run any migrations. ## Running the app After updating, run: ``` ./script/server ```
Version data entries
6 entries across 6 versions & 1 rubygems