All Projects → oVirt → ovirt-site

oVirt / ovirt-site

Licence: other
oVirt website

Programming Languages

Sass
350 projects
ruby
36898 projects - #4 most used programming language
Haml
164 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ovirt-site

ovirt-web-ui
Modern lightweight UI for standard (non-admin) oVirt users
Stars: ✭ 87 (+17.57%)
Mutual labels:  virtualization, ovirt
vagrant-ovirt4
oVirt v4 provider for Vagrant
Stars: ✭ 33 (-55.41%)
Mutual labels:  virtualization, ovirt
esdc-ce
Danube Cloud :: Community Edition
Stars: ✭ 101 (+36.49%)
Mutual labels:  virtualization
python-negotiator
Scriptable KVM/QEMU guest agent implemented in Python
Stars: ✭ 40 (-45.95%)
Mutual labels:  virtualization
docker-box
Web Interface to manage full blown docker containers and images.
Stars: ✭ 108 (+45.95%)
Mutual labels:  virtualization
ADLES
Automated Deployment of Lab Environments System (ADLES)
Stars: ✭ 28 (-62.16%)
Mutual labels:  virtualization
Mail-Toaster-6
Mail Toaster 6
Stars: ✭ 40 (-45.95%)
Mutual labels:  virtualization
Jiny-Kernel
JINY Kernel (Jana's tINY os) : Kernel designed from ground up for superior performance on cloud.
Stars: ✭ 15 (-79.73%)
Mutual labels:  virtualization
Zelda.RISCV.Emulator
A System Level RISCV32 Emulator Over x86_64: capable of booting RISCV Linux
Stars: ✭ 18 (-75.68%)
Mutual labels:  virtualization
blogr-pve
Puppet provisioning of HA failover/cluster environment implemented in Proxmox Virtual Environment and Linux boxes.
Stars: ✭ 28 (-62.16%)
Mutual labels:  virtualization
node-qemu-server
Free GUI / Frontend / Management tool for simple setup, configure and control virtual machines (qemu / kvm) within your HTML5 Webbrowser. Virtualization with Node.js / Currently under complete rewrite.
Stars: ✭ 41 (-44.59%)
Mutual labels:  virtualization
control-pane
ClonOS WEB control panel (CBSD WEB UI)
Stars: ✭ 112 (+51.35%)
Mutual labels:  virtualization
Yeet-Emulator
🔥 A really basic emulator to understand how IL code works.
Stars: ✭ 47 (-36.49%)
Mutual labels:  virtualization
blog
retrohunblog
Stars: ✭ 46 (-37.84%)
Mutual labels:  virtualization
hypervisor-rs
Rust API to the OS X Hypervisor framework for hardware-accelerated virtualization
Stars: ✭ 56 (-24.32%)
Mutual labels:  virtualization
Coyote
Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
Stars: ✭ 80 (+8.11%)
Mutual labels:  virtualization
vic-ui
vSphere Integrated Containers Plug-In for vSphere Client provides information about your VIC setup and allows you to deploy VCHs directly from the vSphere Client.
Stars: ✭ 23 (-68.92%)
Mutual labels:  virtualization
vps host server
VPS Hosting Server Daemon for provisioning, monitoring, and communications with the central system.
Stars: ✭ 12 (-83.78%)
Mutual labels:  virtualization
vminspect
Tools for inspecting disk images
Stars: ✭ 25 (-66.22%)
Mutual labels:  virtualization
haaukins
A Highly Accessible and Automated Virtualization Platform for Security Education
Stars: ✭ 148 (+100%)
Mutual labels:  virtualization

oVirt.org

Welcome to the oVirt website source repository. This repository contains the code and images for the website and documentation.

How to contribute

Please join us! All content on ovirt.org is community-driven, and we welcome contributions!

Found a bug or documentation issue?

To submit a bug or suggest a documentation fix/enhancement for a specific page, navigate to the page, and click "Report an issue on GitHub" in the page footer. If it is a more general problem, simply submit an issue here and provide as much detail as possible.

Edit the site

To edit a single page, navigate to the page, and click "Edit this page on GitHub" in the page footer. That will create a simple Pull Request where you can propose your changes.

You can also clone and fork the repository like any other GitHub project, if you are more comfortable with that. See CONTRIBUTING.md for instructions on building and testing the site locally.

See MAINTAINING.md for information about site maintainers.

See README_ORGANIZATION.md for information about how the source code is organized.

Most of the website content is written in Markdown. For information on formatting Markdown, see Markdown Basics.

You can create a new file two ways:

  • From your local Git repo folder, navigate to the relevant directory, create a new text file and save it with the following naming convention: <name>.md

  • From the GitHub repo, navigate to the relevant directory and click the New File button at the top-right corner of the pane.

After you submit a PR to the ovirt-site reposiory, automation will verify your submission. If no error is found you'll see a green symbol and a text saying "All checks have passed". You can inspect the generated website by downloading the site-without-markdown.zip file from the automation system. In order to do so, click on the "Checks" tab within your PR and then click on "Website Tests" link on the left bar. You can find "site-without-markdown" artifact at the bottom of the page.

Once downladed the zip file, in order to check how the website looks like you need to extract the archive and serve the extracted directory with a web server. An easy way to do it is using python: python3 -m http.server from the web site directory. This won't provide a full replica of what will happen on the real website because there are a few redirects provided via .htaccess that can be processed only using apache. If you can run an apache server on your system you can extract the zip within /var/www/html/ and serve it with your apache installation.

Still need help?

If you have any other questions, simply submit an issue here and provide as much detail as possible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].