- '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
- '/home/toolbox/www:/home/toolbox/www'\r
- '/home/stats/www:/home/stats/www'\r
+ - '/home/wesco:/home/wesco'\r
# Config\r
- '/home/extranet/www/.docker/config/httpd/httpd.conf:/usr/local/apache2/conf/httpd.conf'\r
ports:\r
- '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
- '/home/toolbox/www:/home/toolbox/www'\r
- '/home/stats/www:/home/stats/www'\r
+ - '/home/wesco:/home/wesco'\r
# Config\r
- '/home/extranet/www/.docker/config/httpd/httpd-nb.conf:/usr/local/apache2/conf/httpd.conf'\r
ports:\r
- '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
- '/home/toolbox/www:/home/toolbox/www'\r
- '/home/stats/www:/home/stats/www'\r
+ - '/home/wesco:/home/wesco'\r
tmpfs:\r
#- '/tmp:mode=777,uid=1002,gid=33'\r
- '/var/log/extranet:uid=1002,gid=33'\r
$cache = sha1($this->book->parametres->highlightResults . '/--/' . $this->book->parametres->searchWordSelectionAlgorithm . '///' . $this->book->parametres->textExtraction . '|--|' . $this->book->parametres->ignoreSearchSeparators . '|||' . $this->book->composition_update . '()()()' . filemtime(WS_TOOLS . '/fwstk/out/artifacts/fwstk_jar/fwstk.jar'));
$cacheDir = WS_BOOKS . '/index/' . $this->book_id . '/' . $cache . '/';
if (!file_exists($cacheDir)) {
+ die($cacheDir);
mkdir($cacheDir, 0777, true);
$this->daoBook->makeTextsIndexes($this->book, $this->pages, $index, $textes, true);