Robert Vogel (talk | contribs) No edit summary Tag: 2017 source edit |
Robert Vogel (talk | contribs) No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
== BlueSpice FREE "all-in-one" == | == BlueSpice FREE "all-in-one" == | ||
===Data=== | ===Data=== | ||
Data has been stored in the directory referenced by <code>WIKI_INSTALL_DIR</code>. | Data has been stored in the directory referenced by <code>WIKI_INSTALL_DIR</code>. Now <code>DATADIR</code> is used. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
Line 13: | Line 13: | ||
|- | |- | ||
|<code>$WIKI_INSTALL_DIR/www/bluespice/w/images/</code> | |<code>$WIKI_INSTALL_DIR/www/bluespice/w/images/</code> | ||
| | |<code>$DATADIR/bluespice/images/</code> | ||
| | | | ||
|- | |- | ||
|<code>$WIKI_INSTALL_DIR/www/bluespice/w/cache/</code> | |<code>$WIKI_INSTALL_DIR/www/bluespice/w/cache/</code> | ||
| | |<code>$DATADIR/bluespice/cache/</code> | ||
| | | | ||
|- | |- | ||
|<code>$WIKI_INSTALL_DIR/www/bluespice/w/extensions/BlueSpiceFoundation/config/</code> | |<code>$WIKI_INSTALL_DIR/www/bluespice/w/extensions/BlueSpiceFoundation/config/</code> | ||
| | | - | ||
| | | Obsolete. All contents of this directory have been migrated to the database in <code>4.4</code> already. | ||
|- | |- | ||
|<code>$WIKI_INSTALL_DIR/www/bluespice/w/extensions/BlueSpiceFoundation/data/</code> | |<code>$WIKI_INSTALL_DIR/www/bluespice/w/extensions/BlueSpiceFoundation/data/</code> | ||
| | |<code>$DATADIR/bluespice/extensions/BlueSpiceFoundation/data/</code> | ||
| | | | ||
|} | |} | ||
=== Settings === | === Settings === |
Revision as of 14:35, 22 July 2024
BlueSpice FREE "all-in-one"
Data
Data has been stored in the directory referenced by WIKI_INSTALL_DIR
. Now DATADIR
is used.
OLD (bluespice/bluespice-free 4.4)
|
NEW (bluespice-deploy/composer 4.5)
|
Comment |
---|---|---|
$WIKI_INSTALL_DIR/logs/
|
- | Obsolete. New containers log everything to stderr / stdout
|
$WIKI_INSTALL_DIR/www/bluespice/w/images/
|
$DATADIR/bluespice/images/
|
|
$WIKI_INSTALL_DIR/www/bluespice/w/cache/
|
$DATADIR/bluespice/cache/
|
|
$WIKI_INSTALL_DIR/www/bluespice/w/extensions/BlueSpiceFoundation/config/
|
- | Obsolete. All contents of this directory have been migrated to the database in 4.4 already.
|
$WIKI_INSTALL_DIR/www/bluespice/w/extensions/BlueSpiceFoundation/data/
|
$DATADIR/bluespice/extensions/BlueSpiceFoundation/data/
|
Settings
Data have been stored in the directory referenced by WIKI_INSTALL_DIR
.
OLD (bluespice/bluespice-free 4.4)
|
NEW (bluespice-deploy/composer 4.5)
|
Comment |
---|---|---|
$WIKI_INSTALL_DIR/data/www/bluespice/w/LocalSettings.php
|
$WIKI_INSTALL_DIR/data/www/bluespice/w/LocalSettings.php
|