To install OpenVPN ALS (project Adito):
* Choose Openvpn ALS one-click When the install from the applications sectionis finished, open a terminal window and become '''root''' user.  Please be patient as it may take a while to complete.Execute the following commands (paste them all at once):
* When the install is finished, open a terminal window and become '''root''' user.  Execute the following commands (paste them all at once):
 yum install ant java-1.6.0-openjdk-devel 
 echo "export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk"  >> /etc/profile.d/java.sh
 echo "export PATH=\$JAVA_HOME/bin:\$PATH" >> /etc/profile.d/java.sh
 source /etc/profile.d/java.sh
 cd mkdir /var/hda/web-apps/myadito wget http://superb-west.dl.sourceforge.net/sourceforge/adito/adito-0.9.1-bin.tar.gz  tar –xf adito-0.9.1-bin.tar.gz mv adito-0.9.1/server/ cd server
 ant install
 ant install-service