383 B
383 B
Docker [Beta]
- Install
dockeranddocker-compose git clone git@github.com:thepracticaldev/dev.to.git- Set environment variables above as described in the "Basic Installation"
- run
docker-compose build - run
docker-compose run web rails db:setup - run
docker-compose run web yarn install - run
docker-compose up - That's it! Navigate to
localhost:3000