mirror of https://github.com/EdgeVPNio/tools.git
1.2 KiB
1.2 KiB
EdgeVPNio DEBIAN PACKAGE
The Debian package installs EdgeVPNio (evio) as a systemd service and is supported in Ubuntu 18.04 and Raspberry Pi Raspbian OS. Use the following procedure to create a new installer package.
- Clone the
toolsrepo and usetools/debian-packageas your base directory. - Copy the
tincanexecutable, and the contents of thecontrollerfolder intoevio/opt/evio. - Copy
config.json, the template or completed file, intoevio/etc/opt/evio. - Execute
./deb-gento create theevio.debinstaller package.
Installation creates the following files and directories:
/opt/evio/tincan/opt/evio/controller//etc/opt/evio/config.json/etc/systemd/system/var/logs/evio/tincan_log/var/logs/evio/ctrl.log
To install EdgeVPNio invoke sudo apt install -y <path/to/installer>/evio.deb.
After installation but before starting evio, complete config.json by adding the XMPP credentials, setting the IP address, and applying other configurations as needed.
Then start evio using sudo systemctl start evio.
Additionally, use systemctl to start/stop/restart/status evio.
EdgeVPNio is configured to be started automatically on reboot.