Giter Site home page Giter Site logo
Zeus WPI photo

zeuswpi Goto Github PK

repos: 101.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

parmsfctfpmm icon parmsfctfpmm

Prolog And Rust Micro Services For Capture The Flag Plus Maybe More

pico-glitcher icon pico-glitcher

Voltage glitching exploit tool against the CCxxxx family of chips to bypass readout protection

rails_style icon rails_style

Unify Rails development style across rails projects

saruman icon saruman

Saruman is a material management tool where partners can reserve stuff

strobot icon strobot

Make sure the board doesn't forget to answer all the important emails.

tab icon tab

:moneybag: Yes. We have to drink. But we also have to pay. This does the paying part.

tabbp icon tabbp

🔒 Yes. We have to drink. But we also have to pay. This does the authentication part.

tabdmin icon tabdmin

💸 Yes. We have to drink. Yes. We have to pay. But we also have to put money on our Tab. This makes everyone's life, especially that of the treasurer, easier by automatically handling transactions to Zeus.

tabs icon tabs

Totaal arbitrair besturingssysteem

tap icon tap

:beer: Yes. We have to drink. But we also have to pay. This does the drinking part.

tappb icon tappb

An app for all your Zeus needs

torgax icon torgax

UGent (Oasis/Ufora) iCal calendar deduplicator

tuxcape icon tuxcape

A 3D game featuring our most beloved Tux trying to escape the Kelder. Also TuxcAPE = TAPE

zauth icon zauth

Zeus AUTHentication Service

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.