Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

pojntfx/opensdcp-website

Repository files navigation

OpenSDCP Website

Main website for all the OpenSDCP projects.

Consider reading the infrastructure overview before continuing.

Demo

TODO: Add demo

Usage

# Install Ruby and other dependencies (Debian/Ubuntu):
sudo apt install ruby ruby-dev cmake

# Install Jekyll and Bundler gems through RubyGems:
sudo gem install jekyll bundler

# Install dependencies:
bundle install

# Build and serve development version on http://localhost:4000/
bundle exec jekyll serve
# Build and serve development version on http://your-ip:4000/
bundle exec jekyll serve --host your-ip

# An admin interface (jekyll-admin) is available at http://localhost:4000/admin

Screenshots

TODO: Add screenshots

Documentation

TODO: Add docs

Deployment

TODO: Add deployment

License

OpenSDCP Website Copyright (C) 2018 Felicitas Pojtinger

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.