Commit f9472799 by Bach Dániel

Update install.rst

parent e5c571fc
...@@ -14,7 +14,7 @@ Update the package lists, and install the required system software:: ...@@ -14,7 +14,7 @@ Update the package lists, and install the required system software::
$ sudo apt-get update $ sudo apt-get update
$ sudo apt-get install virtualenvwrapper isc-dhcp-server openvswitch-switch\ $ sudo apt-get install virtualenvwrapper isc-dhcp-server openvswitch-switch\
iptables openvswitch-controller git linux-image-generic-lts-raring ntp iptables ipset openvswitch-controller git linux-image-generic-lts-raring ntp
Configure ISC-DHCP server:: Configure ISC-DHCP server::
...@@ -78,6 +78,7 @@ Set up default Firewall configuration:: ...@@ -78,6 +78,7 @@ Set up default Firewall configuration::
$ cat >> ~fw/.virtualenvs/fw/local/bin/postactivate <<END $ cat >> ~fw/.virtualenvs/fw/local/bin/postactivate <<END
export GATEWAY="152.66.243.254" export GATEWAY="152.66.243.254"
export CACHE_URI='pylibmc://${PORTAL_IP}:11211/'
export AMQP_URI="amqp://guest:guest@localhost:5672/vhost" export AMQP_URI="amqp://guest:guest@localhost:5672/vhost"
END END
$ exit $ exit
......
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 sign in to comment