cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco est installer sur un serveur (linux avec...

florent_j
Champ in-the-making
Champ in-the-making
Alfresco est installer sur un serveur (linux avec install auto alfresco-1.3.0-linux-community.bin) sans modification de parametres.

Que je me connecte via le ftp (avec login:admin pwd:admin): adresse
 ftp://admin:admin@IP_Machine
J'arrive a un dossier vide…

Il n'y a pas de dossier Alfreco.

Et cette adresse ne marche pas car il ne trouve pas le dossier alfresco.
 ftp://admin:admin@IP_Machine/Alfresco
Que faut il faire?
43 REPLIES 43

lme
Champ in-the-making
Champ in-the-making
Installer Xvfb puis modifier les scripts start_oo.sh et alfresco.sh.

florent_j
Champ in-the-making
Champ in-the-making
J'ai fait ce qui etait indiquer, et au demarrage de alfresco j'ai ceci:
[root@srv-lyon2 alfresco-1.3.0]# ./alf_start.sh
/opt/alfresco-1.3.0/bin/alfrescoctl.sh : mysql  started
Starting mysqld daemon with databases from /opt/alfresco-1.3.0/mysql/data
[root@srv-lyon2 alfresco-1.3.0]# Using CATALINA_BASE:   /opt/alfresco-1.3.0/tomcat
Using CATALINA_HOME:   /opt/alfresco-1.3.0/tomcat
Using CATALINA_TMPDIR: /opt/alfresco-1.3.0/tomcat/temp
Using JRE_HOME:       /opt/alfresco-1.3.0/java
Using JAVA_OPTS:       -Xms128m -Xmx512m -server -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReaderstart,doBody -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/opt/alfresco-1.3.0/tomcat/conf/logging.properties
Starting OpenOffice service…
./start_oo.sh: line 10: Xvfb: command not found
./start_oo.sh: line 12: /usr/local/OpenOffice.org1.1.5/program/soffice: Aucun fichier ou répertoire de ce type
/opt/alfresco-1.3.0/openoffice/program/soffice.bin X11 error: Can't open display: :1
   Set DISPLAY environment variable, use -display option
   or check permissions of your X-Server
   (See "man X" resp. "man xhost" for details)
il ya toujour un problème

florent_j
Champ in-the-making
Champ in-the-making
cependant : -fbdir /usr/src ne marche pas sous fedora… donc ca n'a pas été fais..
Que dois-je faire ?

lme
Champ in-the-making
Champ in-the-making
./start_oo.sh: line 10: Xvfb: command not found
Tu es sûr d'avoir correctement installé Xvfb ?

florent_j
Champ in-the-making
Champ in-the-making
j'ai juste fais:
# apt-get install openoffice.org xvfb x-window-system-core x-window-system
fallait il le faire dans un dossier spécifique ?

florent_j
Champ in-the-making
Champ in-the-making
en fait j'ai fais:
# yum install openoffice.org xvfb x-window-system-core x-window-system
car c'est sous fedora

florent_j
Champ in-the-making
Champ in-the-making
Savez vous comment résoudre ce problème SVP…

lme
Champ in-the-making
Champ in-the-making
Je ne connais pas le fonctionnement de yum ni de fedora, je ne pourrais pas t'aider pour l'installation de xvfb. Je te conseille d'aller jeter un oeil dans la doc de fedora.

florent_j
Champ in-the-making
Champ in-the-making
A quoi sert le serveur X exactement ?

michaelh
Champ on-the-rise
Champ on-the-rise
D'après le lien donné par Laurent :

OpenOffice.org est utilisé par Alfresco pour la conversion de documents.
Nous avons également besoin d’un serveur X pour faire tourner OpenOffice.org,
sinon il refuse de démarrer.
Nous utiliserons Xvfb qui est un serveur X virtuel.
Smiley Wink