Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

rocket-admin/rocketadmin-agent

Repository files navigation

Autoadmin-agent

There are two options for installing Autoadmin-agent: using Docker Desktop (for MacOS and Windows) or using Docker Engine (for Linux).

Installing autoadmin using docker

Open Terminal app and run following commands:

docker pull rocketadmin/rocketadmin-agent
docker run -e CONNECTION_TOKEN=connection_token -e CONNECTION_TYPE=mysql -e CONNECTION_USERNAME=your_username \
    -e CONNECTION_PASSWORD=your_password -e CONNECTION_HOST=example.com rocketadmin/rocketadmin-agent

Install via Docker Compose

First step is installing Docker Engine. On Linux, please install Docker Compose as well.

Note: Docker Desktop on Windows and MacOS already include Docker Compose.

Second step – create docker-compose.yml file. Copy and paste configuration from (source file) or download this file.

Third step – create .config.env file in the same directory. Copy and paste the contents of (source file) or download this file.

Fourth step – open .config.env file and specify all required credentials.

Open Terminal app and run:

docker-compose up --build

After sucessfull execution, new connection will appear in Autoadmin Connections List.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages