Skip to content

Commit 66de2a5

Browse files
author
Thomas Weise
committed
Improved Installation Instructions
1 parent 48c0dc8 commit 66de2a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

part_install.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
\item software requirements: Java~7~JDK\scitep{JAVA2PSESAS}, TeX~Live\scitep{TEXLIVE}, \codeil{R}\scitep{WU2006TRPFSC} with several packages%
1616
\item download software from web page%
1717
\item \mbox{\codeil{java -jar evaluatorGui.jar}}%
18-
\item open browser to \codeil{localhost}%
18+
\item open browser to \codeil{http://localhost:8080}%
1919
\end{itemize}%
2020
%
2121
\uncover<2->{%
@@ -24,8 +24,8 @@
2424
\item \alert{Application Dockerized for you!}%
2525
\begin{itemize}%
2626
\item install Docker from\\\url{http://www.docker.com/} and do%
27-
\item \mbox{\codeil{docker run -t -i -p 80:8080/tcp}} \mbox{\codeil{optimizationbenchmarking/evaluator-gui}}%
28-
\item open browser to \codeil{localhost}%
27+
\item \mbox{\codeil{docker run -t -i -p 9999:8080/tcp}} \mbox{\codeil{optimizationbenchmarking/evaluator-gui}}%
28+
\item open browser to \codeil{http://localhost:9999}%
2929
\end{itemize}%
3030
%
3131
\vfill%

0 commit comments

Comments
 (0)