vmker/README.md
2024-07-24 16:40:53 +03:00

814 B

vmker

Install

Download binaries from: HERE

Usage

vmkey init  # Настроить параметры
vmkey config  # Редактировать параметры
vmkey create template_name new_name [-n VMs count] [[-f <file with commands>] ...]  # Создание из template

Build by-self

Installing python and creating venv

sudo apt update
sudo apt install python3 python3-pip python3-venv
git clone https://git.anidev.ru/SantaSpeen/vmker.git
cd vmker
python3 -m venv venv
source venv/bin/acvtivate

Installing libraries and build

python -m pip install -r requirements.txt
python -m pip install pyinstaller
pyinstaller --onefile -n vmkey main.py
# cp dist/vmkey /bin/vmkey
  • Good night $)