Line | |
---|
1 | #~COMPILANT EL FONT |
---|
2 | apt-get install libgif-dev |
---|
3 | apt-get install libfreetype6-dev |
---|
4 | |
---|
5 | #des de la carpeta del paquet descomprimida |
---|
6 | ./configure |
---|
7 | |
---|
8 | #instalamos el lliurex-swftools |
---|
9 | apt-get install lliurex-swftools |
---|
10 | |
---|
11 | #copiamos el mysql.connector al openmeetings |
---|
12 | cp mysql-connector-java-5.1.29-bin.jar /var/www/lliurex-lab/webapps/openmeetings/WEB-INFO/lib/ |
---|
13 | |
---|
14 | #Ponemos de configuración el mysql |
---|
15 | cp /var/www/lliurex-lab/webapps/openmeetings/WEB-INFO/classes/META-INF/mysql_persistence.xml /var/www/lliurex-lab/webapps/openmeetings/WEB-INFO/classes/META-INF/persistence.xml |
---|
16 | |
---|
17 | #activamos el red5 |
---|
18 | ./red5.sh |
---|
19 | |
---|
20 | #lanzamos el configurador |
---|
21 | ./admin.sh -i -v -user admin --password padentro -email admin@aula.llx -tz "Europe/Berlin" -group "admins" --db-type mysql --db-host localhost --db-user root --db-pass aeW0yae --db-name openmeetings --smtp-server localhost --email-auth-user noreply@lliurex.net |
---|
22 | |
---|
23 | #intalamos el xpdf |
---|
24 | apt-get install xpdf |
---|
25 | |
---|
26 | #instalamos el jodconverter |
---|
27 | apt-get install xvfb jodconverter |
---|
28 | |
---|
29 | #establecer jodconverter path |
---|
30 | jod.path /usr/bin/jodconverter |
---|
31 | |
---|
32 | #instalamos el imagemagick |
---|
33 | apt-get install imagemagick |
---|
34 | |
---|
35 | #imagemagick path |
---|
36 | imagemagick_path /usr/bin |
---|
37 | |
---|
38 | #instalamos ghostscript |
---|
39 | apt-get install ghostscript |
---|
40 | |
---|
41 | #instalamos swftools de lliurex |
---|
42 | apt-get install lliurex-swftools |
---|
43 | |
---|
44 | #establecer swftools path |
---|
45 | swftools_path /usr/bin |
---|
46 | |
---|
47 | #establecer ffmpeg path |
---|
48 | ffmpeg_path /usr/local/bin/ |
---|
49 | |
---|
50 | #instalamos sox |
---|
51 | apt-get install sox |
---|
52 | |
---|
53 | #establecemos el sox path |
---|
54 | sox_path /usr/bin/sox |
---|
Note: See
TracBrowser
for help on using the repository browser.