Skip to content

startstan/setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

setup.git

TODO:

  1. Add steps to setup github account (git config username and user email), in the setup scipt
  2. Add steps to setup ssh keys for github on a new instance
  3. Add steps to setup ssh keys for heroku on a new instance

Setup instructions:

Forked and modified setup.sh to include Heroku command line tool installation Clone and run this on a new EC2 instance running Ubuntu 12.04.2 LTS to configure both the machine and your individual development environment as follows:

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

Note: You need to log out and log back in to the Linux box for all the setup changes to take effect.

See also http://github.com/startstan/dotfiles and Startup Engineering Video Lectures 4a/4b for more details.

About

AWS EC2 setup files for Startup Engineering MOOC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%