View Single Post
Old 06-02-2009, 11:51 AM   #1 (permalink)
WebFooL
Untangle Ninja

 
WebFooL's Avatar
 
Join Date: Jan 2009
Location: Sweden (Eskilstuna)
URLs submitted: 57
Posts: 3,696
WebFooL is on a distinguished road
Send a message via MSN to WebFooL
Post How to install Adito

Hi,
I just installd Adito.
I havet had time to verify it in a production environment.
And i have some other thing to do..
So i will post the installation and maby some of you can verify that it works.

I did this installation on a UT 6.2
But it should work on a 6.1.

Here are the steps.

Edit
Code:
/etc/apt/sources.list
add or uncomment
Code:
deb http://security.debian.org lenny/updates main contrib non-free
deb http://ftp.debian.org/debian lenny main contrib non-free
From the terminal or thru ssh:
run
Code:
apt-get update
run
Code:
apt-get install ant
run
Code:
cd /opt/
run run
Code:
tar zxvf adito*.gz
run
Code:
cd adito-0.9.1
run
Code:
ant install
Add packet filter
Code:
Name: Adito Access
Action: PASS
Destination Local
Protocol: TCP UDP
Destination Port: 28080
Now access the Adito setup with your browser http://untangleip:28080
Follow the steps.
When you are done with the setup go back to the terminal or SSH

run
Code:
"ant install-service"
then run
Code:
"ant start"
Edit your packet filter to the port you choise for the webserver.
Code:
Name: Adito Access
Action: PASS
Destination Local
Protocol: TCP UDP
Destination Port: your port choise
Now you should be able to access your adito server
Now Edit
Code:
/etc/apt/sources.list
Comment or remove:
Code:
deb http://security.debian.org lenny/updates main contrib non-free
deb http://ftp.debian.org/debian lenny main contrib non-free
run
Code:
apt-get update
Verify that it only use Untangle sources.
All done.

Last edited by WebFooL; 06-02-2009 at 12:45 PM..
WebFooL is online now