Skip to content

Commit

Permalink
add required change info to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail Akbudak committed Jun 21, 2016
1 parent 23810c9 commit 58527af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/README.md.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# <%= app_name %>

# TODOs
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

We are using sidekiq with redis-server for background jobs.

Clone project run this commands in terminal
Expand All @@ -13,4 +19,4 @@ rake dev:seed
rails s
```

Before the run application look our env.sample file. It should be in project root directory with this name .env.local
Before the run application look our env.sample file. It should be in project root directory with this name .env.local

0 comments on commit 58527af

Please sign in to comment.