Skip to content

Instantly share code, notes, and snippets.

@sidkdbl07
sidkdbl07 / Meteor on Google App Engine (GAE).md
Last active July 17, 2018 00:59
Steps for deploying Meteor projects to Google App Engine (GAE)

Assumptions

  1. You have a GAE project setup
  2. You have a mongoDB setup at mLab (or equiv.)

Setup a Meteor Project

Create a project

meteor create [YOUR_APP_NAME]
cd [YOUR_APP_NAME]
@sidkdbl07
sidkdbl07 / Droplet Setup for Meteor.md
Last active September 10, 2018 16:53
Setup DigitalOcean droplet for meteor

Assumptions

  1. You have a DigitalOcean droplet (Ubuntu 16.04)
  2. You have a domain with an A name record pointed at the droplet HINT - whenever possible I point the nameservers at digital ocean's nameservers.

Create a droplet and user

Login to the servers

ssh -l root <your IP address>