Skip to content

Commit

Permalink
Test Chrome install motech#8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjazdzdewski committed Sep 26, 2016
1 parent 35a3e33 commit 4d8da96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions config_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sudo apt-get update -qq

#Installation and configuration of ActiveMQ
sudo apt-get install -y activemq -qq
sudo apt-get install -y activemq
sudo ln -s /etc/activemq/instances-available/main /etc/activemq/instances-enabled/main
sudo sed -e 's/<broker /<broker schedulerSupport="true" /' -i /etc/activemq/instances-enabled/main/activemq.xml
sudo service activemq restart
Expand All @@ -16,10 +16,7 @@ sudo chown -R tomcat7:tomcat7 /var/lib/tomcat7/ /usr/share/tomcat7/ /var/log/tom

#Installation and configuration of Xvfb
sudo apt-get install -y xvfb -qq
sudo apt-get install libxss1 libappindicator1 libindicator7 -qq
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install -y build-essential -qq
sudo apt-get install -y aptitude -qq
sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
sudo apt-get install -f
Expand Down

0 comments on commit 4d8da96

Please sign in to comment.