\item[Trb3 Documentation]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdocu.git
\item[Trb3 SlowControl Software]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqtools.git
\item[Trbnet Software Library]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/trbnettools.git
- \item[Data Server (Eventbuilder)]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdata.git
+ \item[Data Server (Eventbuilder)]~\\git clone git://jspc29.x-matter.uni-frankfurt.de/projects/daqdata.git~\\only needed if DABC is not used. DABC is recommened to use.
\end{description*}
\subsection{Additional Resources}
-\subsection{How to set up SUSE 13.2 (64bit) on a PC}
+\subsection{How to set up SUSE Tumbleweed (64bit) on a PC}
-This is a short overview how you set up SUSE 13.2 (64bit). 32-bit will not
+This is a short overview how you set up SUSE Tumbleweed (64bit). 32-bit will not
work with our software.
Due to the many dependencies we recommend to use the proposed system for your
PC (with registered MAC adress)
2 network cards (one for TRB3 communication and one for your institute-network)
2 HDD with the same size for RAID-1 (mirroring)
-SUSE 13.2 bootable USB stick for network installation
+SUSE bootable USB stick for network installation
\end{lstlisting}
Now you can start with the installation of SUSE. Connect the registered
Tel/Tk Development
\end{lstlisting}
-Now you can press \textbf{INSTALL}. After some time there a some self-explanatory steps again. After that you have successfully installed an SUSE 13.2 on a machine.
+Now you can press \textbf{INSTALL}. After some time there a some self-explanatory steps again. After that you have successfully installed an SUSE on a machine.
Some additional packages you need:
\begin{lstlisting}[label=,caption=Additional Packages]
-sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_13.2/ "devel_perl"
+sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Tumbleweed// "devel_perl"
sudo zypper ref
sudo zypper install perl-Parallel-ForkManager perl-IPC-ShareLite perl-Log-Log4perl perl-Log-Dispatch perl-Data-TreeDumper perl-File-chdir perl-Hash-FieldHash perl-Text-TabularDisplay perl-Text-TabularDisplay perl-CGI perl-JSON perl-qt4-devel perl-Gtk2 gnuplot perl-Config-Auto automake autoconf gcc gcc-c++ make dhcp-server rcs git tcl-devel libqt4-devel xorg-x11-devel rpcbind emacs subversion
sudo zypper install MozillaFirefox tmux x11vnc openbox lxpanel parcellite rxvt-unicode wireshark htop iptraf nmap iftop gkrellm xkill ncdu dnsmasq socat
\end{lstlisting}
-Unfortunately, the perl-package-manager for the module Data::TreeDumper
-(perl-Data-TreeDumper) couldn't agree with the SuSE-Team, so from SuSE 13.2
-this module is missing in the standard installation and has to be installed
-``by hand''.
-
-\begin{lstlisting}[label=,caption=Additional Installations]
- As root user:
-$ perl -MCPAN -e 'install Data::TreeDumper'
-\end{lstlisting}
-
Now you can open a shell and make a full system update. Use the package manager \verb+zypper+.
\begin{lstlisting}[label=,caption=Update SUSE]