You are viewing an old version of this page. Return to the latest version.
Version of 13:39, 4 September 2019 by Margit Link-Rodrigue
Difference between revisions of "YourCompany/Development System"
(translation EN) (Tag: 2017 source edit) |
(Tag: 2017 source edit) |
Belongs to: | YourCompany | Account Manager: | Doe, John | Contract Type: | Subscription | |
First Installation: | 2018/11/26 | Last Update: | Performance Level: | Standard with WikiFarm and Development | ||
Contract Start: | 2018/09/03 | Minimum Contract Period: | 2 years"2 years" is not in the list (1 Year, 2 Years, 3 Years, 4 Years, 5 Years) of allowed values for the "Minimum Contract Period" property. |
Short Description | Test system: BlueSpice 3 pro Standard with WikiFarm and Development |
Contents
History / Important Deployments[edit | edit source]
Protocol by | Sarah Naumann |
---|---|
First Installation | 2018-11-26 |
Update to 3.0.1 | 2019-03-26 |
Update |
Access[edit | edit source]
Remote Access | VPN -> SSH |
---|---|
ID | a_exNNNNN |
Username for SSH | ICA\a_exNNNNN |
Installed programs (applications)[edit | edit source]
URL | https://wiki.yourcompany.com |
---|---|
Domains |
|
Server Name | rz17.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[edit | edit source]
Since it is currently not possible to set the permissions properly, the delete permission has been withdrawn from the editor DefaultSettings.php.
Docker[edit | edit source]
Starting Docker[edit | edit source]
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[edit | edit source]
cat /etc/doc ker/daemon.json
{
"bip": "172.19.10.1/24",
"fixed-cidr": "172.19.10.1/24"
}
Backup / Cronjobs[edit | edit source]
Cronjobs[edit | edit source]
runJobs | daily |
---|
Backup[edit | edit source]
BackupDatabases | daily |
---|
Services[edit | edit source]
Database[edit | edit source]
Program | MariaDB |
---|---|
Version | 10.1.37 |
PHP[edit | edit source]
Version | 7.0.30 |
---|
Jetty[edit | edit source]
Version | 9 |
---|
Caching[edit | edit source]
opcache | |
---|---|
memcached |
Webserver[edit | edit source]
Program | Apache |
---|---|
Version | 2.4.18 |
<noinclude> {{Installation |Belongs to=YourCompany |Account Manager=Doe, John |Contract Type=Subscription |Performance Level=Standard with WikiFarm and Development |Contract Start=2018/09/03 |Minimum Contract PeriopdPeriod=2 Jahreyears |has_Servermaintenance=no |First Installation=2018/11/26 |Last Upate=2019/03/26 |Short Description=Test system: BlueSpice 3 pro Standard with WikiFarm and Development |Contract End=2020/09/02 |Invoice Status=not specified |Cloud=no |QSystem=yes |URL=https://wiki-yourcompany.com |Oeprating System=Ubuntu 16.04 |BlueSpice Version=3.0.1 pro |MediaWiki Version=1.31.1 |Database=MariaDB |Server Internet Access=yes |Remote Access=VPN |php=7.0.30 |git=No |caching=OpCache }} </noinclude> ===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 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==== <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="Vorlage:Checkliste-Ja/Nein" /> |- ||'''memcached''' ||<bs:checklist value="No" type="list" list="Vorlage:Checkliste-Ja/Nein" /> |} ====Webserver==== {| class="contenttable-blue" width="100%" |- ! style="width: 300px;" |'''Program''' ||Apache |- ||'''Version''' ||2.4.18 |}
Line 6: | Line 6: | ||
|Performance Level=Standard with WikiFarm and Development | |Performance Level=Standard with WikiFarm and Development | ||
|Contract Start=2018/09/03 | |Contract Start=2018/09/03 | ||
− | |Minimum Contract | + | |Minimum Contract Period=2 years |
|has_Servermaintenance=no | |has_Servermaintenance=no | ||
|First Installation=2018/11/26 | |First Installation=2018/11/26 |