This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
70 lines (48 loc) · 1.46 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source:
-------
The latest version of this project is available on
GitHub at the following address:
https://github.com/erasme/webnapperon2
Prerequisite:
-------------
Mono 3 and Monodevelop 4 are needed to compile this project.
If you are using Ubuntu, the simplest way to get a recent
Ubuntu like 14.04.
The webnapperon2 also depends on some libraries and external programs.
The complete list is available in the file debian/control in the
Build-Depends and Depends fields.
Mainly, it needs:
- liberasme-http
- liberasme-cloud
- libjs-erajs
- libmono-sqlite
- ffmpegstatic (available on http://packages.erasme.org/)
- mediainfo
- poppler-utils
- phantomjs
- imagemagick
- libreoffice
- unoconv
Build:
------
We are using Monodevelop to build this project. So you
can just open the project using Monodevelop or using the
Monodevelop build tool with the following command.
mdtool build -c:Release
Packaging:
----------
Packaging rules for Ubuntu are available with this source.
You simply need to run the following command to get a Debian
package.
debuild
Installing:
-----------
If you build a Debian package, you just need to install it.
Else, you can read the file debian/rules, the install section
to get the needed instruction to install the webnapperon2.
Setup:
------
The default setup file is /etc/webnapperon2/webnapperon2.conf
You need to edit this file to setup correctly the webnapperon2.
Set the ServerName, the PublicUrl and the Google* and Facebook*
fields.