Correct startup script and docs (#5940)
This commit is contained in:
parent
c6e9fd9844
commit
af9c4832c5
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue