Changes between Version 17 and Version 18 of Installation
- Timestamp:
- 06/13/12 00:55:37 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v17 v18 72 72 }}} 73 73 74 Cela crée les fichiers config/ProjectConfiguration.class.php, config/databases.yml et config/app.yml.74 Cela crée les fichiers config/ProjectConfiguration.class.php, config/databases.yml, bin/db.inc et config/app.yml. 75 75 76 76 * Adapter en fonction de votre installation : … … 86 86 {{{ 87 87 nano config/databases.yml 88 nano db.inc 88 89 }}} 89 90 90 91 Remplacer "MOT_DE_PASSE" par celui que vous avez choisi pour la base que l'on vient de créer (1 modification) 92 93 * Adapter la configuration en fonction de la législature traitée : 94 95 {{{ 96 nano config/app.yml 97 }}} 98 91 99 92 100 * copier et adapter la configuration apache : … … 191 199 }}} 192 200 193 S'assurer que ce répertoire data soit accessible en écriture par l'utilisateur tomcat6 :201 S'assurer que ce répertoire data soit accessible en écriture par l'utilisateur tomcat6 (ou tomcatXX suivant votre version de Tomcat) : 194 202 195 203 {{{ 196 204 sudo chmod g+w /MON/REPERTOIRE/project/lib/vendor/SolrServer/solr/data 197 sudo chown .tomcat6 /MON/REPERTOIRE/project/lib/vendor/SolrServer/solr/data198 199 }}} 200 201 Brancher solr avec tomcat6 en créant le unfichier solr_nossenateur.xml dans /etc/tomcat6/Catalina/localhost/ contenant :205 sudo chown tomcat6 /MON/REPERTOIRE/project/lib/vendor/SolrServer/solr/data 206 207 }}} 208 209 Brancher solr avec Tomcat en créant le fichier solr_nossenateur.xml dans /etc/tomcat6/Catalina/localhost/ contenant : 202 210 203 211 {{{