Last modified by Simon Urli on 2023/10/10

From version 14.3
edited by Vincent Massol
on 2018/11/25
Change comment: There is no comment for this version
To version 15.1
edited by Ecaterina Moraru (Valica)
on 2019/04/17
Change comment: Adding link for localhost

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.evalica
Content
... ... @@ -1,9 +1,14 @@
1 1  {{velocity}}
2 2  $xwiki.ssx.use("Documentation.AdminGuide.Installation.InstallationStandalone.WebHome")
3 -#set ($typePackaging = $escapetool.xml($request.get('packaging')))
3 +#set ($typePackaging = $escapetool.xml($request.packaging))
4 4  #if ("$!typePackaging" == '')
5 5   #set ($typePackaging = 'ZIP')
6 6  #end
7 +## Force highlight to be ZIP since we only distribute ZIP artifacts and we've removed the EXE and JAR ones.
8 +#set ($highlight = true)
9 +#if ("$!request.highlight" == 'false')
10 + #set ($highlight = false)
11 +#end
7 7  {{/velocity}}
8 8  
9 9  == (% class="step" %)Download(%%) ==
... ... @@ -22,7 +22,7 @@
22 22  {{velocity}}
23 23  {{html clean='false' wiki='true'}}
24 24  <div class="row installation-tabs">
25 - #if ($request.highlight != 'true')
30 + #if (!$highlight)
26 26   <div class="col-xs-12 col-lg-4">
27 27   <ul class="nav nav-pills nav-stacked list-group installation-tabs-item" role="tablist">
28 28   <li role="presentation" class="#if($typePackaging == 'JAR')active#end list-group-item">
... ... @@ -110,7 +110,7 @@
110 110  
111 111  (% class="instructions" %)
112 112  (((
113 -Once XWiki is started point your browser to {{code language="none"}}http://localhost:8080/{{/code}}.
118 +Once XWiki is started point your browser to [[{{code language="none"}}http://localhost:8080/{{/code}}>>http://localhost:8080/]].
114 114  )))
115 115  
116 116  == (% class="step" %)Log in(%%) ==

Get Connected