Skip to content

Instantly share code, notes, and snippets.

View karlaking's full-sized avatar

Karla karlaking

  • San Francisco, California
View GitHub Profile

How I set up my Descartes Labs Development Environment

These instructions cover installing a Python 3 + Jupyter Notebook + Descartes Labs stack on a clean Mac High Sierra OS X system. There are a few optional applications noted that are fun, but not necessary to get the stack running. I use Anaconda/conda for package management & installation.

General developer installations

Install xcode via the appstore & accept the license agreement via command line

sudo xcodebuild -license

Configure git command line

git config --global user.email "xx@gmail.com"
git config --global user.name "xx"

Guide for setting up an AWS linux ec2 instance with GeoServer & PostGIS using Tomcat & Apache.

Update the System

 $ sudo yum update

Install PostgreSQL

Install postgresql, postgresql-devel, and postgresql-libs, and configure data directory and start the service (as the postgres user).