mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
for CentOS you need to install, enable and start MariaDB before installing EGroupware and add egroupware-collabora-key and -rocketchat
parent
36f0e6e179
commit
e23ba81ec0
@ -91,7 +91,6 @@ firewall-cmd --add-service=http --permanent
|
|||||||
firewall-cmd --add-service=https --permanent
|
firewall-cmd --add-service=https --permanent
|
||||||
firewall-cmd --reload
|
firewall-cmd --reload
|
||||||
```
|
```
|
||||||
|
|
||||||
For new installations or updating from EPL you need to add our server:eGroupWare repo first:
|
For new installations or updating from EPL you need to add our server:eGroupWare repo first:
|
||||||
```
|
```
|
||||||
cd /etc/yum.repos.d/
|
cd /etc/yum.repos.d/
|
||||||
@ -99,8 +98,13 @@ wget https://download.opensuse.org/repositories/server:eGroupWare/RHEL_7/server:
|
|||||||
```
|
```
|
||||||
Then you need to run for a new installations:
|
Then you need to run for a new installations:
|
||||||
```
|
```
|
||||||
yum install mariadb-server egroupware-docker
|
yum install mariadb-server
|
||||||
|
systemctl enable mariadb
|
||||||
|
systemctl start mariadb
|
||||||
|
yum install egroupware-docker egroupware-collabora-key egroupware-rocketchat
|
||||||
```
|
```
|
||||||
|
> It is important that MariaDB runs, before you attempt to install EGroupware!
|
||||||
|
|
||||||
or updating EPL:
|
or updating EPL:
|
||||||
```
|
```
|
||||||
yum install egroupware-docker
|
yum install egroupware-docker
|
||||||
|
Loading…
Reference in New Issue
Block a user