webvirtcloud:kvm虚拟化管理平台

Setup

This guide will walk you through the steps required to get your cloud platform up and running quickly. Whether you're a seasoned system administrator or a first-time user, this guide is designed to make the installation process as smooth as possible.

WARNING

This section is under development.

Prerequisites

  • Docker
  • Docker Compose

Install

Clone the repository

git clone https://github.com/webvirtcloud/webvirtcloud.git

Go into the webvirtcloud directory

cd webvirtcloud

Run script for deploy

./webvirtcloud.sh env

Start

./webvirtcloud.sh start

Open client side in browser

Example for domain: webvirt.local

http://client.webvirt.local

You can log in with the following credentials:

  • Username: user@webvirt.cloud
  • Password: 1qaz2wsx
  • Token: fcc69bfad35527d087bf22a8a84a4f6c3b75387877c78ae3050e9e8036ef

Open admin side in browser

Example for domain: webvirt.local

http://manage.webvirt.local

You can log in with the following credentials:

  • Username: admin@webvirt.cloud
  • Password: admin

Allow custom SSL certificate (optional)

If you use webvirt.local wildcard domain you need to allow custom SSL certificate in browser.

http://assets.webvirt.local

Update

Run update script

./webvirtcloud.sh update

Wait until the update process finishes.

API

The API endpoints are available at http://api.webvirt.local/v1/. You can use them to create, delete, and manage virtual machines. You can log in with the following credentials:

  • Username: user@webvirt.cloud
  • Password: 1qaz2wsx
  • Token: fcc69bfad35527d087bf22a8a84a4f6c3b75387877c78ae3050e9e8036ef

Example API requests:

curl -X GET http://api.webvirt.local/v1/virtances/ \  -H "Content-Type: application/json" \  -H "Authorization: Bearer fcc69bfad35527d087bf22a8a84a4f6c3b75387877c78ae3050e9e8036ef"

相关推荐

  1. webvirtcloud:kvm虚拟管理平台

    2024-03-25 06:00:06       19 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-03-25 06:00:06       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-03-25 06:00:06       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-03-25 06:00:06       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-03-25 06:00:06       18 阅读

热门阅读

  1. 深入剖析Hadoop面试题(75个问题,1.5万字)

    2024-03-25 06:00:06       16 阅读
  2. 【CSP试题回顾】202209-2-何以包邮?(优化)

    2024-03-25 06:00:06       16 阅读
  3. 探讨大数据、云计算与物联网的融合与发展

    2024-03-25 06:00:06       17 阅读
  4. 宝塔面板安装sqlite

    2024-03-25 06:00:06       20 阅读
  5. hadoop fs -test的相关命令

    2024-03-25 06:00:06       16 阅读
  6. 内存泄露?什么是ThreadLocal

    2024-03-25 06:00:06       23 阅读
  7. Django——forms组件

    2024-03-25 06:00:06       20 阅读
  8. MyBatis

    MyBatis

    2024-03-25 06:00:06      18 阅读
  9. 华为od真题2023-C卷-三叉搜索树

    2024-03-25 06:00:06       18 阅读
  10. perl:web 自动化测试

    2024-03-25 06:00:06       17 阅读
  11. Web前端css基本内容

    2024-03-25 06:00:06       22 阅读
  12. 深入理解与使用go之函数与方法--使用

    2024-03-25 06:00:06       18 阅读
  13. labelImg安装方法

    2024-03-25 06:00:06       20 阅读