| .. | ||
| linux.md | ||
| mac-os.md | ||
| readme.md | ||
| windows.md | ||
| items | |||||||
|---|---|---|---|---|---|---|---|
|
Installation Guides For macOS, Linux, and Windows
Below are the guides for installing the app on different operating systems.
These guides could be incorrect or outdated. If you come across anything that needs to be changed, make a PR! Thanks!
GitPod
You can also spin up a "local" instance of DEV in the cloud with GitPod (It's incredibly simple): https://gitpod.io/#https://github.com/thepracticaldev/dev.to
Docker [Beta]
Our docker implementation is incomplete and may not work smoothly. Please kindly report any issues and any contribution is welcomed!
- 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