Skip to content

Commit

Permalink
Fix ec2 deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mthiffau committed Dec 12, 2016
1 parent c852e14 commit e4efaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apt-get -y install build-essential libboost-all-dev libeigen3-dev \
libjsoncpp-dev make
echo "Cloning latest code from GitHub."
git clone --recursive https://github.com/j3camero/galaxyatlas
cd galaxyatlas/nativeatlas/
cd galaxyatlas/server/
sed -i 's/8080/80/' main.cc
echo "Compiling the webserver."
make
Expand Down

0 comments on commit e4efaba

Please sign in to comment.