You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface of Kratos with [GiD](http://www.gidhome.com).
5
+
The user interface of Kratos with [GiD](http://www.gidhome.com).
6
6
7
-
If you need the latest release, launch your GiD, navigate to Data > Problemtype > Internet retrieve and download Kratos there. Available for Linux. Windows, and macOS. If you need the developer version, you are on the right place
7
+
If you need the latest stable release, launch your GiD, navigate to Data > Problemtype > Internet retrieve and download Kratos there.
8
+
Available for Linux. Windows, and macOS.
9
+
10
+
If you need the developer version, you are on the right place.
8
11
9
12
## First steps
10
-
* Install the latest GiD developer version -> [Developer version](http://www.gidhome.com/download/developer-versions)
11
-
* Navigate to GiD's problemtype folder and delete previous kratos.gid
12
-
* Create there a link to our [kratos.gid](./kratos.gid/)
13
-
* Navigate to kratos.gid/exec/
14
-
* Create there a symbolic link to the kratos installation folder (where runkratos is located)
15
-
* Unix : `ln -s ~/Kratos Kratos` or maybe `ln -s ~/Kratos/bin/Release Kratos` if that's the destination folder
16
-
* Windows : `mklink /J Kratos C:\kratos` or maybe `mklink /J Kratos C:\kratos\bin\Release` (choose actual Kratos installation folder)
17
-
18
-
## Usage
13
+
* 1- Clone this repository, or install a stable [release](https://github.com/KratosMultiphysics/GiDInterface/releases)
14
+
* 2- Install the latest GiD developer version -> [Developer version](http://www.gidhome.com/download/developer-versions)
15
+
* 3- Navigate to GiD's problemtype folder and delete any previous kratos.gid
16
+
* Create there a link to our [kratos.gid](./kratos.gid/) downloaded in step 1
17
+
* Windows: Simple shortcut to kratos.gid folder
18
+
* 4- Choose your execution mode:
19
+
* 4.1- To execute Kratos using the standard pip packages:
20
+
* Python version recommended: 3.9
21
+
* Open a terminal and run `python3 -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.1.3`
22
+
* 4.2- To execute Kratos using your compiled binaries:
23
+
* Navigate to kratos.gid/exec/
24
+
* Create there a symbolic link to the kratos installation folder (where runkratos is located)
25
+
* Unix : `ln -s ~/Kratos Kratos` or maybe `ln -s ~/Kratos/bin/Release Kratos` if that's the destination folder
26
+
* Windows : `mklink /J Kratos C:\kratos\bin\Release` (choose actual Kratos installation folder)
27
+
* Step by step video: https://www.youtube.com/watch?v=zZq7ypDdudo
28
+
* 4.3- To execute Kratos using docker, just install docker
29
+
30
+
### Launch modes
31
+
In Kratos preferences, select the execution mode:
32
+
* Pip packages: Kratos will be installed via `pip install`
33
+
* local compiled: If you are a developer and build your applications, use this one
34
+
* docker: If you do not want to install any dependency, just run via docker!
35
+
* The default image is [fjgarate/kratos-run](https://hub.docker.com/repository/docker/fjgarate/kratos-run)
0 commit comments