Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 274e4c89 authored by Nicolas Bailliet's avatar Nicolas Bailliet
Browse files

Fix broken link in TM installation manual

parent 24e2a10f
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ postgres=# \q ...@@ -44,7 +44,7 @@ postgres=# \q
exit exit
``` ```
Download the files containing all the data required by the application to properly work (schema-X.X.X.sql and init-X.X.X.sql, X.X.X being the latest version available) on Nexus in the sql.zip file : https://gazelle.ihe.net/nexus/index.html#nexus-search;gav~~gazelle-tm-ear*~~~ and import it into the newly created database as shown below. Download the files containing all the data required by the application to properly work (schema-X.X.X.sql and init-X.X.X.sql, X.X.X being the latest version available) on Nexus in the sql.zip file : [Nexus repository](https://gazelle.ihe.net/nexus/index.html#nexus-search;gav~~gazelle-tm-ear*~~~) and import it into the newly created database as shown below.
```bash ```bash
psql -U gazelle your_database < schema-X.X.X.sql psql -U gazelle your_database < schema-X.X.X.sql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment