Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail Akbudak committed Jun 22, 2016
1 parent e9518da commit d76fee1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?
Expand Down

0 comments on commit d76fee1

Please sign in to comment.