YourCompany/Development System

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in one of the groups: Users, editor.

You can view and copy the source of this page.

Return to YourCompany/Development System.

{{Installation

|Belongs to=YourCompany

|Account Manager=Doe, John

|Contract Type=Subscription

|Performance Level=Standard with WikiFarm and Development

|Contract Start=2021-12-17

|Minimum Contract Period=2 Years

|First Installation=2022-01-04

|Short Description=Testsystem: BlueSpice 4 pro with WikiFarm and Development

}}

===History / Important Deployments===

{| 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%"

|-

! 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%"

|-

! 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

|}