Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
install: choose different releases
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Dec 14, 2017
1 parent 0c71d81 commit 52ef4a8
Showing 1 changed file with 37 additions and 11 deletions.
48 changes: 37 additions & 11 deletions manuals/en/main/install.tex
Expand Up @@ -100,17 +100,23 @@ \subsubsection{RHEL$\ge$7, CentOS$\ge$7, Fedora}

DIST=RHEL_7
# or
# DIST=Fedora_24
# DIST=CentOS_7
# DIST=Fedora_26
# DIST=Fedora_25

RELEASE=release/17.2/
# or
# RELEASE=release/latest/
# RELEASE=experimental/nightly/

# add the Bareos repository
URL=http://download.bareos.org/bareos/release/latest/$DIST
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
wget -O /etc/yum.repos.d/bareos.repo $URL/bareos.repo
# install Bareos packages
yum install bareos bareos-database-postgresql
\end{commands}
%\hide{$}
\hide{$}
\subsubsection{RHEL 6, CentOS 6}
\index[general]{Platform!RHEL!6}
Expand All @@ -133,14 +139,19 @@ \subsubsection{RHEL 6, CentOS 6}
DIST=RHEL_6
# DIST=CentOS_6
RELEASE=release/17.2/
# or
# RELEASE=release/latest/
# RELEASE=experimental/nightly/
# add the Bareos repository
URL=http://download.bareos.org/bareos/release/latest/$DIST
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
wget -O /etc/yum.repos.d/bareos.repo $URL/bareos.repo
# install Bareos packages
yum install bareos bareos-database-postgresql
\end{commands}
%\hide{$}
\hide{$}
\subsubsection{RHEL 5}
Expand All @@ -156,15 +167,20 @@ \subsubsection{RHEL 5}
DIST=RHEL_5
RELEASE=release/17.2/
# or
# RELEASE=release/latest/
# RELEASE=experimental/nightly/
# add the Bareos repository
URL=http://download.bareos.org/bareos/release/latest/$DIST
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
wget -O /etc/yum.repos.d/bareos.repo $URL/bareos.repo
# install Bareos packages
yum install bareos-database-postgresql
yum install bareos
\end{commands}
%\hide{$}
\hide{$}
\subsection{Install on SUSE based Linux Distributions}
Expand All @@ -185,14 +201,19 @@ \subsubsection{SUSE Linux Enterprise Server (SLES), openSUSE}
# DIST=openSUSE_Leap_42.3
# DIST=openSUSE_Leap_42.2
RELEASE=release/17.2/
# or
# RELEASE=release/latest/
# RELEASE=experimental/nightly/
# add the Bareos repository
URL=http://download.bareos.org/bareos/release/latest/$DIST
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
zypper addrepo --refresh $URL/bareos.repo
# install Bareos packages
zypper install bareos bareos-database-postgresql
\end{commands}
%\hide{$}
\hide{$}
Expand All @@ -219,7 +240,12 @@ \subsubsection{Debian / Ubuntu}
# DIST=xUbuntu_14.04
# DIST=xUbuntu_12.04
URL=http://download.bareos.org/bareos/release/latest/$DIST/
RELEASE=release/17.2/
# or
# RELEASE=release/latest/
# RELEASE=experimental/nightly/
URL=http://download.bareos.org/bareos/release/$RELEASE/$DIST
# add the Bareos repository
printf "deb $URL /\n" > /etc/apt/sources.list.d/bareos.list
Expand All @@ -231,7 +257,7 @@ \subsubsection{Debian / Ubuntu}
apt-get update
apt-get install bareos bareos-database-postgresql
\end{commands}
\hide{$}
%\hide{$}
If you prefer using the versions of Bareos directly integrated into the distributions,
please note that there are some differences, see \nameref{sec:DebianOrgLimitations}.
Expand Down

0 comments on commit 52ef4a8

Please sign in to comment.