Skip to content

Commit

Permalink
Closes #6, fixes a couple of things, and prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
unintendedbear committed Mar 22, 2015
1 parent 398da17 commit 1d90352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed MUSESDevGuide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions MUSESDevGuide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ \subsection{SSL configuration Tomcat}
\section{Starting MUSES}
\label{sec:musestart}

To be able to start MUSES, the WAR file (Web Archive file) is required. This war file can be found in the folder called release_binaries inside the MusesServer project.
To be able to start MUSES, the WAR file (Web Archive file) is required. This war file can be found in the folder called release\_binaries inside the MusesServer project.
The Tomcat 7.0 application server setup requires deploying the war file in the tomcat container. Follow below instructions.

Open a web browser and go to this link
Expand All @@ -499,7 +499,7 @@ \section{MUSES client}

Next step is to add the server certificate also to the SD card. This certificate has been named \textit{localhost.crt} and can be found at the MusesClient Github repository (for more details, please see Section \ref{sec:musesgit}), inside the \textit{Assets} folder. It is important to store this certificate at the device SD card root directory, so it should be at the location \textit{/sdcard/localhost.crt}.

Finally, we must add the configuration file. This file is named \textit{muses.conf} and can be found at base of the sdcard folder (\sdcard\muses.conf). \_\_. Like the server certificate, the configuration file should be stored at the device SD card root directory.
Finally, we must add the configuration file. This file is named \textit{muses.conf} and can be found at base of the sdcard folder (/sdcard/muses.conf). Like the server certificate, the configuration file should be stored at the device SD card root directory.

\bibliographystyle{abbrv}
\bibliography{MUSESDevGuide}
Expand Down

0 comments on commit 1d90352

Please sign in to comment.