Projets
Pages enfant
  • Installation guide - esup-news

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Volet
bgColor#F8F7EF

Esup-News Installation Guide

Autors : Julien Gribonvald

...

Sommaire
minLevel1
indent20px
styledisc

Important note

This application is working with these requirments requirements :

  • Java 1.6
  • uPortal 2.6
  • If using MySQL InnoDB mod is required
  • All tests and srcipts scripts are made to works with charset UTF-8 (database and tables with utf-8).

...

  • file build.properties
    Description of only some options
    • app.name=esup-news
      used to deploy the application with this name in webapps and will be used to define the portlet definition ID = <app.name>.news, here will be esup-news.news, this parameter is usefull useful for the portlet declaration in the portal.
    • db.type =mysql
      The db type should be mysql or postgresql, it's usefull useful to know wich sql script to use for the database initialisation and all ibatis mapping files (xml files) to use for the DAO.
    • db.filename =
      This property is usefull useful to know wich sql script to use to make the update of your actual database, uncomment/comment only the good script corresponding to your database type and application last version.
    • attachments.activate=true
      To activate or not the possibility to join attachments in news.
    • deploy.update-esco=false
      This property should stay to false, if passed to true it will act as a custum custom update wish will replace all files in build directory by these on the update-esco directory. Actually update-esco contains jsp where it force the the option rss to yes and the access option to public.

...