Advertisement
henrydenhengst

Install prerequisites for CloudStack on Ubuntu 14.04

Jun 29th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. # Install prerequisites for CloudStack on Ubuntu 14.04
  3. sudo apt-get -y update
  4. sudo apt-get -y openjdk-7-jdk mysql-server git maven python-pip
  5. sudo service mysql status > sql-status.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement