Winnipeg Photographer


How to install Adito on Ubuntu Linux

Open the terminal

Note:

Most of these commands will require you to enter your password because of "sudo" and Type "Y" for yes.

sudo apt-get dist-upgrade
sudo apt-get install sun-java6-bin sun-java6-jdk
sudo apt-get install ant
sudo wget http://superb-east.dl.sourceforge.net/sourceforge/adito/adito-0.9.1-bin.tar.gz
sudo mv adito-0.9.1-bin.tar.gz /opt/
cd /opt
sudo tar -xzf adito-0.9.1-bin.tar.gz
cd adito-0.9.1
sudo ant install

Note:

Open Browser on another machine and go to: http://adito-server-name:28080


Create New Certificate

Step 1 – Set Keystore Passphrase – Type password twice for Cert

Step 1 – Create New Certificate – Fill out Form

Step 2 – Configure User Database – Built-in

Step 3 – Configure Super User – Fill out Form

Step 4 – Configure Web Server – Leave defaults

Step 5 – Configure Proxies – Leave blank unless you use proxy – Hit Next

Step 6 – Summary

Install Complete

install


Go Back to the Ubuntu CLI (Command line interface)

sudo ant install-service
sudo ant start
sudo pico /opt/adito-0.9.1/conf/wrapper.conf
remove # from -> wrapper.java.additional.2=-Dfile.encoding=UTF-8
sudo shutdown -r 1

7 Responses

  1. the link needs to be updated for the adito file since the move to openvpn-als:

    http://downloads.sourceforge.net/project/openvpn-als/adito/adito-0.9.1/adito-0.9.1-bin.tar.gz?use_mirror=iweb

  2. David C on October 4th, 2009 at 5:14 pm
  3. Thanks for this. I am at the stage of configuring the database users. As our install is in our DMZ, I want to use LDAP. The only option that is close is Active Direcorty. Am I therefore correct in choosing this?

  4. Andre on October 22nd, 2009 at 8:05 pm
  5. I have never used LDAP. I am assuming using LDAP/Adito would be similar. Actually Active Directory is pretty much LDAP but with a ton more features and add-ons. Let me know how LDAP works for you.

  6. Jared Heinrichs on October 23rd, 2009 at 7:50 am
  7. Hi, we can get the LDAP to connect on our Windows Adito built, but not on our Ubuntu build. Any ideas?

  8. Andre on October 27th, 2009 at 7:38 pm
  9. [...] then decided we would rather have it working in Ubuntu. Using Ubuntu Server 8.10 and following How to install Adito on Ubuntu Linux | Jared Heinrichs, We installed Adito. Unlike the Windows build however, Adito in this case will not connect to our [...]

  10. Adito: Windows vs Lunix platform on October 27th, 2009 at 7:48 pm
  11. I’ve never used LDAP since all my shops are Active Directory Based. You might want to look for a plugin with Apache but have never tried it. I just updated the page with a link at the top with Openvpn-ALS. Adito got re-named to OpenVPN-ALS. You might have a better time with that. Let me know how it goes.

  12. Jared Heinrichs on October 28th, 2009 at 5:44 am
  13. Hi There,
    I have followed your instructions and was able to install adito… now the tricky part comes I cannot login after install. Follow the hint regarding wrapper.conf. Tried restart but still not able to get in. Any suggestion idea where to look ? Thanks a lot

  14. Carsten on April 24th, 2012 at 3:55 pm

Leave a Reply