Skip to content
Snippets Groups Projects
user avatar
Delphine authored
[US TRTL-281] fix css & new select-component for background

[US TRTL-281] vitamui-common: components select & drag-drop-file

[US TRTL-266] save logos customer in BDD

[US TRTL-285] save & return portal title/messsage

[US TRTL-266] get logos by type, display & fix colors

[US TRTL-266] get 204 when there isn't a logo/file

[US TRTL-266] tests/lint & pr reviews

[US TRTL-359] refacto colors components.. & implements create theme

[US TRTL-355] add default theme for create & update forms

[US TRTL-355] add default logos

[US TRTL-355] default theme & fix logos

[US TRTL-355] review PR

[US TRTL-355] change defaults colors in confs

[US TRTL-360 & TRTL-284] add colors variations & summary panel

[US TRTL-357] theme's migration scripts

[US TRTL-356] apply user's colors and logos in portal

[TECH] Fix merge/rebase 169-theme-356-dlab-develop

[US TRTL-356] review pr & fix

[US TRTL-356] fix customerTheme, new default logos, background-color

[TECH] Fix deploy

review PR
20b4f74f
Name Last commit Last update
..
src
README.md
pom.xml
run.sh
test

SAE Application

Development

Install :

  1. [Maven]
  2. [Node.js]

Ajouter dans votre fichier /etc/hosts la ligne suivante :

dev.vitamui.com

Pour démarrer l'application en mode développement lancer les commandes suivantes dans des consoles différentes

mvn clean spring-boot:run
npm start

Pour démarrer l'application en mode packagé

mvn clean package -Pwebpack
java -Dspring.config.additional-location=src/main/config/ui-identity-application-recette.yml -jar target/ui-identity.jar

La commande mvn spring-boot:run utilise le fichier de configuration présent dans src/main/config/application-dev.yml

Testing

mvn clean test

Build in production

mvn clean package -Pwebpack