Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

  • https://github.com/jtnelson/centos-server-setup works for the Amazon stock AMI
  • Java 1.6 seems to be installed by default, so I need to remove it so that /usr/bin/java results to Java 1.7
    • yum -y remove java-1.6.0-openjdk.x86_64
  • Must open port 1717
    • iptables -I INPUT -p tcp --dport 1717 -j ACCEPT; service iptables save
  • Must use "concourse" security group for instance

 

  • No labels