Skip to content

elmquist/steps-to-philosophy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Steps to philosophy

Inspiration: https://xkcd.com/903/

Write up with more details: https://ryanelmquist.com/steps-to-philosophy

Running locally

Use dev_appserver.py which is installed wherever google-cloud-sdk was installed. This was /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/bin/dev_appserver.py for me.

$ dev_appserver.py app.yaml

Deploying

Install gcloud

# Don't do this step from tmux otherwise you'll confuse things
$ gcloud auth login

# From https://console.cloud.google.com/home/dashboard
$ gcloud config set project [PROJECT ID]

$ gcloud app deploy