Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pdn-certic
MaX
Commits
5860aa3b
Commit
5860aa3b
authored
Apr 01, 2022
by
Jerome Chauveau
Browse files
test-deploy.sh compatibilité macos
parent
7a89edec
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/test-deploy.sh
View file @
5860aa3b
...
...
@@ -39,5 +39,9 @@ echo 'Run basexhttp'
./basex/bin/basexhttp
-h4242
&
echo
'Install Max Tei DEMO'
./MaX/tools/max.sh
--d-tei
firefox http://localhost:4242/max_tei_demo
if
[[
$OSTYPE
==
'darwin'
*
]]
then
open
-a
http://localhost:4242/max_tei_demo
else
firefox http://localhost:4242/max_tei_demo
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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