diff --git a/README.md b/README.md index fcc40f1..374f4ae 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ or by directly calling the script ### Run in development mode +Copy the example development unicorn configuration file + + cp config/unicorn.rb.example.development config/unicorn.rb + Start it with [Foreman](https://github.com/ddollar/foreman) bundle exec foreman start -p 3000 diff --git a/config/unicorn.rb.example.development b/config/unicorn.rb.example.development new file mode 100644 index 0000000..94a7061 --- /dev/null +++ b/config/unicorn.rb.example.development @@ -0,0 +1,2 @@ +worker_processes 2 +timeout 30 diff --git a/config/unicorn_development.rb b/config/unicorn_development.rb deleted file mode 100644 index 94a7061..0000000 --- a/config/unicorn_development.rb +++ /dev/null @@ -1,2 +0,0 @@ -worker_processes 2 -timeout 30 -- libgit2 0.21.2