What is Group Office?
Group-Office is an enterprise CRM and groupware tool. Collaborate, Share projects, calendars, files and e-mail online with co-workers and clients. Easy to use and fully customizable. -https://www.group-office.com/
Installation
- Log into the Linux device
- Run the following commands in terminal
# update software repositories
sudo apt update
# install available software updates
sudo apt upgrade
# add group-office gpg key
wget -qO - https://repo.group-office.com/downloads/groupoffice.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/groupoffice.gpg
# add group-office apt repository
echo "deb http://repo.group-office.com/ sixeight main" | sudo tee /etc/apt/sources.list.d/groupoffice.list
# update software repositories
sudo apt update
# install group-office
sudo apt install groupoffice -y && sudo apt install php-apcu -y - When prompted, press enter to configure the database
- Enter and confirm a database password, Grou40ff1c3 in this example
- Open a web browser and navigate to http://DNSorIP/groupoffice
- Click Continue at the welcome screen
- Click Continue at the system requirements check
- Create an administrator account by entering an Email, Username and password > Select a Language > Click Install
- Once the installation completes, click Continue
- Login using the username and password setup earlier
- If prompted, enter and confirm a new password
- Welcome to Group Office
Source: https://groupoffice.readthedocs.io/en/latest/install/debian.html#core-system