This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 $_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The HEX color for Atom highlighter theme: close to Base16 but lighter. | |
bgdark: #2b303b | |
red: #e26a78 | |
cyan: #78dbf9 | |
green: #8bdb97 | |
purple: #d59cf6 | |
orange: #dbad83 |
NewerOlder