We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41eec5 commit acef5afCopy full SHA for acef5af
README.md
@@ -9,16 +9,9 @@
9
10
- create a .env file based on .env.example and copy the content of .env.example to .env (`$ cp .env.example .env`)
11
- run `docker compose build`
12
-- run `docker compose exec web bundle install`
13
-- On `db/seeds.rb` uncomment the lines:
14
-```ruby
15
-Rails.logger.debug "Seeding data..."
16
-Dir[Rails.root.join("db/seeds/*.rb")].each do |seed|
17
- load seed
18
-end
19
-```
20
-- run `docker compose exec web rails db:reset`
21
-- run `docker compose exec web bin/dev`
+- run `docker compose up -d`
+- run `docker compose exec web bin/setup`
+- run `bin/dev`
22
- visit http://localhost:3000/
23
24
## Run tests
0 commit comments