Skip to content

Instantly share code, notes, and snippets.

View justanton's full-sized avatar

Anton Kozlov justanton

View GitHub Profile
@justanton
justanton / config.development.json
Last active January 25, 2018 17:05
Adapt these configs in Ghost configuration, to run local installation of Ghost on c9 (of course, you need to substitute the values)
config: {
"development": {
"url": "'https://' + process.env.C9_HOSTNAME",
},
"server": {
"host": "process.env.IP",
"port": "process.env.PORT"
}
}
@justanton
justanton / ngrok-installation.md
Created April 13, 2017 15:52 — forked from wosephjeber/ngrok-installation.md
Installing ngrok on Mac

#Installing ngrok on OSX

  1. Download ngrok
  2. Unzip it to your Applications directory
  3. Create a symlink (instructions below)

Creating a symlink to ngrok

Run the following two commands in Terminal to create the symlink.

# cd into your local bin directory