Skip to content

Commit f9aa255

Browse files
Merging Yasir's changes
1 parent 0d12725 commit f9aa255

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Figures/runAs.png

177 KB
Loading

MUSESDevGuide.tex

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
\addto{\captionsspanish}{\renewcommand{\bibname}{Bibliography}}
1515

1616
\title{MUSES Developer Guide}
17-
\author{Yasir Ali, Sergio Zamarripa, Paloma de las Cuevas Delgado, ...}
17+
\author{Sweden Connectivity AB, S2 Grupo, University of Granada, \\HiTec, University of Geneva}
1818
\cleanlookdateon
1919

2020
\begin{document}
@@ -89,14 +89,26 @@ \section{Building Common project}
8989
\end{center}
9090
\end{figure}
9191

92-
Click on \textit{Existing Maven Projects} and \textit{Next}. Then \textit{Browse...} the folder where the project is stored. Finally, click \textit{Next} and \textit{Finish}. For running projects with Maven, you must right-click on the project, and then go to \textit{Run As > Maven clean}. In the console, you will see a ``BUILD SUCESS'', and then, repeat going to \textit{Run As > Maven install}. Now we are ready to import and run the client.
92+
Click on \textit{Existing Maven Projects} and \textit{Next}. Then \textit{Browse...} the folder where the project is stored. Finally, click \textit{Next} and \textit{Finish}. For running projects with Maven, you must right-click on the project, and then go to \textit{Run As > Maven clean}, as it is shown in Figure \ref{fig:RunAs}. In the console, you will see a ``BUILD SUCESS'', and then, repeat going to \textit{Run As > Maven install}. Now we are ready to import and run the client.
93+
94+
\begin{figure}
95+
\begin{center}
96+
\includegraphics[width=0.65\textwidth]{./Figures/runAs.png}
97+
\caption{How to run a Maven project by making \textit{Run As > Maven clean}, and then \textit{Run As > Maven install}.}
98+
\label{fig:RunAs}
99+
\end{center}
100+
\end{figure}
93101

94102
\section{Building Client application}
95103
\label{sec:buildclient}
96104

105+
106+
97107
\chapter{Building MUSES Server}
98108
\label{ch:server}
99109

110+
MUSES server has been developed using open source guidelines. It implements an Apache Tomcat server, and a MySQL database. This chapter describes all necessary steps to follow in order to build the server and run tests in it.
111+
100112
%Java EE Developers
101113
%Startexplorer
102114
%Git clone

0 commit comments

Comments
 (0)