|
1 | | -# Autoadmin-agent |
| 1 | +# Rocketadmin-agent |
2 | 2 |
|
3 | | -There are two options for installing Autoadmin-agent: using Docker Desktop (for MacOS and Windows) or using Docker Engine (for Linux). |
| 3 | +There are two options for installing Rocketadmin-agent: using Docker Desktop (for MacOS and Windows) or using Docker Engine (for Linux). |
4 | 4 |
|
5 | | - |
6 | | -## Installing autoadmin using docker |
| 5 | +## Installing rocketadmin using docker |
7 | 6 |
|
8 | 7 | Open Terminal app and run following commands: |
9 | 8 |
|
10 | 9 | ```bash |
11 | 10 |
|
12 | | -docker pull autoadmin/agent |
13 | | -docker run -e CONNECTION_TOKEN=connection_token -e CONNECTION_TYPE=mysql -e CONNECTION_USERNAME=your_username \ |
14 | | - -e CONNECTION_PASSWORD=your_password -e CONNECTION_HOST=example.com autoadmin/agent |
| 11 | +docker pull rocketadmin/rocketadmin-agent:latest |
| 12 | +docker run -it rocketadmin/rocketadmin-agent:latest |
| 13 | + |
15 | 14 | ``` |
16 | 15 |
|
| 16 | +Running these commands will start the application in interactive mode, displaying a command line dialog where you can enter the necessary connection parameters. |
| 17 | + |
17 | 18 | ## Install via Docker Compose |
18 | 19 |
|
19 | 20 | First step is installing [Docker Engine](https://docker.com). |
20 | 21 | On Linux, please install [Docker Compose](https://docs.docker.com/compose/install/) as well. |
| 22 | + |
21 | 23 | > Note: Docker Desktop on Windows and MacOS already include Docker Compose. |
22 | 24 |
|
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 | +Second step – create **docker-compose.yml** file. |
| 26 | +Copy and paste configuration from [(source file)](https://github.com/rocket-admin/rocketadmin/tree/main/rocketadmin-agent/docker-compose.yml) or download this file. |
25 | 27 |
|
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 | +Third step – create **.config.env** file in the same directory. |
| 29 | +Copy and paste the contents of [(source file)](https://github.com/rocket-admin/rocketadmin/tree/main/rocketadmin-agent/.config.env) or download this file. |
28 | 30 |
|
29 | 31 | Fourth step – open **.config.env** file and specify all required credentials. |
30 | 32 |
|
31 | | - |
32 | 33 | Open Terminal app and run: |
33 | 34 |
|
34 | 35 | ```sh |
35 | | -docker-compose up --build |
| 36 | +docker compose up --build |
36 | 37 | ``` |
37 | | -After sucessfull execution, new connection will appear in Autoadmin Connections List. |
| 38 | + |
| 39 | +After sucessfull execution, new connection will appear in Rocketadmin Connections List. |
0 commit comments