Build SOGo packages (without OpenChange) for Debian 8 directly from the official git repository - with just one command.
- Install Vagrant: https://www.vagrantup.com/downloads.html
- Install
vagrant-vbguest
which installs VirtualBox Guest Additions:vagrant plugin install vagrant-vbguest
- Clone this repository
- Create a
.env
file based on.env.example
and adjust the values - Execute
vagrant up
- Done! Find the deb-packages inside the
packages
directory - Optional: Destroy the virtual machine with
vagrant destroy
or executevagrant halt
to keep it for later use
See https://github.com/lbausch/sogo4-debian-packaging which also has support for GitLab CI.