To install it with rbenv please run
$ rbenv install 2.6.6
git clone [email protected]:jromainkrupa/digital-jungle.git
cd digital-jungle
bundle install
yarn install
rails db:drop
rails db:create
rails db:migrate
rails db:seed
rails s
- FlowCharts on June 2021
git remote add staging https://git.heroku.com/digitaljungle-staging.git
git remote add production https://git.heroku.com/digitaljungle.git
Environment | Link |
---|---|
development |
http://localhost:3000/ |
staging |
https://digitaljungle-staging.herokuapp.com/ |
production |
https://www.digitaljungle.camp/ |
Using Autoenv, Dotenv (or similiar)
cp example.env .env
Fill in with values in Bitwarden and explanation below.
We use Letter opener for email in development
.
Email sent will be open in a new tab of your default browser.
We use Sidekiq as our queueing backend for background jobs. In development,
you need to launch sidekiq
in a tab of your terminal so that background jobs
are executed. To remove all the enqueued jobs in development,
run redis-cli FLUSHALL
We use active text and trix editor.
Rspec is the test framework.