No edit summary |
No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
{{Installation | {{Installation | ||
| | |Belongs to=YourCompany | ||
|Account Manager=Doe, John | |Account Manager=Doe, John | ||
|Contract Type=Subscription | |Contract Type=Subscription | ||
Line 9: | Line 9: | ||
|Short Description=Testsystem: BlueSpice 4 pro with WikiFarm and Development | |Short Description=Testsystem: BlueSpice 4 pro with WikiFarm and Development | ||
}} | }} | ||
==History== | ===History / Important Deployments=== | ||
{| class="contenttable-blue" width="100%" | {| class="contenttable-blue" width="100%" | ||
|- | |- | ||
! style="width: 300px;" |'''Protocol by''' | |||
|| | ||Sarah Naumann | ||
|- | |- | ||
!'''First Installation''' | |||
|| | ||2018-11-26 | ||
|- | |- | ||
!'''Update to 3.0.1''' | |||
|| | ||2019-03-26 | ||
|- | |- | ||
!'''Update''' | |||
| | |||
|} | |} | ||
===Access=== | |||
== | |||
{| class="contenttable-blue" width="100%" | {| class="contenttable-blue" width="100%" | ||
|- | |- | ||
! style="width: 300px;" |'''Remote Access''' | |||
| | |VPN -> SSH | ||
|- | |- | ||
!'''ID''' | |||
| | |a_exNNNNN | ||
|- | |- | ||
||''' | !'''Username for SSH''' | ||
|| | |ICA\a_exNNNNN | ||
|} | |||
===Installed programs (applications)=== | |||
{| class="contenttable-blue" width="100%" | |||
|- | |||
! style="width: 300px;" |'''URL''' | |||
||https://wiki.yourcompany.com | |||
|- | |||
!'''Domains''' | |||
| | |||
*wiki.yourcompany.com | |||
*wikidoc.yourcompany.com | |||
|- | |||
!'''Server Name''' | |||
|rz17.musterfirma.local | |||
|- | |||
!'''Operating System''' | |||
||Ubuntu 16.04. | |||
|- | |||
!'''BlueSpice Version''' | |||
|3.0.1 per 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==== | |||
<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/Berlin" -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> | |||
===Backup / Cronjobs=== | |||
====Cronjobs==== | |||
{| class="contenttable-blue" width="100%" | |||
! style="width: 300px;" |'''runJobs''' | |||
|daily | |||
|} | |||
====Backup==== | |||
{| class="contenttable-blue" width="100%" | |||
! style="width: 300px;" |'''BackupDatabases''' | |||
|daily | |||
|} | |} | ||
===Services=== | |||
== | ====Database==== | ||
{| class="contenttable-blue" width="100%" | {| class="contenttable-blue" width="100%" | ||
|- | |- | ||
! style="width: 300px;" |'''Program''' | |||
|| | ||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%" | |||
|- | |||
! style="width: 300px;" |'''opcache''' | |||
||<bs:checklist value="Yes" type="list" list="Template:Checklist-YesNo" /> | |||
|- | |||
||'''memcached''' | |||
||<bs:checklist value="No" type="list" list="Template:Checklist-YesNo" /> | |||
|} | |||
====Webserver==== | |||
{| class="contenttable-blue" width="100%" | |||
|- | |- | ||
! style="width: 300px;" |'''Program''' | |||
|| | ||Apache | ||
|- | |- | ||
||''' | ||'''Version''' | ||
|| | ||2.4.18 | ||
|} | |} |
Revision as of 13:03, 3 December 2021
Belongs to: | YourCompany |
---|---|
First installation: | 2022-01-04 |
Contract start: | 2021-12-17 |
Minimum contract period: | 2 Years |
Contract type: | Subscription |
---|---|
Performance level: | Standard with WikiFarm and Development |
Account manager: | Doe, John |
Last update: |
Short description | Testsystem: BlueSpice 4 pro with WikiFarm and Development |
---|
History / Important Deployments
Protocol by | Sarah Naumann |
---|---|
First Installation | 2018-11-26 |
Update to 3.0.1 | 2019-03-26 |
Update |
Access
Remote Access | VPN -> SSH |
---|---|
ID | a_exNNNNN |
Username for SSH | ICA\a_exNNNNN |
Installed programs (applications)
URL | https://wiki.yourcompany.com |
---|---|
Domains |
|
Server Name | rz17.musterfirma.local |
Operating System | Ubuntu 16.04. |
BlueSpice Version | 3.0.1 per 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/Berlin" -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
Program | MariaDB |
---|---|
Version | 10.1.37 |
PHP
Version | 7.0.30 |
---|
Jetty
Version | 9 |
---|
Caching
opcache | |
---|---|
memcached |
Webserver
Program | Apache |
---|---|
Version | 2.4.18 |