egy-mast3r

Install ADITO - VPN Web based

Sep 4th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get dist-upgrade
  3. cd ~/
  4. wget https://raw.github.com/flexiondotorg...er/oab-java.sh -Ooab-java6.sh
  5. chmod +x oab-java6.sh
  6. sudo ./oab-java6.sh
  7. sudo apt-get install ant
  8. sudo wget http://downloads.sourceforge.net/pro...se_mirror=iweb
  9. sudo mv adito-0.9.1-bin.tar.gz /opt/
  10. cd /opt
  11. sudo tar -xzf adito-0.9.1-bin.tar.gz
  12. cd adito-0.9.1
  13. sudo ant install
  14.  
  15. Using a browser go to: http://ip_server:28080
  16.  
  17. Create new cert
  18. Step 1 – Set Keystore Passphrase – Type password twice for Cert
  19. Step 1 – Create New Certificate – Fill outForm
  20. Step 2 – Configure User Database – Built-in
  21. Step 3 – Configure Super User – Fill out Form
  22. Step 4 – Configure Web Server – Leave defaults
  23. Step 5 – Configure Proxies – Leave blankunless you use proxy – Hit Next
  24. Step 6 – Summary
  25. Install Complete
  26.  
  27. Go to CLI and exec:
  28. sudo ant install-service
  29. sudo ant start
  30. sudo pico /opt/adito-0.9.1/conf/wrapper.conf
  31. Delete # from wrapper.java.additional.2=-Dfile.encoding=UTF-8
  32. sudo shutdown -r 1
Advertisement
Add Comment
Please, Sign In to add comment