From 92bea746130ad57316ddc5bfec38a537e1a4a29b Mon Sep 17 00:00:00 2001 From: abrown28 Date: Thu, 12 Sep 2013 13:02:22 -0500 Subject: [PATCH 1/2] Update ec2setup.txt Added a command to install the software-properties-common package so that apt-add-repository will be available. --- docs/ec2setup.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ec2setup.txt b/docs/ec2setup.txt index 5e19d7f..e4f4a7a 100644 --- a/docs/ec2setup.txt +++ b/docs/ec2setup.txt @@ -1,6 +1,7 @@ Start with AMI # ami-3fec7956 (Ubuntu 12.04), 32GB (ec2-run-instances ami-3fec7956 -t m1.large --region us-east-1 -z us-east-1d --block-device-mapping /dev/sda1=:32:false -k ) +sudo apt-get install software-properties-common sudo apt-add-repository -y ppa:olivier-berten/geo sudo add-apt-repository -y ppa:webupd8team/java sudo aptitude update From 6bc8975df26bc5eb681098dad1f92cdc0b222827 Mon Sep 17 00:00:00 2001 From: abrown28 Date: Thu, 12 Sep 2013 17:21:46 -0500 Subject: [PATCH 2/2] Update ec2setup.txt added more comments to help out with problems I've encounterd --- docs/ec2setup.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ec2setup.txt b/docs/ec2setup.txt index e4f4a7a..e5d66b4 100644 --- a/docs/ec2setup.txt +++ b/docs/ec2setup.txt @@ -223,6 +223,10 @@ sudo make install cd /mnt/data mkdir tigerdata cd tigerdata +# if lftp gets stuck at "[Making data connection...]" try setting these values in the /etc/lftp.conf file +# set ftp:passive-mode off +# set ftp:ssl-allow 0 + lftp ftp2.census.gov:/geo/tiger/TIGER2012/EDGES mirror --parallel=5 . cd ../FEATNAMES