“JAHIA 社区对 Debian 的安装”的版本间的差异
第1行: | 第1行: | ||
+ | <span data-link_translate_en_title="Installation of JAHIA community on Debian" data-link_translate_en_url="Installation+of+JAHIA+community+on+Debian"></span>[[:en:Installation of JAHIA community on Debian]][[en:Installation of JAHIA community on Debian]] | ||
<span data-link_translate_fr_title="Installation de JAHIA community sur Debian" data-link_translate_fr_url="Installation_de_JAHIA_community_sur_Debian"></span>[[:fr:Installation de JAHIA community sur Debian]][[fr:Installation de JAHIA community sur Debian]] | <span data-link_translate_fr_title="Installation de JAHIA community sur Debian" data-link_translate_fr_url="Installation_de_JAHIA_community_sur_Debian"></span>[[:fr:Installation de JAHIA community sur Debian]][[fr:Installation de JAHIA community sur Debian]] | ||
<br /> | <br /> |
2015年12月7日 (一) 19:56的版本
en:Installation of JAHIA community on Debian
fr:Installation de JAHIA community sur Debian
?????????????????????????????
系统必备组件
下列文件基于 GNU 安装 /Linux Debian 8 Jahia 数字化工厂解决方案 7.1.0.0.
您可以下载本文的链接中使用的版本 下一个.
Jahia 使用 java 在其操作以及其安装过程中。因此,你必须进行 java 之前安装。
为此,您可以执行以下操作 :
apt-get install openjdk-7-jre
您必须然后检索用于安装应用程序的 jar 文件例如 :
https://www.jahia.com/public/digitalfactory-7.1.0/bin/DigitalFactory-CommunityDistribution-7.1.0.0-r52740.jar
发现模式安装
这种安装模式允许一次安装所有组件。它包括 Jahia, un 服务器 Tomcat,Apache Derby 基地和示范点。
它是最好的测试使用此模式并不保留此安装在生产。
你可以通过命令安装 :
java -jar DigitalFactory-CommunityDistribution-7.1.0.0-r52740.jar
作为第一步,您应该验证使用该软件的许可。一旦做到这一点,选择默认选项是发现模式。
你必须填写密码,后者将用于访问 web 界面 (让他们 ).
最后的几个问题,你问有关路径的不同的应用程序,例如 :
Select the path for your LibreOffice or OpenOffice install [] Select the path for your imagemagick install [] ------------------------------------------ Select the pdf2swf executable file [] Select the ffmpeg executable file []
如果这些应用程序可以访问直接 (因为路径中 )那么就没有必要表明这些参数。
安装然后是仅直到让你手中的终端。您就可以开始通过命令解决方案 :
cd /usr/local/DigitalFactory-CommunityDistribution-7.1.0.0 ./startDigitalFactory.sh
应用程序的启动 (尤其是第一次 ) 可能需要几分钟。
Jahia 是现在可用的 url : http://Votre_IP_ICI:8080
在自定义模式下安装
这种安装模式允许 JAHIA 使用的应用程序像例如 MySQL,Postgres,Tomcat,等不同的安装,或使用其他版本。
我们下面的示例将使用 服务器 MySQL 在 Apache Derby 数据库位置提出了发现系统。
/!\ 注意 : 这里是允许安装 mysql 工作所需的前提条件 :
- 你必须有以下选项配置的 MySQL : max_allowed_packet = 100M
- 你必须提前,创建基本的命名 jahia
你可以通过命令安装 :
java -jar DigitalFactory-CommunityDistribution-7.1.0.0-r52740.jar
当选择安装模式,你必须选择第二种模式称为自定义。
你会问,随之,选择是否要整合的 tomcat 安装 :
[x] Add Apache Tomcat - generate a complete installation folder (Uncheck this option to generate a standalone application package for a specific application server. When this option is checked, you will have a complete installation folder (including Apache Tomcat) and will be able to start your personalized Digital Factory instance right after the completion of this installation wizard.)
然后,选择 服务器 通过选项数据库 :
0 [x] MySQL 5.x 1 [ ] PostgreSQL 9.x 2 [ ] Sun Java DB / Apache Derby (standalone)
我们选择在我们的示例中的第一个选项,我们必须配置的 MySQL 连接选项 :
Database driver (*) [com.mysql.jdbc.Driver]: Ne pas modifier Database URL (*) [jdbc:mysql://localhost/jahia?useUnicode=true&characterEncoding=UTF-8&useServerPrepStmts=false] Database username [jahia]: Votre utilisateur MySQL Database password [jahia]: Le mot de passe de cet utilisateur [ ] Store binary data in the database? : Il est conseillé de laisser cette option désactivé par défaut. Le stockage en fichier étant souvent plus rapide que celui en base. [x] Create required database tables? : Indique si vous souhaitez procéder à la création des tables. Ne pas utiliser si vous avez déjà votre table.
在此之后,您可以配置 tomcat 通过选项选项 :
Apache Tomcat configuration ------------------------------------------ HTTP connector port (*) [8080] : port d'écoute de tomcat, servira pour accéder à l'application HTTPS redirect port (*) [8443] : port d'écoute mais pour le protocole HTTPS AJP connector port (*) [8009] : port d'écoute pour le connecteur AJP (plus d'informations sur le lien suivant: https://tomcat.apache.org/tomcat-7.0-doc/config/ajp.html ) Server shutdown port (*) [8005] : port d'écoute de tomcat pour la commande shutdown. La valeur "-1" permet de désactiver ce fonctionnement. Web application settings ------------------------------------------ Context name (context path without /) [] : chemin d'accès de l'application Jahia tool manager username (*) [jahia] : utilisateur de l'accès a l'interface "Jahia tool manager" Jahia tool manager password (*) [jahia] : mot de passe de ce même utilisateur
然后管理员帐户信息 (根 ) de l'application:
Username: root Password (*) First name [] Last name [] E-mail [] Preferred language 0 [ ] Deutsch 1 [x] English 2 [ ] Español 3 [ ] Français 4 [ ] Italiano 5 [ ] Português
用于发送邮件的信息 :
Mail server [] : le serveur servant pour l'envoie de mail Mail administrator - recipient [] : l'adresse mail de l'administrateur recevant les mails du système Mail from - sender [] : l'adresse mail servant à envoyer les mails (champ From).
最后一步涉及到各种可以使用的应用程序的可执行文件的路径 :
Provide the path for your Maven executable (mvn) [] Provide the path for your Subversion executable (svn) [] Provide the path for your Git executable (git) [] Select the path for your LibreOffice or OpenOffice install [] Select the path for your imagemagick install [] ------------------------------------------ Select the pdf2swf executable file [] Select the ffmpeg executable file [] Path to a folder with additional modules to be deployed [] Runtime data path [/usr/local/DigitalFactory-CommunityDistribution-7.1.0.0/digital-factory-data] Configuration path [/usr/local/DigitalFactory-CommunityDistribution-7.1.0.0/digital-factory-config]
安装然后是仅直到让你手中的终端。您就可以开始通过命令解决方案 :
cd /usr/local/DigitalFactory-CommunityDistribution-7.1.0.0 ./startDigitalFactory.sh
应用程序的启动 (尤其是第一次 ) 可能需要几分钟。
Jahia 是现在可用的 url : http://Votre_IP_ICI:(HTTP connector port)
这篇文章似乎你要有用 ?
开启评论自动刷新