pb wordpress
This commit is contained in:
parent
f5930cf215
commit
9b54fe186f
|
@ -353,7 +353,7 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="file:///home/afornerot/cadoles/envole-project/doc/tools/cadoles_theme.css" type="text/css">
|
<link rel="stylesheet" href="file:///run/user/1000/gvfs/sftp%3Ahost%3Deolebase.ac-test.fr%2Cuser%3Droot/root/git/envole/doc/tools/cadoles_theme.css" type="text/css">
|
||||||
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
|
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -400,7 +400,7 @@ chmod +x /usr/bin/envole</p>
|
||||||
<h1 id="lier-envole-avec-un-scribe">Lier Envole avec un scribe</h1>
|
<h1 id="lier-envole-avec-un-scribe">Lier Envole avec un scribe</h1>
|
||||||
<p>CreoleSet cas_host envole.ac_test.fr<br>
|
<p>CreoleSet cas_host envole.ac_test.fr<br>
|
||||||
CreoleSet openldap_host envole.ac_test.fr<br>
|
CreoleSet openldap_host envole.ac_test.fr<br>
|
||||||
CreoleSet nextcloud_samba_host envole.ac_test.fr</p>
|
CreoleSet nextcloud_samba_host 192.168.0.26</p>
|
||||||
<p># Définition des secrets<br>
|
<p># Définition des secrets<br>
|
||||||
CreoleSet openldap_password changeme<br>
|
CreoleSet openldap_password changeme<br>
|
||||||
CreoleSet database_rootpassword changeme<br>
|
CreoleSet database_rootpassword changeme<br>
|
||||||
|
|
|
@ -41,7 +41,7 @@ chmod +x /usr/bin/envole
|
||||||
# Lier Envole avec un scribe
|
# Lier Envole avec un scribe
|
||||||
CreoleSet cas_host envole.ac_test.fr
|
CreoleSet cas_host envole.ac_test.fr
|
||||||
CreoleSet openldap_host envole.ac_test.fr
|
CreoleSet openldap_host envole.ac_test.fr
|
||||||
CreoleSet nextcloud_samba_host envole.ac_test.fr
|
CreoleSet nextcloud_samba_host 192.168.0.26
|
||||||
|
|
||||||
# Définition des secrets
|
# Définition des secrets
|
||||||
CreoleSet openldap_password changeme
|
CreoleSet openldap_password changeme
|
||||||
|
|
BIN
doc/demo.pdf
BIN
doc/demo.pdf
Binary file not shown.
|
@ -14,6 +14,9 @@ WIDNEXTCLOUD_URL=${NEXTCLOUD_URL}
|
||||||
ACTIVATE_WIDNINEBOARD=${NINEBOARD_ACTIVATE}
|
ACTIVATE_WIDNINEBOARD=${NINEBOARD_ACTIVATE}
|
||||||
WIDNINEBOARD_URL=${NINEBOARD_URL}
|
WIDNINEBOARD_URL=${NINEBOARD_URL}
|
||||||
|
|
||||||
|
ACTIVATE_WIDWORDPRESS=${WORDPRESS_ACTIVATE}
|
||||||
|
WIDWORDPRESS_URL=${WORDPRESS_URL}
|
||||||
|
|
||||||
ACTIVATE_WIDGENCONFIG=${GENCONFIG_ACTIVATE}
|
ACTIVATE_WIDGENCONFIG=${GENCONFIG_ACTIVATE}
|
||||||
WIDGENCONFIG_URL=${GENCONFIG_URL}
|
WIDGENCONFIG_URL=${GENCONFIG_URL}
|
||||||
|
|
||||||
|
|
|
@ -76,6 +76,7 @@ wp site switch-language fr_FR
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
# Mise à jour theme / plugin / network
|
# Mise à jour theme / plugin / network
|
||||||
|
wp theme install twentytwentyfour --allow-root
|
||||||
wp theme update --allow-root --all
|
wp theme update --allow-root --all
|
||||||
wp plugin update --allow-root --all
|
wp plugin update --allow-root --all
|
||||||
wp language core update
|
wp language core update
|
||||||
|
|
Loading…
Reference in New Issue