forked from amadvance/snapraid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
31 lines (19 loc) · 700 Bytes
/
INSTALL
File metadata and controls
31 lines (19 loc) · 700 Bytes
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
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