Skip to content

Commit

Permalink
improve readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail Akbudak committed Jun 22, 2016
1 parent 8621d10 commit 90e4810
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions templates/README.md.erb
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# <%= 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
ln -s ../VERSION.txt VERSION.txt
We are using sidekiq with redis-server for background jobs.

* 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.
Clone project run this commands in terminal
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
Expand All @@ -19,4 +21,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

0 comments on commit 90e4810

Please sign in to comment.