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
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
First step is installing [Docker Engine](https://docker.com).
20
-
On Linux, please install [Docker Compose](https://docs.docker.com/compose/install/) as well.
21
-
> Note: Docker Desktop on Windows and MacOS already include Docker Compose.
22
-
23
-
Second step – create **docker-compose.yml** file.
24
-
Copy and paste configuration from [(source file)](https://github.com/Autoadmin-org/autoadmin-agent/blob/master/docker-compose.yml) or download this file.
25
-
26
-
Third step – create **.config.env** file in the same directory.
27
-
Copy and paste the contents of [(source file)](https://github.com/Autoadmin-org/autoadmin-agent/blob/master/.config.env) or download this file.
28
-
29
-
Fourth step – open **.config.env** file and specify all required credentials.
30
-
31
-
32
-
Open Terminal app and run:
33
-
34
-
```sh
35
-
docker-compose up --build
36
-
```
37
-
After sucessfull execution, new connection will appear in Autoadmin Connections List.
0 commit comments