npm install -g yarn
yarn install
cp assets/js/app-config.example.js assets/js/app-config.js
grunt
main config file: assets/js/app-config.js
- portalAuth : if set to true, use portalURL for authentification, leave to false if not sure
- portalURL : "http://path/to/your/portal/"
- thesaurusWSPath : "http://path/to/thesaurus/webservices/"
- positionWSPath : "http://path/to/position/webservices/"
- other stuff: see app-config.example.js for reference
- topcontext: "reneco" or something else (reneco hardwires)
- defaults: provide default value-sets for context-specific config. if none is specified below context options, value-set from default will be used.
- editColumns
- [...] (see app-config.example.js)
- contexts: list of available contexts (by object key). Every absent context option implies defaults will be used for missing option key
See app-config.example.js
- Clic droit sur "Default Web_Site" -> ajouter une application
- Alias -> "Fomrbuilder" | Chemin d'accès physique -> ".../NS.UI.Formbuilder/"
npm install natives
npm install