Status | Composer |
---|---|
https://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-epl
- cd /path/to/your/docroot
- git clone -b 16.1 https://github.com/EGroupware/egroupware.git # or [email protected]:EGroupware/egroupware.git for ssh
- cd egroupware
-
install composer.phar from https://getcomposer.org/download/
-
install myrepos (mr) from https://myrepos.branchable.com/ or your distribution package manager
- mr up
-
continue installation at http://localhost/egroupware/setup/
- npm install -g grunt-cli # installs grunt command globally, if you have not already done so
- npm install # installs required npm/grunt modules into node_modules/ dir
for d in . * activesync/vendor/z-push/z-push api/src/Db/ADOdb ; do [ -d $d/.git ] && (echo $d; cd $d; git checkout 16.1); done