Skip to content

Instantly share code, notes, and snippets.

@TimJMartin
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TimJMartin/3e47bfa02add8556fbc4 to your computer and use it in GitHub Desktop.
Save TimJMartin/3e47bfa02add8556fbc4 to your computer and use it in GitHub Desktop.
EC2 Ubuntu Server Setup
Installing NodeJS
http://blog.izs.me/post/87525128203/how-to-install-node-js-and-npm-on-ubuntu-14-04
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
Install Unzip
sudo apt-get install unzip
Configuring PostgreSQL on Ubuntu
http://fabzter.com/blog/configuring-postgresql-9-3
Using Nano to edit files via Terminal
https://help.ubuntu.com/community/Nano
PostgreSQL Tuning
http://suite.opengeo.org/4.1/dataadmin/pgDBAdmin/tuning.html
https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server
Installing PostgreSQL Ubuntu
http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS21UbuntuPGSQL93Apt
https://wiki.postgresql.org/wiki/Apt
Install Git on Ubuntu
https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-14-04
Install MapBox Studio from source for Ubuntu
https://github.com/mapbox/mapbox-studio#install-from-source
Using Putty from Windows to connect to EC2 Ubuntu
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/putty.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment