Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ARCHITRAVE
SADE
Commits
f621061f
Commit
f621061f
authored
Nov 01, 2021
by
Moritz Schepp
Browse files
add tei caching to post-install
parent
503dbb94
Changes
1
Hide whitespace changes
Inline
Side-by-side
post-install.xq
View file @
f621061f
...
...
@@ -130,7 +130,9 @@ let $path := $system-path
let
$user
:=
util:system-property
(
"user.name"
)
let
$message1
:=
$path
||
" is not available. Create it and make sure "
||
$user
||
" can write there."
let
$message2
:=
"Could not write to "
||
$path
||
"."
let
$indexing_msg
:=
util:log-system-out
(
"indexing edition pages and registers ..."
)
let
$tei-cache-msg
:=
util:log-system-out
(
"caching edition TEI files in '/textgrid' ..."
)
let
$tei-cache
:=
transformXML:cacheAllEditions
()
let
$indexing-msg
:=
util:log-system-out
(
"indexing edition pages and registers ..."
)
let
$indexing
:=
elastic:setup
()
let
$map-tiles-msg
:=
util:log-system-out
(
"importing paris map tiles ..."
)
let
$map-tiles
:=
local:inject-map-tiles
(
'/var/www/map-tiles.git/raster'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment