]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
small corrections, mt
authorMichael Traxler <M.Traxler@gsi.de>
Mon, 10 Apr 2017 17:53:47 +0000 (19:53 +0200)
committerMichael Traxler <M.Traxler@gsi.de>
Mon, 10 Apr 2017 17:53:47 +0000 (19:53 +0200)
trb3/CodeRepository.tex
trb3/trb3qs_suse.tex

index 163701530de2704aa88dec3bfb1100ce2e0748a8..e0657b14fa1d1ab450845078b6164b21f5e1ec6f 100644 (file)
@@ -10,7 +10,7 @@
      \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}
index 1faa2865e211abe453fde4fa76abd5c5046b7bdf..f5c04f675f0503c01c47cb3aaf6b4394166c530d 100644 (file)
@@ -1,6 +1,6 @@
-\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
@@ -15,7 +15,7 @@ distribution.
 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
@@ -56,11 +56,11 @@ QT 4 Development
 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 
@@ -73,16 +73,6 @@ Optional good stuff:
 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]