forked from amadvance/snapraid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
33 lines (20 loc) · 760 Bytes
/
INSTALL
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
32
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 run the correctness tests for the application:
make check
If this terminates with "Success", you can install the application and
the documentation by running:
sudo make install
(The snapraid application itself does not require root privileges.)
To start using SnapRAID, change the example configuration
file snapraid.conf.example to fit your needs and copy it to /etc/snapraid.conf
To get more help, see the "Getting Started" section in the snapraid manpage
by typing:
man snapraid