Code Monkey home page Code Monkey logo
Zeus WPI photo

zeuswpi Goto Github PK

repos: 103.0 gists: 0.0

Name: Zeus WPI

Type: Organization

Bio: Zeus WPI is the student association for Computer Science at Ghent University. See also github.com/12urenloop and git.zeus.gent

Location: Ghent, Belgium

Blog: https://zeus.gent

ZeusWPI

Zeus Extraordinary Uploading Service With Productive (Prolog) Interface

Development

Install SWI-Prolog using asdf.

asdf install

This project relies on Redis for performant session storage. You can start an instance using the provided docker-compose.devel.yml file.

Next create the required directories.

mkdir -p {data,files}

Then start the development (Live reload) server using:

swipl src/main.pl devel 5000

Or run the above steps by running make devel.

Visit your browser at http://localhost:5000.

Deployment

The deployment setup is contained in the provided docker-compose.yml file.

There are 3 environment variables to change:

Key Value
ZEUSWPI_CLIENT_ID The OAUTH Client ID
ZEUSWPI_CLIENT_SECRET The OAUTH Secret
ZEUSWPI_REDIRECT_URI The OAUTH Redirect URI (Set the correct domain)

You also need to create the required directories in this mode. As these will be mounted as volumes in the container.

mkdir -p {data,files}

Then start with:

docker compose up -d

Adding admins

First the person you want make an admin has to log in to the application once. Then on the server find the user fact in the database data/user.db

assert(user(69,"the_admin",user)).

and update the record to

assert(user(69,"the_admin",admin)).

then restart the application.

Zeus WPI's Projects

gandalf icon gandalf

You Shall Not Pass - An advanced e-ticket system for student clubs -

haar icon haar

Hydra API Aggregation & Repacking

haldis icon haldis

Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where.

hydra icon hydra

Hydra application for Ghent University

koelkast icon koelkast

React frontend application to interact with Zeus Tap API

lana icon lana

:dog2: LAN-Party Assistant

leddy icon leddy

Onze LEDDY (LED DisplaY) geeft dagelijkst de nieuwste nieuwtjes van Zeus.

ledstrip_sandbox icon ledstrip_sandbox

Allows multiple users to play around with their own part of the ledstrip by using Lua scripts

lockbot icon lockbot

Slotmachien, slotmachIIn, doorkeeper, ...; this replaces it all. lockbot is a way for members without a key to open the Zeuskelder

mjpeg-proxy icon mjpeg-proxy

Republish a MJPEG HTTP image stream using a server in Go

mozaic icon mozaic

MOZAIC is the Massive Online Zeus Artificial Intelligence Competition platform

mozaicp icon mozaicp

MOZAIC is the Massive Online Zeus Artificial Intelligence Competition Platform

nodepizza2019 icon nodepizza2019

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:

oauth icon oauth

OAuth2 solution for all our authentication problems!

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.