mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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
|
* install EGroupware and dependencies
|
||||||
```
|
```
|
||||||
cd /path/to/your/docroot
|
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
|
cd egroupware
|
||||||
./install-cli.php
|
./install-cli.php
|
||||||
```
|
```
|
||||||
* install further EGroupware apps by cloning them into your egroupware directory eg.
|
* install further EGroupware apps by cloning them into your egroupware directory eg.
|
||||||
```
|
```
|
||||||
cd /path/to/your/egroupware
|
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/
|
* continue installation at http://localhost/egroupware/setup/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user