$ git clone https://github.com/zemna/groupware.git
$ npm install
$ composer install --no-dev -o --prefer-dist
$ bower install
$ cp .env.example .env
$ php artisan key:generate
gulp
if necessary$ gulp --production
$ php artisan migrate
$ chown -R www-data:www-data *
$ chmod -R 775 bootstrap/cache
$ chmod -R 775 storage