Code Monkey home page Code Monkey logo

36c3-cms's Introduction

36C3 CMS

36c3

About

This is a quickly hacked together content management system running at the 36C3 event in late 2019.

It allows login to users with github accounts and they can upload images/videos. Upon moderation approval it will sync them into a playlist in a scheduled player based setup.

It uses the new adhoc access feature and users will directly upload their assets to info-beamer.com.

Consider this example code and this repository should be treated as a code dump instead of a finished product. The code might help you understand how to use the info-beamer API though.

Installation

Should work somewhat like this on Ubuntu or Debian:

git clone this_repo /opt/infobeamer-cms && cd /opt/infobeamer-cms
python3 -m virtualenv env
. env/bin/activate
pip3 install -r requirements.txt

As for running in "production":

apt install nginx-full
cp infobeamer-cms-nginx.conf /etc/nginx/sites-enabled/
# put required certs into referenced directory
systemctl restart nginx

# adapt those settings
cp settings.example.toml settings.toml

# start via systemd
cp infobeamer-cms.service /etc/systemd/system/
cp infobeamer-cms-runperiodic.service /etc/systemd/system/
cp infobeamer-cms-runperiodic.timer /etc/systemd/system/

36c3-cms's People

Contributors

kunsi avatar sophieschi avatar dividuum avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.