mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 15:08:59 +01:00
fix not display "tag"
This commit is contained in:
parent
d478b1ca57
commit
aa12283893
@ -29,17 +29,17 @@ git clone -b 17.1 https://github.com/EGroupware/registration.git
|
|||||||
|
|
||||||
### Keeping EGroupware up to date:
|
### Keeping EGroupware up to date:
|
||||||
```
|
```
|
||||||
|
cd /path/to/your/egroupware
|
||||||
./install-cli.php [<change-channel>]
|
./install-cli.php [<change-channel>]
|
||||||
setup/setup-cli.php # will tell you if a schema-update is necessary
|
setup/setup-cli.php # will tell you if a schema-update is necessary
|
||||||
```
|
```
|
||||||
install-cli.php supports the following "channels":
|
install-cli.php supports the following "channels":
|
||||||
- release: taged maintenance releases only eg. 17.1.20190222
|
- release: taged maintenance releases only eg. 17.1.20190222
|
||||||
- bugfix: release-branch incl. latest bugfixes eg. 17.1, if you are currently on 17.1.20190222
|
- bugfix: release-branch incl. latest bugfixes eg. 17.1, if you are currently on 17.1.20190222
|
||||||
- <branch>:switch to given branch
|
- \<branch\>: switch to given branch
|
||||||
- master: latest development for next release
|
- master: latest development for next release
|
||||||
To change the channel, call install-cli.php <channel-to-update-to>.
|
To change the channel, call install-cli.php <channel-to-update-to>.
|
||||||
|
|
||||||
|
|
||||||
### Switching a git installation from 16.1 to 17.1:
|
### Switching a git installation from 16.1 to 17.1:
|
||||||
(Only necessary for 16.1, 17.1+ use: install-cli.php <new-channel>
|
(Only necessary for 16.1, 17.1+ use: install-cli.php <new-channel>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user