Sha256: b70c72394f35a0a881bf498f14990725a5f67faa58a6c31e4c04ce5b79b57750

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

# Dummy_app

# 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


# 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

# Local development

- Change  POSTGRESQL_HOST environment in `.env.local` file

- run following commands on terminal
➜ ✗ bundle exec rails server
- open in your browser localhost:3000 or lvh.me:3000

# 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 spec/files/README_ONLY_NO_SKIP_DOCKER.md
cybele-2.3.1 spec/files/README_ONLY_NO_SKIP_DOCKER.md