Skip to content

Commit

Permalink
Update README.md for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yblatti committed Nov 7, 2022
1 parent 291b996 commit 415388b
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,9 @@ Suivez les guides d'installation et d'exploitation ici : https://github.com/asit

### Prérequis:
* Windows or Linux, 64bit
* Java 7 ou Java 8 (Java 9+ non supporté), Oracle ou OpenJDK, en 64bit
* Tomcat 7 to 9, 64bit
* PostgreSQL >= 9.4

### Juste pour essayer (avec docker et maven):

Lancez les commandes suivantes
```bash
mvn clean install
docker-compose up
```
Puis ouvrez `http://localhost:8080/extract/login` dans votre navigateur,\
Utilisateur par défaut : `admin`, mot de passe : `motdepasse21`.

Il ne reste qu'à lire la documentation 😊
* Java 17 (Oracle ou OpenJDK)
* Tomcat 9 (Extract n’est actuellement pas compatible avec Tomcat 10 en raison de l’utilisation de Spring Boot 2)
* PostgreSQL >= 12

## Documentation et liens:

Expand Down

0 comments on commit 415388b

Please sign in to comment.