mirror of https://github.com/EdgeVPNio/tools.git
|
||
---|---|---|
.. | ||
evio | ||
README.md | ||
deb-gen |
README.md
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
tools
repo and usetools/debian-package
as your base directory. - Copy the
tincan
executable, and the contents of thecontroller
folder intoevio/opt/evio
. - Copy
config.json
, the template or completed file, intoevio/etc/opt/evio
. - Execute
./deb-gen
to create theevio.deb
installer 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.