Skip to content

Instantly share code, notes, and snippets.

@oravecz
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oravecz/fb1008c5c3e5ac2513d2 to your computer and use it in GitHub Desktop.
Save oravecz/fb1008c5c3e5ac2513d2 to your computer and use it in GitHub Desktop.
Setting up MHE DEV server

Setting up McGraw-Hill development server

  1. Setup new virtual machine in Virtual Box
  2. New image based on clean install of ubuntu-14.04.1-server-amd64.iso
    1. Setup networking to use bridged mode (gets its own ip address)
  3. Install openssh
    1. sudo apt-get install openssh-client
    2. sudo apt-get install openssh-server
    3. sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.original
    4. sudo chmod a-w /etc/ssh/sshd_config.original
    5. sudo /etc/init.d/ssh restart
  4. Java Environment
    1. sudo apt-get install openjdk-6-jdk (outdated version, but compatible with our environment)
    2. sudo apt-get install git subversion
    3. sudo apt-get install maven ant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment