Git Product home page Git Product logo

form's Introduction

À propos de l'application Formulaire

  • Licence : AGPL v3 - Copyright Ville de Paris, Région Nouvelle Aquitaine, Région Hauts de France
  • Développeur(s) : CGI
  • Financeur(s) : Ville de Paris, Région Nouvelle Aquitaine, Région Hauts de France
  • Description : Application de création et de gestion de formulaires dans l'OPEN ENT.

Configuration du sous-module Formulaire

{
  "config": {
    ...
    "zimbra-max-recipients": ${zimbraMaxRecipients},
    "rgpd-cron": "${rgpdCron}",
    "notify-cron": "${notifyCron}",
    "max-responses-export-PDF": ${maxResponsesExportPDF},
    "max-users-sharing": ${maxUsersSharing}
  }
}

Dans votre springboard, vous devez inclure des variables d'environnement :

zimbraMaxRecipients = Integer
rgpdCron = String (exemple: 0 0 0 */1 * ? *)
notifyCron = String (exemple: 0 0 0 */1 * ? *)
maxResponsesExportPDF = Integer
maxUsersSharing = Integer

Dans ce meme fichier inclure "formulaire" dans la liste "ressourcesApplications"

Il y aura aussi à ajouter des variables d'environnement dans votre ent-core.json afin d'utiliser l'export pdf :

{
  "config": {
     ...
     "node-pdf-generator" : {
        "pdf-connector-id": "exportpdf",
        "auth": String,
        "url" : String
     }
  }
}

Entcore - archive APi import/export

Attention, afin de faire fonctionner les imports d'archives .zip (import gérés par l'entcore), il faut ajouter les propriétés suivantes dans l'ent-core.json : Dans le module entcore-archive :

{
  "name": "org.entcore~archive~4...",
  "config": {
    ...
    "publicConf": {
      "apps": {
        "formulaire": "fr.openent.formulaire.controllers.FormController|initCreationRight"
      }
    } 
  }
}

Configuration du sous-module Formulaire-public

Le "db-schema" doit être identique à celui du sous-module Formulaire (utilisation de la même base de donnée).

Aucune autre configuration particulière.

form's People

Contributors

adrienfro avatar alex-delaveau avatar ayanadini avatar benjaminperez avatar c4role avatar ccreusat avatar david-cc avatar gregprod33 avatar jcbe-ode avatar jmdoleans avatar juniorode avatar nabil-mansouri avatar qperie avatar quentinducoulombier avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

form's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.