Kratos
Kratos is a rails application generator based on Suspenders.
Installation
First install the kratos gem:
gem install kratos
Then run:
kratos projectname
This will create a Rails app in projectname using the latest version of Rails.
After run, you must configure:
- Change the sidekiq panel password in the
config/initializers/sidekiq.rbfile. The panel is accessible by the URL/sidekiq. - Setup your development environment variables:
NEW_RELIC_LICENSE_KEY,ROLLBAR_TOKEN,AWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEY - Setup your production and staging environment variables using dotgpg. You must
create two files on the root of your project:
env_production.gpgandenv_staging.gpg. To initialize dotgpg on your project rundotgpg init. It'll create a.gpgfolder and add your public key to it. To edit the files, use thedotgpg edit env_<environment>.gpgcommand. For more information look at the DotGPG. - Run
bin/setupto initialize your database and files.
License
Suspenders is Copyright © 2008-2015 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.