Skip to content

nickFurlotte/AWSConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWSConfig

Some config files for an AWS instance.

Launch an EC2 instance, login and then do the following.

sudo apt-get update
sudo apt-get install -y git-core
git clone https://github.com/nickFurlotte/AWSConfig
cd AWSConfig
/bin/sh setup.sh
cd $HOME
source .bashrc

If you want to install the LAMP stack then...

cd AWSConfig
# to setup the devel environment (numpy/scipy/etc.)
/bin/sh devel.sh

# LAMP server
/bin/sh lampsetup.sh

If you install the devel stuff, you will need to reboot so you can ssh in with X11 forwarding enabled. Use something like

ssh -i mykey.pem ubuntu@theEC2IP -C -Y

About

Some config files for an AWS instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published