An open API service indexing awesome lists of open source software.

https://github.com/danieldin95/lightstars

Makes it easier for you to control virtual resource.
https://github.com/danieldin95/lightstars

cloud golang kvm libvirt linux web-manager

Last synced: 17 days ago
JSON representation

Makes it easier for you to control virtual resource.

Awesome Lists containing this project

README

        

# LightStars
[![Build Status](https://travis-ci.org/danieldin95/lightstar.svg?branch=master)](https://travis-ci.org/danieldin95/lightstar)
[![Go Report Card](https://goreportcard.com/badge/github.com/danieldin95/lightstar)](https://goreportcard.com/report/danieldin95/lightstar)
[![GPL 3.0 License](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](LICENSE)

This software makes it easier for you to control virtual compute, network and storage resource.

![login](misc/images/login.png "Login LightStars")
![newvm](misc/images/newvm.png "Create a Virtual Machine")
![listvms](misc/images/listvms.png "List Virtual Machines")
![showvm](misc/images/showvm.png "Show Virtual Machine")

# CentOS7

## Check Intel VT-x or AMD-V

lscpu | egrep '(vmx|svm)'

## Disable SELinux firstly

cat > /etc/sysconfig/selinux <