dbgb / startup-env-setup

Environment setup script for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

env-setup.git

Clone and run to configure both the machine and individual development environment as follows:

cd $HOME
sudo apt-get install -y git-core
git clone https://github.com/dbgb/env-setup.git
./env-setup/setup.sh

Tested and working on:

  • Ubuntu 12.04.2 LTS (EC2 instance)
  • Mint 15 (VirtualBox 4.2.12 r84980)

See Stanford Startup Engineering video lectures 4a/4b for more details.

About

Environment setup script for Linux


Languages

Language:Shell 100.0%