Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

lbausch/sogo3-debian-packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sogo-debian-packaging

Build SOGo packages (without OpenChange) for Debian 8 directly from the official git repository - with just one command.

Prerequisites

  1. Install Vagrant: https://www.vagrantup.com/downloads.html
  2. Install vagrant-vbguest which installs VirtualBox Guest Additions: vagrant plugin install vagrant-vbguest
  3. Clone this repository

Build packages

  1. Create a .env file based on .env.example and adjust the values
  2. Execute vagrant up
  3. Done! Find the deb-packages inside the packages directory
  4. Optional: Destroy the virtual machine with vagrant destroy or execute vagrant halt to keep it for later use

Looking for SOGo 4?

See https://github.com/lbausch/sogo4-debian-packaging which also has support for GitLab CI.