项目作者: extra2000

项目描述 :
Developer box for [Cockpit](https://github.com/cockpit-project/cockpit) with Dashboard
高级语言: Ruby
项目地址: git://github.com/extra2000/cockpit-box.git
创建时间: 2021-01-09T19:20:05Z
项目社区:https://github.com/extra2000/cockpit-box

开源协议:MIT License

下载


cockpit-box

License Versioning Build
License: MIT semantic-release Build status

Developer box for Cockpit with Dashboard.

Getting started

  1. $ git clone --recursive https://github.com/extra2000/cockpit-box.git
  2. $ cd cockpit-box

Creating Vagrant Box

Copy vagrant file from vagrant/examples/ and then create the vagrant box (you can change to --provider=libvirt if you want to use Libvirt provider):

  1. $ cp -v vagrant/examples/Vagrantfile.cockpit-box.fedora-33.x86_64.example vagrant/Vagrantfile.cockpit-box
  2. $ vagrant up --provider=virtualbox

Provision the vagrant box which will automatically install Cockpit with dashboard:

  1. $ vagrant ssh cockpit-box -- sudo salt-call state.highstate

OpenSUSE issues

To change from wicked to NetworkManager, execute the following command and then reboot:

  1. $ sudo systemctl disable wickedd
  2. $ sudo systemctl enable NetworkManager