Skip to content

Instantly share code, notes, and snippets.

View kengz's full-sized avatar

Wah Loon Keng kengz

View GitHub Profile
@kengz
kengz / Deploying NodeJS App on Google Cloud Platform
Last active December 8, 2019 18:56
Deploying NodeJS App on Google Cloud Platform
# Deploying NodeJS App on Google Cloud Platform
`authored Jul 3 2015 by kengz`
## Installation
- Account with Google Cloud Platform.
- Install [Google Cloud Platform SDK](https://cloud.google.com/sdk/) to use `cloud` in the terminal.
- Install [Docker](https://cloud.google.com/tutorials/install-docker) for the VM container.
- Locally, login for the first time: `gcloud auth login`
@kengz
kengz / NodeJS installation on Google Compute Engine
Last active August 29, 2015 14:24
NodeJS installation on Google Compute Engine
# First create a Google Compute Engine (GCE) VM instance, then SSH into the VM.
# 1. update everything
sudo apt-get update
# 2. install these 4 things
sudo apt-get install python g++ make checkinstall
# 3. make a src directory and go into it
mkdir ~/src && cd $_
@kengz
kengz / Atom Highlighter HEX colors
Created June 26, 2015 19:07
Atom Highlighter colors
The HEX color for Atom highlighter theme: close to Base16 but lighter.
bgdark: #2b303b
red: #e26a78
cyan: #78dbf9
green: #8bdb97
purple: #d59cf6
orange: #dbad83