Skip to content

development getstarted

Ralf Becker edited this page Sep 15, 2019 · 3 revisions

WikiDevelopmentGet 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:

  1. Go to your docroot. e.g.cd /var/www/

  2. Clone EGroupware sources from github
    git clone https://github.com/EGroupware/egroupware.git

if you have ssh access use git clone git@github.com:EGroupware/egroupware.git instead.

  1. Go to egroupware folder. e.g.cd egroupware

  2. Install composer.phar if you don't have it installed. https://getcomposer.org/download/

  3. Run install-cli.php to install or update your EGroupware checkout ./install-cli.php

  4. Continue installation at http://localhost/egroupware/setup/

  5. Congratulations!!! Now you may login to your EGroupware instance by visiting http://localhost/egroupware/.

Clone this wiki locally