Table of Contents
Wiki ▸ Development ▸ Get Started
Get Started
The first step to get started with EGroupware is to checkout the sources and installation on your development environment.
Assuming you have already prepared minimum requirements on your environments to run EGroupware:
- PHP 7.2+ installation with your Webserver
- any recent MariaDB/MySQL versions or PostgreSQL
You may follow below steps:
-
Go to your docroot. e.g.
cd /var/www/
-
Clone EGroupware sources from github
git clone https://github.com/EGroupware/egroupware.git
if you have
ssh
access usegit clone git@github.com:EGroupware/egroupware.git
instead.
-
Go to egroupware folder. e.g.
cd egroupware
-
Install composer.phar if you don't have it installed. https://getcomposer.org/download/
-
Run install-cli.php to install or update your EGroupware checkout
./install-cli.php
-
Continue installation at http://localhost/egroupware/setup/
-
Congratulations!!! Now you may login to your EGroupware instance by visiting http://localhost/egroupware/.
Language: |
- General information
- Distribution specific instructions
- Update recommendations and troubleshooting
- Tuning EGroupware for higher number of users
- Docker-compose installation: Linux, Windows, Mac, Synology, QNAP
- Configure IMAP push
- IMAP Push Notifications for Dovecot 2.2+
- Using EGroupware Mail server with ActiveDirectory
CTI / Computer Telephone Integration
Using SmallPART with a LMS (Moodle, OpenOLAT, ...)
Synchronisation between Untis / Webuntis and EGroupware
Development