hw>Amueller Keine Bearbeitungszusammenfassung |
K (13 Versionen importiert) |
||
(10 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<noinclude> | |||
{{Installation | {{Installation | ||
|gehört zu=Musterfirma GmbH | |gehört zu=Musterfirma GmbH | ||
|Account Manager= | |Account Manager=Schreiber,Horst | ||
|Vertragsart=Subskription | |Vertragsart=Subskription | ||
|Leistungsstufe=Standard | |Leistungsstufe=Standard mit WikiFarm und Development | ||
|Vertragsbeginn= | |Vertragsbeginn=2018/04/02 | ||
|Mindestvertragslaufzeit=2 Jahre | |Mindestvertragslaufzeit=2 Jahre | ||
|hat_Serverwartung=nein | |hat_Serverwartung=nein | ||
|Erstinstallation=2019/ | |Erstinstallation=2018/04/02 | ||
|Kurzbeschreibung= | |Letztes Update=2019/03/27 | ||
|Kurzbeschreibung=Produktivsystem: BlueSpice 3 pro Standard mit WikiFarm mit Development | |||
|Rechnungsstellung=03.09. | |||
|Vertragsende=2020/09/02 | |||
|Cloud=nein | |||
|QSystem=ja | |||
|URL=https://wiki.musterfirma.de | |||
|Betriebssystem=Ubuntu 16.04 | |||
|BlueSpice Version=3.0.1 pro | |||
|MediaWiki Version=1.31.1 | |||
|Database=MariaDB | |||
|Server Internetzugang=Ja | |||
|Remotezugriff=VPN | |||
|php=7.0.30 | |||
|git=Nein | |||
|caching=OpCache | |||
}} | }} | ||
</noinclude> | |||
===History / Important Deployments=== | |||
== | |||
{| class="contenttable-blue" width="100%" | {| class="contenttable-blue" width="100%" | ||
|- | |- | ||
! style="width: 300px;" |'''Protocol by''' | |||
|| | ||Horst Schreiber | ||
|- | |||
!'''First installation''' | |||
||2017-04-02 | |||
|- | |||
!'''Update to current codebase 3.0.0''' | |||
||2018-11-26 | |||
|- | |||
!'''Update to 3.0.1''' | |||
||2019-03-27 | |||
|- | |||
!'''Update''' | |||
| | |||
|} | |||
<br> | |||
===Access=== | |||
{| class="contenttable-blue" width="100%" | |||
|- | |- | ||
! style="width: 300px;" |'''Remote Access''' | |||
| | |VPN -> SSH | ||
|- | |- | ||
!'''ID''' | |||
| | |a_exNNNNN | ||
|- | |- | ||
!'''Username for SSH''' | |||
| | |ICA\a_exNNNNN | ||
|} | |} | ||
<br> | |||
===Installed programs (applications)=== | |||
=== | |||
{| class="contenttable-blue" width="100%" | {| class="contenttable-blue" width="100%" | ||
|- | |- | ||
! style="width: 300px;" |'''URL''' | |||
|| | ||https://wiki.musterfirma.de | ||
|- | |||
!'''Domains''' | |||
| | |||
*wiki.musterfirma.de | |||
*wikidocs.musterfirma.de | |||
|- | |||
!'''Server name''' | |||
|rz14.musterfirma.local | |||
|- | |||
!'''Operating System''' | |||
||Ubuntu 16.04. | |||
|- | |||
!'''BlueSpice Version''' | |||
|3.0.1 pro WikiFarm | |||
|- | |||
!'''MediaWiki Version''' | |||
|1.31.1 | |||
|- | |||
!'''Deployment package''' | |||
|Docker | |||
|- | |- | ||
!'''Path to Docker files''' | |||
| | |/data/bluespice/bluespice | ||
|- | |- | ||
!'''Authentication''' | |||
|| | ||SAML.php | ||
|- | |- | ||
||''' | !'''Notes''' | ||
| | ||Group assignment to instances in '''099-AdditionalPermissions.php''' | ||
|} | |||
<br> | |||
===Please note for updates=== | |||
Since it is currently not possible to set the permissions properly, the '''delete''' permission has been withdrawn from the '''editor''' DefaultSettings.php. | |||
<br> | |||
===Docker=== | |||
====Starting Docker==== | |||
<syntaxhighlight lang="bash"> | |||
docker run -d -v /data/bluespice/certificates:/etc/apache2/ssl -v | |||
/data/bluespice/bluespice/099-AdditionalPermissions.php:/var/www/bluespice/w/settings.d/099- | |||
AdditionalPermissions.php -v | |||
/data/bluespice/database:/var/lib/mysql -v | |||
/data/bluespice/elasticsearch:/var/lib/elasticsearch -v | |||
/data/bluespice/bluespice:/opt/bluespice-docker -v /data/bluespice/backup:/backup -v | |||
/data/backups-mediawiki:/import -e "TZ=Europe/musterfirma" -lCE -t -p 80:80 -p 443:443 -p 8000:8000 | |||
-p 8001:8001 1d85e6a800e9 | |||
</syntaxhighlight> | |||
====Docker IP==== | |||
<syntaxhighlight lang="bash"> | |||
cat /etc/doc ker/daemon.json | |||
{ | |||
"bip": "172.19.10.1/24", | |||
"fixed-cidr": "172.19.10.1/24" | |||
} | |||
</syntaxhighlight> | |||
<br> | |||
===Backup / Cronjobs=== | |||
====Cronjobs==== | |||
{| class="contenttable-blue" width="100%" | |||
! style="width: 300px;" |'''runJobs''' | |||
|daily | |||
|} | |||
====Backup==== | |||
{| class="contenttable-blue" width="100%" | |||
! style="width: 300px;" |'''BackupDatabases''' | |||
|daily | |||
|} | |||
<br> | |||
===Services=== | |||
====Database==== | |||
{| class="contenttable-blue" width="100%" | |||
|- | |- | ||
! style="width: 300px;" |'''Programm''' | |||
|| | ||MariaDB | ||
|- | |- | ||
!'''Version''' | |||
|| | ||10.1.37 | ||
|} | |||
====PHP==== | |||
{| class="contenttable-blue" width="100%" | |||
|- | |- | ||
! style="width: 300px;" |'''Version''' | |||
|| | ||7.0.30 | ||
|} | |||
====Jetty==== | |||
{| class="contenttable-blue" width="100%" | |||
|- | |- | ||
! style="width: 300px;" |'''Version''' | |||
|| | ||9 | ||
|} | |} | ||
== | ====Caching==== | ||
{| class="contenttable-blue" width="100%" | {| class="contenttable-blue" width="100%" | ||
|- | |- | ||
! style="width: 300px;" |'''opcache''' | |||
|| | ||<bs:checklist value="Ja" type="list" list="Vorlage:Checkliste-JaNein" /> | ||
|- | |- | ||
||''' | ||'''memcached''' | ||
|| | ||<bs:checklist value="Nein" type="list" list="Vorlage:Checkliste-JaNein" /> | ||
|} | |||
====Webserver==== | |||
{| class="contenttable-blue" width="100%" | |||
|- | |- | ||
! style="width: 300px;" |'''Programm''' | |||
|| | ||Apache | ||
|- | |- | ||
||''' | ||'''Version''' | ||
|| | ||2.4.18 | ||
|} | |} |
Aktuelle Version vom 18. November 2021, 11:01 Uhr
gehört zu: | Musterfirma GmbH |
---|---|
Erstinstallation: | 2018/04/02 |
Vertragsbeginn: | 2018/04/02 |
Mindestvertragslaufzeit: | 2 Jahre |
Vertragsart: | Subskription |
---|---|
Leistungsstufe: | Standard mit WikiFarm und Development |
Account Manager: | Schreiber,Horst |
Letztes Update: | 2019/03/27 |
Kurzbeschreibung | Produktivsystem: BlueSpice 3 pro Standard mit WikiFarm mit Development |
---|
History / Important Deployments
Protocol by | Horst Schreiber |
---|---|
First installation | 2017-04-02 |
Update to current codebase 3.0.0 | 2018-11-26 |
Update to 3.0.1 | 2019-03-27 |
Update |
Access
Remote Access | VPN -> SSH |
---|---|
ID | a_exNNNNN |
Username for SSH | ICA\a_exNNNNN |
Installed programs (applications)
URL | https://wiki.musterfirma.de |
---|---|
Domains |
|
Server name | rz14.musterfirma.local |
Operating System | Ubuntu 16.04. |
BlueSpice Version | 3.0.1 pro WikiFarm |
MediaWiki Version | 1.31.1 |
Deployment package | Docker |
Path to Docker files | /data/bluespice/bluespice |
Authentication | SAML.php |
Notes | Group assignment to instances in 099-AdditionalPermissions.php |
Please note for updates
Since it is currently not possible to set the permissions properly, the delete permission has been withdrawn from the editor DefaultSettings.php.
Docker
Starting Docker
docker run -d -v /data/bluespice/certificates:/etc/apache2/ssl -v
/data/bluespice/bluespice/099-AdditionalPermissions.php:/var/www/bluespice/w/settings.d/099-
AdditionalPermissions.php -v
/data/bluespice/database:/var/lib/mysql -v
/data/bluespice/elasticsearch:/var/lib/elasticsearch -v
/data/bluespice/bluespice:/opt/bluespice-docker -v /data/bluespice/backup:/backup -v
/data/backups-mediawiki:/import -e "TZ=Europe/musterfirma" -lCE -t -p 80:80 -p 443:443 -p 8000:8000
-p 8001:8001 1d85e6a800e9
Docker IP
cat /etc/doc ker/daemon.json
{
"bip": "172.19.10.1/24",
"fixed-cidr": "172.19.10.1/24"
}
Backup / Cronjobs
Cronjobs
runJobs | daily |
---|
Backup
BackupDatabases | daily |
---|
Services
Database
Programm | MariaDB |
---|---|
Version | 10.1.37 |
PHP
Version | 7.0.30 |
---|
Jetty
Version | 9 |
---|
Caching
opcache | |
---|---|
memcached |
Webserver
Programm | Apache |
---|---|
Version | 2.4.18 |