Commit 83d9c4f9 authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag

DOC: PTS doc guides update

parent 4361896e
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
\noindent \rule{\textwidth}{.1cm} \noindent \rule{\textwidth}{.1cm}
\hfill January 15, 2015 \hfill July 13, 2018
\vspace*{3cm} \vspace*{3cm}
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
%--------------------------------------------------------------- %---------------------------------------------------------------
% name % name
%--------------------------------------------------------------- %---------------------------------------------------------------
\noindent {\Large \textbf{Theodor-Adrian Stana (CERN/BE-CO-HT)}} \noindent {\Large \textbf{CERN/BE-CO-HT}}
\noindent \rule{\textwidth}{.05cm} \noindent \rule{\textwidth}{.05cm}
......
...@@ -194,6 +194,9 @@ system to gain remote access to the laptop, the installation of the system can a ...@@ -194,6 +194,9 @@ system to gain remote access to the laptop, the installation of the system can a
on the laptop directly. However, the steps related to network drivers and configuration on the laptop directly. However, the steps related to network drivers and configuration
should be followed in order to have a properly working PTS system. should be followed in order to have a properly working PTS system.
Also note that the admin account should be named \verb=pts-administrator=. This account
name is important as it is embedded in the PTS scripts (Password \verb=pts-admin=).
The guide should be followed until \textbf{step 17} of section \textbf{Set up the PTS user account}. The guide should be followed until \textbf{step 17} of section \textbf{Set up the PTS user account}.
After this step, the guide is SVEC-related and need not be followed. We will continue with After this step, the guide is SVEC-related and need not be followed. We will continue with
the details in the next section to test our system and network was properly installed. the details in the next section to test our system and network was properly installed.
...@@ -215,6 +218,7 @@ the details in the next section to test our system and network was properly inst ...@@ -215,6 +218,7 @@ the details in the next section to test our system and network was properly inst
login:admin login:admin
password: ADMIN password: ADMIN
%> %>
$
\end{verbatim} \end{verbatim}
\vspace{11pt} \vspace{11pt}
\item Make sure the ELMA crate has gateware version 2.31 or higher on it. In the SysMon Telnet prompt: \item Make sure the ELMA crate has gateware version 2.31 or higher on it. In the SysMon Telnet prompt:
...@@ -263,7 +267,7 @@ We will detail here the simplest of the two, downloading the ready-made archive. ...@@ -263,7 +267,7 @@ We will detail here the simplest of the two, downloading the ready-made archive.
See Appendix~\ref{app:build} for details on the second. See Appendix~\ref{app:build} for details on the second.
\begin{enumerate} \begin{enumerate}
\item Log in to the \verb=pts= user on the laptop \item Log in to the \verb=pts-administrator= user on the laptop
\item Open up a terminal window, download the PTS folder structure tarball from OHWR \item Open up a terminal window, download the PTS folder structure tarball from OHWR
to the home folder of the \verb=pts= user and extract the archive: to the home folder of the \verb=pts= user and extract the archive:
\begin{verbatim} \begin{verbatim}
...@@ -329,9 +333,9 @@ See Appendix~\ref{app:build} for details on the second. ...@@ -329,9 +333,9 @@ See Appendix~\ref{app:build} for details on the second.
\begin{verbatim} \begin{verbatim}
cd ~ cd ~
cp .bashrc .bashrc.old cp .bashrc .bashrc.old
cp /home/pts/ubuntu/t485/config/bashrc.pts .bashrc cp /home/pts-administrator/ubuntu/t485/config/bashrc.pts .bashrc
cd ~/Desktop/ cd ~/Desktop/
cp /home/pts/ubuntu/t485/config/*.desktop . cp /home/pts-administrator/ubuntu/t485/config/*.desktop .
\end{verbatim} \end{verbatim}
\item Right-click on the terminal icon in the launcher bar at the left and click \textbf{Lock to Launcher} \item Right-click on the terminal icon in the launcher bar at the left and click \textbf{Lock to Launcher}
\item Close the terminal window \item Close the terminal window
...@@ -341,7 +345,7 @@ See Appendix~\ref{app:build} for details on the second. ...@@ -341,7 +345,7 @@ See Appendix~\ref{app:build} for details on the second.
\begin{itemize} \begin{itemize}
\item on the Desktop, right-click and select \textbf{Change Desktop Background} \item on the Desktop, right-click and select \textbf{Change Desktop Background}
\item hit the \textbf{+} under Wallpapers \item hit the \textbf{+} under Wallpapers
\item navigate to \verb=/home/pts/ubuntu/t485/config/= \item navigate to \verb=/home/pts-administrator/ubuntu/t485/config/=
\item select \verb=t485-background.png= as the background image \item select \verb=t485-background.png= as the background image
\item make sure the scaling of the image is set to \textbf{Zoom} \item make sure the scaling of the image is set to \textbf{Zoom}
\end{itemize} \end{itemize}
...@@ -404,6 +408,10 @@ In order to build a test system from scratch, follow these steps: ...@@ -404,6 +408,10 @@ In order to build a test system from scratch, follow these steps:
cd conv-ttl-rs485-tst/pts-fm/ cd conv-ttl-rs485-tst/pts-fm/
make # ... set options here ... make # ... set options here ...
\end{verbatim} \end{verbatim}
\item Copy the entire \verb=./ubuntu= folder to the \verb=pts-administrator= home directory. Type:
\begin{verbatim}
cp -r ./ubuntu /home/pts-administrator/
\end{verbatim}
\end{enumerate} \end{enumerate}
This will generate an archive similar to that downloaded in Section~\ref{sec:environment}, This will generate an archive similar to that downloaded in Section~\ref{sec:environment},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment