Skip to content

Instantly share code, notes, and snippets.

@twoism-dev
Created July 20, 2012 11:58
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 twoism-dev/3150349 to your computer and use it in GitHub Desktop.
Save twoism-dev/3150349 to your computer and use it in GitHub Desktop.
Simplest EC2 deploy

Server manifesto

Provisioning + Deploying is too complicated, lets do the minimum amount of work to build a safe, performant server.

System update

Update apt-get's local database with server's pkglist's files.

apt-get update

Git install

Install git via apt-get (the -y arg means say yes to any questions asked by apt-get during the install)

apt-get -y install git-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment