Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3
Commits:
-
061f297d
by Tony CHEMIT at 2018-03-12T12:29:45Z
3 changed files:
Changes:
| ... | ... | @@ -28,8 +28,6 @@ Après téléchargement, on dézippe l'archive et on obtient l'arborescence suiv |
| 28 | 28 |
├── install.bat (1)
|
| 29 | 29 |
├── install.sh (1)
|
| 30 | 30 |
├── db.properties (2)
|
| 31 |
- ├── lib
|
|
| 32 |
- │ └── ...
|
|
| 33 | 31 |
├── scripts
|
| 34 | 32 |
│ ├── postgis-data (5)
|
| 35 | 33 |
│ │ ├── zones-cwp-1x1.sql.zip
|
| ... | ... | @@ -40,6 +38,7 @@ Après téléchargement, on dézippe l'archive et on obtient l'arborescence suiv |
| 40 | 38 |
│ │ └── zones-fao-2011.sql.zip
|
| 41 | 39 |
│ ├── postgis-structure.sql (3)
|
| 42 | 40 |
│ └── referentiel-data.sql (4)
|
| 41 |
+ ├── t3-installer-${project.version}.exe
|
|
| 43 | 42 |
└── t3-installer-${project.version}.jar
|
| 44 | 43 |
```
|
| 45 | 44 |
|
No preview for this file type
| ... | ... | @@ -58,7 +58,6 @@ |
| 58 | 58 |
<logo href="http://struts.apache.org/" name="Struts 2" img="./img/struts2-logo.png"/>
|
| 59 | 59 |
<logo href="http://topia.nuiton.org" name="ToPIA" img="./img/topia-logo.png"/>
|
| 60 | 60 |
<logo href="http://argouml.tigris.org/" name="ArgoUML" img="./img/argouml-logo.png"/>
|
| 61 |
- <logo href="https://www.jetbrains.com/idea" name="IntelliJ" img="./img/logo_IntelliJIDEA.png"/>
|
|
| 62 | 61 |
</poweredBy>
|
| 63 | 62 |
|
| 64 | 63 |
<body>
|
| ... | ... | @@ -75,12 +74,9 @@ |
| 75 | 74 |
<menu name="Utilisateur">
|
| 76 | 75 |
<item name="Accueil" href="index.html"/>
|
| 77 | 76 |
<item name="Historique des versions" href="changes-report.html"/>
|
| 78 |
- </menu>
|
|
| 79 |
- |
|
| 80 |
- <menu name="Installation">
|
|
| 81 | 77 |
<item name="Installation" href="install.html"/>
|
| 82 |
- <item name="Utilisation installer" href="installer.html"/>
|
|
| 83 |
- <item name="Configuration" href="./application-config-report.html"/>
|
|
| 78 |
+ <item name="Création de base" href="installer.html"/>
|
|
| 79 |
+ <item name="Configuration" href="./config-report.html"/>
|
|
| 84 | 80 |
</menu>
|
| 85 | 81 |
|
| 86 | 82 |
<menu name="Modélisation">
|