docbrown/docs/installation
2019-04-20 09:21:03 -04:00
..
linux.md Simplify development setup (#2143) 2019-03-25 12:53:39 -04:00
mac-os.md Added more to the rbenv troubleshooting section. (#2479) 2019-04-20 09:21:03 -04:00
readme.md Update gitdocs (#2500) 2019-04-19 16:05:13 -04:00
windows.md Simplify development setup (#2143) 2019-03-25 12:53:39 -04:00

items
linux.md
path title
mac-os.md macOS
windows.md

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!

  1. Install docker and docker-compose
  2. git clone git@github.com:thepracticaldev/dev.to.git
  3. Set environment variables above as described in the "Basic Installation"
  4. run docker-compose build
  5. run docker-compose run web rails db:setup
  6. run docker-compose run web yarn install
  7. run docker-compose up
  8. That's it! Navigate to localhost:3000