2010-03-23 19:50:29 +00:00
|
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xml:id="chap-installation">
|
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<title>Installation</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This chapter explains how to install Hydra on your own build farm server.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<title>Prerequisites</title>
|
|
|
|
<para>
|
|
|
|
To install and use Hydra you need to have installed the following dependencies:
|
|
|
|
|
|
|
|
<itemizedlist>
|
2012-05-11 22:25:56 +00:00
|
|
|
<listitem><para>Nix</para></listitem>
|
2014-02-17 11:24:34 +00:00
|
|
|
<listitem><para>PostgreSQL</para></listitem>
|
2012-05-11 22:25:56 +00:00
|
|
|
<listitem><para>many Perl packages, notably Catalyst, EmailSender,
|
2012-02-28 14:38:47 +00:00
|
|
|
and NixPerl (see the <link
|
2016-04-21 00:36:59 +00:00
|
|
|
xlink:href="https://github.com/NixOS/hydra/blob/master/release.nix">Hydra
|
2012-02-28 14:38:47 +00:00
|
|
|
expression in Nixpkgs</link> for the complete
|
2012-05-11 22:25:56 +00:00
|
|
|
list)</para></listitem>
|
2012-02-28 14:38:47 +00:00
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
At the moment, Hydra runs only on GNU/Linux
|
|
|
|
(<emphasis>i686-linux</emphasis> and
|
|
|
|
<emphasis>x86_64_linux</emphasis>).
|
|
|
|
</para>
|
2010-03-23 19:50:29 +00:00
|
|
|
|
2011-03-16 07:56:39 +00:00
|
|
|
<para>
|
2012-02-28 14:38:47 +00:00
|
|
|
For small projects, Hydra can be run on any reasonably modern
|
|
|
|
machine. For individual projects you can even run Hydra on a
|
|
|
|
laptop. However, the charm of a buildfarm server is usually that
|
|
|
|
it operates without disturbing the developer's working
|
|
|
|
environment and can serve releases over the internet. In
|
|
|
|
conjunction you should typically have your source code
|
|
|
|
administered in a version management system, such as
|
|
|
|
subversion. Therefore, you will probably want to install a
|
|
|
|
server that is connected to the internet. To scale up to large
|
|
|
|
and/or many projects, you will need at least a considerable
|
|
|
|
amount of diskspace to store builds. Since Hydra can schedule
|
|
|
|
multiple simultaneous build jobs, it can be useful to have a
|
|
|
|
multi-core machine, and/or attach multiple build machines in a
|
|
|
|
network to the central Hydra server.
|
2011-03-16 07:56:39 +00:00
|
|
|
</para>
|
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<para>
|
2012-05-11 22:25:56 +00:00
|
|
|
Of course we think it is a good idea to use the <link
|
|
|
|
xlink:href="http://nixos.org/nixos">NixOS</link> GNU/Linux
|
|
|
|
distribution for your buildfarm server. But this is not a
|
|
|
|
requirement. The Nix software deployment system can be
|
|
|
|
installed on any GNU/Linux distribution in parallel to the
|
|
|
|
regular package management system. Thus, you can use Hydra on a
|
|
|
|
Debian, Fedora, SuSE, or Ubuntu system.
|
2012-02-28 14:38:47 +00:00
|
|
|
</para>
|
2013-01-22 13:41:02 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
</section>
|
2010-03-23 19:50:29 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<section>
|
|
|
|
<title>Getting Nix</title>
|
2011-03-16 07:56:39 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<para>
|
|
|
|
If your server runs NixOS you are all set to continue with
|
|
|
|
installation of Hydra. Otherwise you first need to install Nix.
|
|
|
|
The latest stable version can be found one <link
|
|
|
|
xlink:href="http://nixos.org/nix/download.html">the Nix web
|
|
|
|
site</link>, along with a manual, which includes installation
|
|
|
|
instructions.
|
|
|
|
</para>
|
|
|
|
</section>
|
2011-03-16 07:56:39 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<section>
|
|
|
|
<title>Installation</title>
|
2011-03-16 07:56:39 +00:00
|
|
|
|
2012-02-28 19:16:16 +00:00
|
|
|
<!--
|
2012-02-28 14:38:47 +00:00
|
|
|
<para>
|
|
|
|
Hydra can be installed using Nixpkgs:
|
2011-03-16 07:56:39 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<screen>
|
2012-02-28 19:16:16 +00:00
|
|
|
nix-env -f /path/to/nixpkgs -iA hydra</screen>
|
2011-03-16 07:56:39 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
This makes the tools available in your Nix user environment,
|
|
|
|
<literal>$HOME/.nix-profile</literal> by default.
|
|
|
|
</para>
|
2012-02-28 19:16:16 +00:00
|
|
|
-->
|
2011-03-16 07:56:39 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<para>
|
2012-02-28 19:16:16 +00:00
|
|
|
The latest development snapshot of Hydra can be installed
|
2012-02-28 14:38:47 +00:00
|
|
|
by visiting the URL <link
|
|
|
|
xlink:href="http://hydra.nixos.org/view/hydra/unstable"><literal>http://hydra.nixos.org/view/hydra/unstable</literal></link>
|
2012-02-28 19:16:16 +00:00
|
|
|
and using the one-click install available at one of the build
|
2012-02-28 14:38:47 +00:00
|
|
|
pages. You can also install Hydra through the channel by
|
|
|
|
performing the following commands:
|
2010-03-23 19:50:29 +00:00
|
|
|
|
|
|
|
<screen>
|
2014-04-25 12:56:29 +00:00
|
|
|
nix-channel --add http://hydra.nixos.org/jobset/hydra/master/channel/latest
|
2010-03-23 19:50:29 +00:00
|
|
|
nix-channel --update
|
|
|
|
nix-env -i hydra</screen>
|
2012-02-28 14:38:47 +00:00
|
|
|
</para>
|
2011-03-16 07:56:39 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<para>
|
2015-06-22 13:43:15 +00:00
|
|
|
Command completion should reveal a number of command-line tools
|
|
|
|
from Hydra, such as <command>hydra-queue-runner</command>.
|
2012-02-28 14:38:47 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<title>Creating the database</title>
|
|
|
|
<para>
|
2014-02-17 11:24:34 +00:00
|
|
|
Hydra stores its results in a PostgreSQL database.
|
2012-02-28 14:38:47 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
To setup a PostgreSQL database with <emphasis>hydra</emphasis>
|
2012-02-28 19:16:16 +00:00
|
|
|
as database name and user name, issue the following commands on
|
|
|
|
the PostgreSQL server:
|
2012-02-28 14:38:47 +00:00
|
|
|
|
|
|
|
<screen>
|
2012-02-28 19:16:16 +00:00
|
|
|
createuser -S -D -R -P hydra
|
|
|
|
createdb -O hydra hydra</screen>
|
2012-02-28 14:38:47 +00:00
|
|
|
|
|
|
|
Note that <emphasis>$prefix</emphasis> is the location of Hydra
|
|
|
|
in the nix store.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2012-02-28 19:16:16 +00:00
|
|
|
Hydra uses an environment variable to know which database should
|
|
|
|
be used, and a variable which point to a location that holds
|
|
|
|
some state. To set these variables for a PostgreSQL database,
|
|
|
|
add the following to the file <filename>~/.profile</filename> of
|
|
|
|
the user running the Hydra services.
|
|
|
|
|
|
|
|
<screen>
|
|
|
|
export HYDRA_DBI="dbi:Pg:dbname=hydra;host=dbserver.example.org;user=hydra;"
|
|
|
|
export HYDRA_DATA=/var/lib/hydra</screen>
|
|
|
|
|
|
|
|
You can provide the username and password in the file
|
|
|
|
<filename>~/.pgpass</filename>, e.g.
|
|
|
|
|
|
|
|
<screen>
|
|
|
|
dbserver.example.org:*:hydra:hydra:password</screen>
|
|
|
|
|
|
|
|
Make sure that the <emphasis>HYDRA_DATA</emphasis> directory
|
|
|
|
exists and is writable for the user which will run the Hydra
|
2016-11-24 15:10:50 +00:00
|
|
|
services.
|
2012-02-28 19:16:16 +00:00
|
|
|
</para>
|
2012-02-28 14:38:47 +00:00
|
|
|
|
2012-02-28 19:16:16 +00:00
|
|
|
<para>
|
|
|
|
Having set these environment variables, you can now initialise
|
|
|
|
the database by doing:
|
2012-02-28 14:38:47 +00:00
|
|
|
<screen>
|
2012-02-28 19:16:16 +00:00
|
|
|
hydra-init</screen>
|
2012-02-28 14:38:47 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2013-11-06 12:28:45 +00:00
|
|
|
To create projects, you need to create a user with
|
|
|
|
<emphasis>admin</emphasis> privileges. This can be done using
|
|
|
|
the command <command>hydra-create-user</command>:
|
|
|
|
|
|
|
|
<screen>
|
|
|
|
$ hydra-create-user alice --full-name 'Alice Q. User' \
|
|
|
|
--email-address 'alice@example.org' --password foobar --role admin
|
|
|
|
</screen>
|
2012-02-28 14:38:47 +00:00
|
|
|
|
2013-11-06 12:28:45 +00:00
|
|
|
Additional users can be created through the web interface.
|
2012-02-28 14:38:47 +00:00
|
|
|
</para>
|
|
|
|
|
2012-02-28 19:16:16 +00:00
|
|
|
</section>
|
2012-02-28 14:38:47 +00:00
|
|
|
|
2012-02-28 19:16:16 +00:00
|
|
|
<section>
|
|
|
|
<title>Upgrading</title>
|
2010-03-23 19:50:29 +00:00
|
|
|
|
2012-02-28 19:16:16 +00:00
|
|
|
<para>If you're upgrading Hydra from a previous version, you
|
|
|
|
should do the following to perform any necessary database schema migrations:
|
|
|
|
<screen>
|
|
|
|
hydra-init</screen>
|
2012-02-28 14:38:47 +00:00
|
|
|
</para>
|
2012-02-28 19:16:16 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
</section>
|
2010-03-23 19:50:29 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<section>
|
|
|
|
<title>Getting Started</title>
|
2011-03-16 22:50:02 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<para>
|
2013-01-22 13:41:02 +00:00
|
|
|
To start the Hydra web server, execute:
|
2012-02-28 14:38:47 +00:00
|
|
|
<screen>
|
2011-11-30 17:13:51 +00:00
|
|
|
hydra-server</screen>
|
2010-03-23 19:50:29 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
When the server is started, you can browse to
|
|
|
|
<ulink>http://localhost:3000/</ulink> to start configuring
|
|
|
|
your Hydra instance.
|
|
|
|
</para>
|
2010-03-23 19:50:29 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
<para>
|
|
|
|
The <command>hydra-server</command> command launches the web
|
|
|
|
server. There are two other processes that come into play:
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
The <emphasis>evaluator</emphasis> is responsible for
|
2016-04-06 18:28:32 +00:00
|
|
|
periodically evaluating job sets, checking out their
|
2012-02-28 14:38:47 +00:00
|
|
|
dependencies off their version control systems (VCS), and
|
|
|
|
queueing new builds if the result of the evaluation changed.
|
|
|
|
It is launched by the <command>hydra-evaluator</command>
|
|
|
|
command.
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
The <emphasis>queue runner</emphasis> launches builds (using
|
|
|
|
Nix) as they are queued by the evaluator, scheduling them
|
|
|
|
onto the configured Nix hosts. It is launched using the
|
|
|
|
<command>hydra-queue-runner</command> command.
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
All three processes must be running for Hydra to be fully
|
|
|
|
functional, though it's possible to temporarily stop any one of
|
|
|
|
them for maintenance purposes, for instance.
|
|
|
|
</para>
|
2013-01-22 13:41:02 +00:00
|
|
|
|
2012-02-28 14:38:47 +00:00
|
|
|
</section>
|
2010-03-23 19:50:29 +00:00
|
|
|
|
2016-11-24 15:10:50 +00:00
|
|
|
<section>
|
|
|
|
<title> Serving behind reverse proxy </title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
To serve hydra web server behind reverse proxy like
|
|
|
|
<emphasis>nginx</emphasis> or <emphasis>httpd</emphasis> some
|
|
|
|
additional configuration must be made.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Edit your <literal>hydra.conf</literal> file in a similar way to
|
|
|
|
this example:
|
|
|
|
|
|
|
|
<screen>
|
|
|
|
using_frontend_proxy 1
|
|
|
|
base_uri example.com</screen>
|
|
|
|
|
|
|
|
<literal>base_uri</literal> should be your hydra servers proxied URL.
|
|
|
|
|
|
|
|
If you are using Hydra nixos module then setting <literal>hydraURL</literal>
|
|
|
|
option should be enough.
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
|
|
|
If you want to serve Hydra with a prefix path, for example
|
|
|
|
<ulink>http://example.com/hydra</ulink> then you need to configure your
|
|
|
|
reverse proxy to pass <literal>X-Request-Base</literal> to hydra, with
|
|
|
|
prefix path as value.
|
|
|
|
|
|
|
|
For example if you are using nginx, then use configuration similar to following:
|
|
|
|
<screen>
|
|
|
|
server {
|
|
|
|
listen 433 ssl;
|
|
|
|
server_name example.com;
|
|
|
|
.. other configuration ..
|
|
|
|
location /hydra/ {
|
|
|
|
|
|
|
|
proxy_pass http://127.0.0.1:3000;
|
|
|
|
proxy_redirect http://127.0.0.1:3000 https://example.com/hydra;
|
|
|
|
|
|
|
|
proxy_set_header Host $host;
|
|
|
|
proxy_set_header X-Real-IP $remote_addr;
|
|
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
|
|
proxy_set_header X-Forwarded-Proto $scheme;
|
|
|
|
proxy_set_header X-Request-Base /hydra;
|
|
|
|
}
|
|
|
|
}</screen>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
</section>
|
2010-03-23 19:50:29 +00:00
|
|
|
</chapter>
|
2012-02-28 14:38:47 +00:00
|
|
|
|
|
|
|
<!--
|
|
|
|
Local Variables:
|
|
|
|
indent-tabs-mode: nil
|
|
|
|
ispell-local-dictionary: "american"
|
|
|
|
End:
|
|
|
|
-->
|