From 4df1a10e906d308089343ea400f5c510a9f0e90c Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Tue, 8 Apr 2014 11:17:19 +0200 Subject: [PATCH] Update development steps. --- README.md | 4 ++++ ...{unicorn_development.rb => unicorn.rb.example.development} | 0 2 files changed, 4 insertions(+) rename config/{unicorn_development.rb => unicorn.rb.example.development} (100%) diff --git a/README.md b/README.md index fcc40f1b917..374f4aee8f3 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_development.rb b/config/unicorn.rb.example.development similarity index 100% rename from config/unicorn_development.rb rename to config/unicorn.rb.example.development