Skip to content

Linux Setup

Timothy Ko edited this page Aug 6, 2018 · 3 revisions

Linux Setup

Since there are many different Linux distros out there, I haven't written any instructions for them. It's very similar to the step-by-step instructions I've provided for Mac though, especially since you would use a docker container for postgres. Instead of using Homebrew, which is a very neat package manager for Mac, replace it with the package manager of your specific Linux flavor (ex: apt-get for Ubuntu, yum for Fedora). So, instead of brew install python3, do sudo apt-get install python3.6, etc...

If you'd like to add Docs for Linux, let me know!