QubesOS/qubesos.github.io

Name: qubesos.github.io

Owner: Qubes OS Project

Description: The Qubes OS Project Official Website

Created: 2015-02-23 15:47:19.0

Updated: 2018-05-24 02:43:54.0

Pushed: 2018-05-24 02:43:53.0

Homepage: https://www.qubes-os.org/

Size: 5206

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

Qubes OS Official Website

Canonical URL: https://www.qubes-os.org

This is the main repository for the Qubes OS Project website. Qubes is a security-oriented, open-source operating system for personal computers. It uses virtualization to implement security by compartmentalization and supports both Linux and Windows virtual environments.

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Supporters

Is your organization using Qubes? Ask your manager to support us. Your organization's logo will show up on our Partners page. [Become a supporter]


Contents

This repository consists of a Jekyll site and several Git submodules for content:

Instructions
Docker Compose
  1. Install the Docker Engine and Docker Compose.

  2. Start the Docker daemon, e.g.:

    $ sudo systemctl start docker
    
  3. Clone this repo, including all submodules, and enter it:

    $ git clone --recursive https://github.com/QubesOS/qubesos.github.io.git
    $ cd qubesos.github.io/
    
  4. Start and run the website:

    $ sudo make
    
  5. Open your browser and navigate to:

    http://127.0.0.1:4000/
    
Jekyll on Fedora
  1. Install dependencies:

    $ sudo dnf install redhat-rpm-config ruby ruby-devel zlib-devel nodejs
    
  2. Clone this repo, including all submodules, and enter it:

    $ git clone --recursive https://github.com/QubesOS/qubesos.github.io.git
    $ cd qubesos.github.io/
    
  3. Update RubyGems:

    $ sudo gem update --system
    
  4. Install required Gems:

    $ gem install jekyll bundler github-pages
    
  5. Serve the website:

    $ bundle exec jekyll serve
    
  6. Open your browser and navigate to:

    http://127.0.0.1:4000/
    
Notes
Documentation Guidelines

Our Documentation Guidelines include:

Please carefully read these guidelines before submitting a pull request.

Dependencies & Third Party Docs

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.