A Python-based installer for setting up Vocard with Docker and Lavalink integration.
installer.py- Main installation scriptdocker-compose.yml- Docker configuration filelavalink/- Lavalink server configurationapplication.yml- Lavalink configuration file
requirements.txt- Python dependencies
- Python 3.x
- Docker and Docker Compose
- Internet connection for downloading dependencies
- Create a new directory for Vocard
- Open Command Prompt (CMD) as Administrator
- Navigate to your created directory using the
cdcommand - Download the installer by running this command:
curl -o installer.bat https://raw.githubusercontent.com/ChocoMeow/Vocard-Installer/main/installer.bat - Run the downloaded installer:
installer.bat
- Clone this repository
- Install Python dependencies:
pip install -r requirements.txt - Run the installer:
python installer.py
This project is licensed under the terms included in the LICENSE file.
Feel free to open issues or submit pull requests if you find any problems or have suggestions for improvements.