branch develop updated (0cb4279 -> f49b5d5)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from 0cb4279 From scmwebeditor -- fx new f49b5d5 From scmwebeditor -- fx The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f49b5d5202c87a5aedacbb828fc43ada090af3e9 Author: mathieu.doray@ifremer.fr <unknown> Date: Tue Jan 19 16:42:10 2016 +0100 From scmwebeditor -- fx Summary of changes: src/site/en/rst/install.rst.vm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit f49b5d5202c87a5aedacbb828fc43ada090af3e9 Author: mathieu.doray@ifremer.fr <unknown> Date: Tue Jan 19 16:42:10 2016 +0100 From scmwebeditor -- fx --- src/site/en/rst/install.rst.vm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/site/en/rst/install.rst.vm b/src/site/en/rst/install.rst.vm index 4c41ee4..3405810 100644 --- a/src/site/en/rst/install.rst.vm +++ b/src/site/en/rst/install.rst.vm @@ -70,30 +70,28 @@ Requirements: Echobase first intall set up ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Il faut être loggué sur une console avec l'utilisateur root. +Open a console with root attributes -On suppose ici que tomcat a été installé dans le répertoire */opt/tomcat* . +tomcat should be installed in */opt/tomcat* . -Toutes les données de l'application (et sa configuration) seront placées dans -le répertoire **/var/local/echobase** +Echobase application and configuration data will be stored in: **/var/local/echobase** -- Créer les répertoires +- Create directories: :: mkdir /var/local/echobase mkdir /var/local/echobase/war -- Placer le war à utiliser dans **/var/local/echobase/war** +- Put the Echobase installation .war file in: **/var/local/echobase/war** -- Ajouter une lien symoblique vers le war à utiliser +- Define a symbolic link to this .war file: :: ln -s /var/local/echobase/war/echobase-ui-XXX.var /var/local/echobase/echobase.war -- Ajouter un lien symbolique dans le répertoire **webapps** de tomcat vers ce - lien symbolique +- Define a symbolic link to this .war file in the tomcat **webapps** folder: :: -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm