Sha256: 876ee1f48af4b5b2f4773498071b0609e22c3c6c0d07706f09f29ad64215d8c3
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
## Georgia This project rocks and uses MIT-LICENSE. ### Getting started Make sure you have properly identify your default locale and possible available ones. Georgia uses available_locales to know which translations should be configured or not. config.i18n.default_locale = :en config.i18n.available_locales = [:en] Then run the generator to mount routes, run migrations & setup initial instances. rails g georgia:install Start your server (`rails server`) and go to [http://localhost:3000/admin](http://localhost:3000/admin) to get started. #### Heroku You will need certain addons to make it work. I suggest going with this list matching Georgia's default tools: heroku addons:add bonsai heroku addons:add sendgrid Add `config/initializers/bonsai.rb` with: ENV['ELASTICSEARCH_URL'] = ENV['BONSAI_URL'] Finally, create your indices with these commands: heroku run rake environment tire:import CLASS=Georgia::Page FORCE=true heroku run rake environment tire:import CLASS=Georgia::Message FORCE=true heroku run rake environment tire:import CLASS=Ckeditor::Asset FORCE=true For more information, you can also follow these [instructions](https://gist.github.com/nz/2041121) to setup bonsai.io. More [here](https://devcenter.heroku.com/articles/bonsai) on heroku.com ### Testing #### Run rspec cd spec/dummy rspec spec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.7.2 | README.md |