Skip to content

Commit acef5af

Browse files
committed
Update README with development commands
1 parent e41eec5 commit acef5af

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,9 @@
99

1010
- create a .env file based on .env.example and copy the content of .env.example to .env (`$ cp .env.example .env`)
1111
- 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`
12+
- run `docker compose up -d`
13+
- run `docker compose exec web bin/setup`
14+
- run `bin/dev`
2215
- visit http://localhost:3000/
2316

2417
## Run tests

0 commit comments

Comments
 (0)