File: INSTALL

package info (click to toggle)
snapraid 11.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,992 kB
  • sloc: ansic: 43,597; makefile: 989; sh: 137
file content (31 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SnapRAID INSTALL
================

To build and install SnapRAID you need to download the source
code from http://www.snapraid.it and unpack it with:

    tar xf snapraid-*.tar.gz
    cd snapraid-*

To configure and build run:

    ./configure
    make

To check for correctness of the application run:

    make check

If it terminates with "Success", you can install the application and
the documentation running as root:

    sudo make install

To start using SnapRAID you have to change the example configuration
file snapraid.conf.example to fit your needs and copy it in /etc/snapraid.conf

To get more help, see the "Getting Started" section in the snapraid manpage
typing:

    man snapraid