Commit 4df1a10e906d308089343ea400f5c510a9f0e90c
1 parent
e7087fbf
Exists in
spb-stable
and in
3 other branches
Update development steps.
Showing
3 changed files
with
6 additions
and
2 deletions
Show diff stats
README.md
@@ -85,6 +85,10 @@ or by directly calling the script | @@ -85,6 +85,10 @@ or by directly calling the script | ||
85 | 85 | ||
86 | ### Run in development mode | 86 | ### Run in development mode |
87 | 87 | ||
88 | +Copy the example development unicorn configuration file | ||
89 | + | ||
90 | + cp config/unicorn.rb.example.development config/unicorn.rb | ||
91 | + | ||
88 | Start it with [Foreman](https://github.com/ddollar/foreman) | 92 | Start it with [Foreman](https://github.com/ddollar/foreman) |
89 | 93 | ||
90 | bundle exec foreman start -p 3000 | 94 | bundle exec foreman start -p 3000 |
config/unicorn_development.rb