Skip to content

Commit 03d3f71

Browse files
committed
update to installation instructions
1 parent 47c9c4f commit 03d3f71

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/InstallationInstructions.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33

44
If you are truly new to this software, it may be better to begin with the information [available on the Delft-FEWS website](https://oss.deltares.nl/web/delft-fews). At this link, you can find the latest information, instructions and community developments. Configuring Delft-FEWS comes with a steep learning curve, but once you are familiar with it, this repository can help to minimize reinventing the wheel by sharing configuration and it is a great way to test and share new developments (models, code, etc.).
55

6+
## Pulling the repository to your own environment
7+
8+
The first time you are using CanOpenFEWS, you will have to pull the contents of the repository to your own computer environment. Go the folder where you want the CanOpenFEWS folder to end up and either download and unpack the CanOpenFEWS zip file in this folder or type in a (git) command line:
9+
10+
`git clone https://github.com/Deltares/CanOpenFEWS.git`
11+
12+
Now, you are ready to go. Every time you plan to work on and make changes to the repository, make sure to first update your CanOpenFEWS to the latest version of the repository. In a (git) command line, navigate to the CanOpenFEWS folder and type:
13+
14+
`git fetch`
15+
16+
followed by:
17+
18+
`git pull`
19+
20+
You are up to date now and ready to make changes and commit them. Contributing to CanOpenFEWS is explained in [How to contribute?](https://github.com/Deltares/CanOpenFEWS).
21+
622
## Installation of Delft-FEWS
723

824
Download and installation instructions of Delft-FEWS are available [at this webpage, at the bottom](https://oss.deltares.nl/web/delft-fews/about-delft-fews). Delft-FEWS is free to use, but please note that a end-user license agreement is required. For further detail on obtaining Delft-FEWS, including new releases, please contact [fews-pm email](fews-pm@deltares.nl). The newest Delft-FEWS versions are only available through [fews-pm email](fews-pm@deltares.nl), but older versions can be directly downloaded from the website. This configuration has been tested with the v2023.01 of Delft-FEWS. It is possible that some functionalities do not work with other (older) versions of Delft-FEWS.

0 commit comments

Comments
 (0)