diff --git a/bin/startup b/bin/startup index 99ade8aca..c7e84efbf 100755 --- a/bin/startup +++ b/bin/startup @@ -12,5 +12,5 @@ end chdir APP_ROOT do puts "== STARTING UP ==" - system! "bundle exec foreman start -f Procfile.dev" + system! "foreman start -f Procfile.dev" end diff --git a/docs/getting-started/start-app.md b/docs/getting-started/start-app.md index 45a0a44be..9c0b396b4 100644 --- a/docs/getting-started/start-app.md +++ b/docs/getting-started/start-app.md @@ -15,7 +15,7 @@ bin/startup ``` (This just runs `foreman start -f Procfile.dev`, for notes on how to install -Foreman, please see [Other Tools](../installation/others.md)) +Foreman, please see [Other Tools](../installation/others)) Then point your browser to http://localhost:3000/ to view the site.