Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1499 → Rev 1500

/trunk/mise_en_ligne.sh
15,7 → 15,7
FICHIER_COMPILATION="$APPLI_NOM-compile"
DOSSIER_COMPILATION="$APPDIR/war"
DOSSIER_DESTINATION="/www/eflore/coel"
DOSSIER_JREST="$APPDIR/../jrest_$NOM_DOSSIER_COURANT"
DOSSIER_JREST="$APPDIR/jrest"
DOSSIER_JREST_DESTINATION="/www/eflore/coel/jrest"
APPLI_SERVICE_BASE_URL="http://www.tela-botanica.org/eflore/coel/jrest/"
 
/trunk/jrest/jrest.ini.php.defaut
1,42 → 1,7
;<?/*
[settings]
baseURL = "/jrest/"
baseURL = "/coel/jrest/"
 
; Default
[database]
phptype = mysqli
username = root
password =
hostspec = localhost
database = tb_eflore_v1_1_principale
 
; Identification
[database_ident]
phptype = mysqli
username = root
password =
hostspec = localhost
database = tb_v4
 
; CEL
[database_cel]
phptype = mysqli
username = root
password =
hostspec = localhost
database = tb_cel
 
; Images
[cel_db]
phptype = mysqli
username = root
password =
hostspec = localhost
database = tb_cel
chemin_images = /opt/lampp/htdocs/Documents/images_serveur
url_images = http://162.38.234.9/Documents/images_serveur
taille_max = 2097152
 
; COEL
[coel]
phptype = mysql
47,7 → 12,7
guid = "urn:lsid:tela-botanica.org:%s:%s"
editeur = "Tela Botanica"
urlBaseCoel = "http://localhost/org.tela_botanica.Coel/Coel.html"
urlBaseJrest = "http://localhost/jrest/"
urlBaseJrest = "http://localhost/coel/jrest/"
aideBaseUrlTpl = "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki="
urlEfloreMaj = "http://localhost/eflore_bp/services/collection/"
urlAnnuaire = "http://www.tela-botanica.org/client/eflore_chatin/services/annuaire_tela"
56,13 → 21,4
correctionLogin =
correctionMdp =
 
; LOGS
[log]
cheminlog = "/Logs/"
timezone = "Europe/Paris"
taillemax = 100000
 
;ADMIN
[jrest_admin]
admin = aurelien@tela-botanica.org,david.delon@clapas.net,jpm@tela-botanica.org,marie@tela-botanica.org
;*/?>
/trunk/Coel-compile
2,7 → 2,7
APPDIR=`dirname $0`;
APPDIR_ABSOLU=`pwd`;
NOM_DOSSIER_COURANT=`basename $APPDIR_ABSOLU`
DOSSIER_JREST="$APPDIR/../jrest_$NOM_DOSSIER_COURANT"
DOSSIER_JREST="$APPDIR/jrest"
APPLI_NOM="Coel"
APPLI_DOMAINE="org.tela_botanica.$APPLI_NOM"
APPLI_LIEN="$APPLI_DOMAINE"