Sha256: 8498b1cfd949af6a92c7eb694476d069d429f78090e1819d7f2694b059f78304
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 KB
Contents
# <%= app_name.capitalize %> # TODOs - Change email sender domain address and basic_auth info in `config/settings.yml` - Change email sender domain address in `config/initializers/devise.rb` - Create `.pronto.yml` file from `example.pronto.yml` file - Run command for create environments ➜ ✗ `rails g environment` # Infos - Edit secret keys ➜ ✗ EDITOR=vi bin/rails credentials:edit <% unless @options[:skip_docker] %> # Docker development - run following commands on terminal ➜ ✗ docker-compose build ➜ ✗ docker-compose run app bundle install ➜ ✗ docker-compose run app bundle exec rails db:create db:migrate db:seed ➜ ✗ docker-compose up - open in your browser localhost:3000 or lvh.me:3000 - If you want to access rails console run this command before ➜ ✗ docker-compose run app bundle install --binstubs ➜ ✗ docker-compose run app bundle exec rails c <% end %> # Local development <% unless @options[:skip_docker] %> - Change <%= @options[:skip_sidekiq] ? '' : 'REDIS_URL and' %> POSTGRESQL_HOST environment in `.env.local` file <% end %> - run following commands on terminal ➜ ✗ bundle exec rails server - open in your browser localhost:3000 or lvh.me:3000 <% unless @options[:skip_sidekiq] %> ➜ ✗ redis-server ➜ ✗ bundle exec rake sidekiq:start <% end %> # Development ➜ ✗ pronto run ➜ ✗ pronto run -r haml - On feature branch ➜ ✗ pronto run -c origin/develop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cybele-2.3.2 | templates/README.md.erb |
cybele-2.3.1 | templates/README.md.erb |