From d76fee16356e6ef8afa612f37ad472d26fb26365 Mon Sep 17 00:00:00 2001 From: ismail Akbudak Date: Wed, 22 Jun 2016 17:07:52 +0300 Subject: [PATCH] update readme --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 861e4dd..a934c79 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ western colonies from around the 6th century BCE. Before generating your application, you will need: -* Ruby ~> 2.2 +* Ruby ~> 2.3 * Rails ~> 4.2 ## Usage @@ -25,10 +25,24 @@ gem install cybele cybele project_name ``` -When the initialization is completed, there will be pending migrations. Run the rake command to execute them if you want: +When the initialization is completed, there will be some required settings. +* Set .env.local variables +* Set access_token in config/initializers/rollbar.rb +* Set default values for is_active, time_zone variable using in User and Admin model migrations db/migrate/*.rb +* Change username and password in config/settings.yml +* In public folder run this command ln -s ../VERSION.txt VERSION.txt + +We are using sidekiq with redis-server for background jobs. +Before the run application look our env.sample file. It should be in project root directory with this name .env.local ```bash +bundle +redis-server +rake sidekiq:start +rake db:create rake db:migrate +rake dev:seed +rails s ``` ## What cybele do and included?