installing_groupvpn - acis-acheron/acheron GitHub Wiki

Installing GroupVPN (Debian Chroot Specific)

General installation instructions can be found on the GroupVPN wiki. To keep things in one place, they have been copied here:

Debian Installation of GroupVPN

This is the recommended install copied from the wiki (updated slightly):

echo "deb http://www.grid-appliance.org/files/packages/deb/ stable contrib"\
     > /etc/apt/sources.list.d/grid_appliance
curl "http://www.grid-appliance.org/files/packages/deb/repo.key" | \
     apt-key add -
aptitude update
aptitude install ipop
groupvpn_prepare.sh config.zip # where config.zip is your GroupVPN config
/etc/init.d/groupvpn.sh start

We have an included (with these documents) script for performing this install procedure in scripts/install_groupvpn.sh, which you can use if you wish. This can most easily be executed by mounting the local filesystem in the chroot, as explained in our Debian chroot document.