Setting Up
Prerequisites
Before installing Container Echoes, ensure you have the following:
- Docker installed and running
- Node.js (version 18 or later)
- MySQL or MariaDB database
Installation Steps
Server Setup
- Clone the Container Echoes repository.
- Navigate to the server directory.
- Run
npm install
to install dependencies. - Configure the database connection in the
.env
file. - Start the server using
npm start
.
Agent Setup
- On each Docker host, pull the Container Echoes agent image from the Docker registry.
- Run the agent container with the appropriate environment variables set.
- Verify connectivity with the server.
Initial Configuration
- Set environment variables as per your setup requirements (see Environment Variables).
- Configure log paths and retention policies through the web interface.
Next Steps
With Container Echoes installed, the next step is to configure your environment variables as detailed in Environment Variables.