Install Station - mcuyar/station GitHub Wiki

First things first. Let's install Station.

In terminal: git clone [email protected]:mcuyar/station.git ~/Station

Host Editor

Station is set up to point to a specific domain at a custom ip address. When we add new sites, we will need to edit your etc/hosts file to map the domain to your favorite browser.

There are plenty of ways to edit your hosts file, but the easiest way that I've found to do this is to install a browser plugin for either Chrome or Firefox called HostAdmin.

  1. install hostadmin

  2. Add correct permissions. In terminal (linux/OSX) type: sudo chmod og+w /etc/hosts

⚠️ **GitHub.com Fallback** ⚠️