Skip to content

Commit

Permalink
Updated documentation to position on the correct tag before running s…
Browse files Browse the repository at this point in the history
…cripts
  • Loading branch information
ggoyon committed Oct 29, 2024
1 parent 954097c commit 3d15074
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ Also, please install the prerequisites listed in Linux installation (libmysqlcli

All development environments are built from a dedicated directory initiated with this repository. This directory will be used as root and will contains all the others necessary repositories from OS-Climate. This root directory contains VSCode tasks and launch docker-compose files. This allows to launch SoStrades in docker containers and to debug webapi servers directly from thus container in VS Code. From the repository a script is available to clone all the repositories to prepare the development environment.

1. Clone this repository in root directory
1. Clone this repository in root directory and position to last version
```bash
git clone https://github.com/os-climate/sostrades-dev-tools
(For SSH : git clone [email protected]:os-climate/sostrades-dev-tools.git)

cd sostrades-dev-tools
# Position to latest tag (ex if v4.1.3 is the latest version)
git checkout v4.1.3
```
2. If needed configure model repositories : edit the `model_repositories.json` and `platform_repositories.json` according to what repositories you want. The provided `model_repositories.json` file includes the WITNESS model repositories, as well as the optimization plugins repository required to run WITNESS optimizations :

Expand Down

0 comments on commit 3d15074

Please sign in to comment.