Commit e398c68e authored by Yusei Tahara's avatar Yusei Tahara

Update setup.sh

parent fdc04307
......@@ -3,9 +3,13 @@
# You must use a machine which has at least two cpu cores.
set -x
apt-get update
apt-get install -y wget git apache2
wget http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_9.0/amd64/slapos-node_1.4.8+1.0.67+3-1_amd64.deb
dpkg -i slapos-node_1.4.8+1.0.67+3-1_amd64.deb
apt-get install -y git apache2
echo "deb http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_9.0/ ./" | tee /etc/apt/sources.list.d/slapos.list
wget -O- "https://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_9.0/Release.key" | apt-key add -
apt-get update
apt-get install slapos-node
ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
ln -s /etc/apache2/mods-available/proxy.conf /etc/apache2/mods-enabled/
ln -s /etc/apache2/mods-available/proxy.load /etc/apache2/mods-enabled/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment