Sha256: 4a38f42d2d5f4c7b81d5b4f77f6585b6a8e36fa3e954f673774c49b5c4bafb78

Contents?: true

Size: 684 Bytes

Versions: 2

Compression:

Stored size: 684 Bytes

Contents

# <%= app_name.capitalize %>

# 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
* 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
rake sidekiq:start
rake db:create
rake db:migrate
rake dev:seed
rails s
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cybele-1.9.2 templates/README.md.erb
cybele-1.9.1 templates/README.md.erb