Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.29 KB

Example app for EGroupware development

1. Step: minimal "Hello World" app

step1-hello-world

This branch shows the minimal directory and file structure for an EGroupware app.

  1. Cloning the repo into you EGroupware directory:
cd /path/to/egroupware
git clone -b step1 https://github.com/EGroupware/example.git
  1. Install the app in EGroupware setup: http://localhost/egroupware/setup/
  • Log in using the "admin" account for setup in the upper login box step1-setup
  • click on Application and check install checkbox for example step1-application-install
  • Log into EGroupware again and add run-rights for example app to eg. default group step1-admin-acl step1-add-run-acl
  • you have to log out and in again, so you session get's the new application run rights

--> continue to step 2 by checking out branch step2 in your workingcopy