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
3. Run the setup script, which will create a `.env` file with default settings. You can edit this file later to change settings like passwords or ports.:
30
30
31
31
```bash
32
32
python3 ./setup.py
33
33
```
34
+
35
+
#### Option 1: Just Run (for users)
36
+
4. Start the containers
34
37
38
+
```bash
39
+
chown -R $(id -u):$(id -g) ./blob_storage
40
+
docker compose -f docker-compose-release.yml up
41
+
```
42
+
The first start takes some time because the database will change the mode to a replica-set.
43
+
Wait until the logscreen stops moving (takes usually 2 to 5 minutes).
44
+
45
+
46
+
#### Option 2: Build Source (for developers)
35
47
4. Build the docker base images (takes some time).
The first start takes some time because the database will change the mode to a replica-set.
49
61
Wait until the logscreen stops moving (takes usually 2 to 5 minutes).
50
62
63
+
### Usage
51
64
6. Open the browser under [https://fmd.localhost](https://fmd.localhost). By default, a self-signed certificates is used, and you will encounter a TLS warning.
52
65
53
66
7. Log-into the application. Password and username can be found in the `.env` file within the root directory of the server.
0 commit comments