Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

  • Java is already installed in OSX
  • Tomcat 6 can be downloaded from the Apache website.
    • Uncompress and copy apache-tomcat-6.0.32 to /usr/local
    • sudo cp -r ~/Downloads/apache-tomcat-6.0.32 /usr/local/; sudo chown -R <you>:staff /usr/local/apache-tomcat-6.0.32*
    • Edit ~/.profile and insert:

      Code Block
      
      export CATALINA_HOME=/usr/local/apache-tomcat-6.0.32
      
  • git can be downloaded from the internet (search git for mac)
  • The cloudstack build requires mkisofs. To get this:
    • Install XCode from the AppStore (Xcode is around 1.53 GB, so it will take a while before this completes. Look at the "Purchases" window of the App Store to view the download progress)
      • On Mac OS X, installation of Xcode via App Store doesn't actually install Xcode - you will need to go to Finder -> Applications -> Xcode and then you will be prompted to install Xcode.
      • After the Xcode installation goes through, you will need to install the Command Line Tools for Xcode. To do this, open Xcode, and then, on the top left corner of the screen, click on Xcode -> Preferences. In the dialog box that opens, click on Downloads. There, click on Install for Command Line Tools.
    • Install MacPorts (google for it) or install brew (http://mxcl.github.com/homebrew/)
    • sudo port install cdrtools; or using brew: brew install cdrtools (could take a long time)
      • 'brew install cdrtools' did not work for me on OSX 10.9.  However, 'brew install dvdrtools' did work for me...
    • NOTE - If after the above steps, for any reason, mkisofs is still not installed, download it from the net. One good link to get mkisofs for mac is - http://www.helios.de/viewart.html?id=1000-en#download . Follow the instructions in the section "Download HELIOS “mkisofs” tested binary versions". Use the macosx86 binary if you're running mac os x on an intel platform. After downloading the mkisofs binary, copy it over to /usr/local/bin/.

...