Pages enfant
  • Migration guide

Vous regardez une version antérieure (v. /wiki/display/PROJESUPLECTURE/Migration+guide) de cette page.

afficher les différences afficher l'historique de la page

Vous regardez la version actuelle de cette page. (v. 1) afficher la version suivante »

Esup Lecture Portlet - Installation Guide


Auteur : Bourges Raymond - Bouteille Gwénaëlle - Vincent Repain (University of Rennes 1)

From 1.2.4 to 1.2.5


  • Download esup-lecture-<version>.zip from the projectsite
  • Unzip the file somewhere on a working directory

    To configure this application you have to adapt some configuration files. Every time you will find a <fileName>-example.<extension> example file that you can copy to <fileName>.<extension> before adapting.

  • Adapt build.properties
  • Adapt properties/config.properties for exception handling configuration, SMTP configuration and database confuguration.

    By default, exception reports are also sent to an archived bugs mailing list, accessible to the developers of the project only. This feature is used to be warned of all the possible exceptions occuring on the applciation anywhere; this way, most bugs can be corrected as soon as they happen. If you do not want the exceptions to be sent to this list, you can manually set property doNotSendExceptionReportsToDevelopers to true.

  • Test your configuration:
    • ant test-config
    • ant test-smtp
    • ant test-database
  • Initialize your database if necessary (first installation):
    • ant init-data

      This Command will erase all existing data in your database !!!!
      Your database (configured in config.properties) must exists.

  • Deploy the application:
    • ant deploy
  • Aucune étiquette