mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
remove branch (-b 17.1) for master
This commit is contained in:
parent
20fbc30b34
commit
711e5280cb
@ -22,14 +22,14 @@ npm install -g grunt-cli
|
||||
* install EGroupware and dependencies
|
||||
```
|
||||
cd /path/to/your/docroot
|
||||
git clone -b 17.1 https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
|
||||
git clone https://github.com/EGroupware/egroupware.git # or git@github.com:EGroupware/egroupware.git for ssh
|
||||
cd egroupware
|
||||
./install-cli.php
|
||||
```
|
||||
* install further EGroupware apps by cloning them into your egroupware directory eg.
|
||||
```
|
||||
cd /path/to/your/egroupware
|
||||
git clone -b 17.1 https://github.com/EGroupware/registration.git
|
||||
git clone https://github.com/EGroupware/registration.git
|
||||
```
|
||||
* continue installation at http://localhost/egroupware/setup/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user