Commit 4df1a10e906d308089343ea400f5c510a9f0e90c

Authored by Marin Jankovski
1 parent e7087fbf

Update development steps.

README.md
... ... @@ -85,6 +85,10 @@ or by directly calling the script
85 85  
86 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 92 Start it with [Foreman](https://github.com/ddollar/foreman)
89 93  
90 94 bundle exec foreman start -p 3000
... ...
config/unicorn.rb.example.development 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +worker_processes 2
  2 +timeout 30
... ...
config/unicorn_development.rb
... ... @@ -1,2 +0,0 @@
1   -worker_processes 2
2   -timeout 30