Skip to content
/ ABAplus Public
forked from zb95/2016-ABAPlus

Modules that perform computations related to ABA+. Includes web app that already runs on www-abaplus.doc.ic.ac.uk. 2016 UROP project supervised by K. Čyras and F. Toni.

License

Notifications You must be signed in to change notification settings

kcyras/ABAplus

This branch is 20 commits ahead of, 1 commit behind zb95/2016-ABAPlus:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
kcyras
Feb 6, 2020
23d5fb2 · Feb 6, 2020
Feb 6, 2020
Feb 6, 2020
Sep 19, 2019
Jan 31, 2017
Sep 19, 2019
Jan 15, 2017
Feb 6, 2020
Feb 6, 2020
Feb 6, 2020
Oct 7, 2016
Feb 6, 2020
Sep 19, 2019
Oct 7, 2016
Feb 6, 2020
Oct 7, 2016
Oct 7, 2016
Oct 7, 2016
Oct 7, 2016
Oct 7, 2016
Sep 19, 2019
Feb 6, 2020
Jan 30, 2017
Jan 30, 2017

Repository files navigation

ABAplus

http://www-abaplus.doc.ic.ac.uk/

Maintenance

  1. Get on Imperial's network (e.g. SSH to shell)
  2. ssh vm-www-abaplus.doc.ic.ac.uk
  3. ksu
  4. Login to get root rights
  5. cd /aba_plus/aba_plus

To restart server:

  1. Find the gunicorn process IDs ps ax|grep gunicorn
  2. Terminate the first two processes one by one kill ID
  3. To check for operational errors, run the gunicorn in the terminal gunicorn aba_plus.wsgi
  4. Once the issues are fixed, kill the gunicorn and run as daemon gunicorn -D aba_plus.wsgi

To update from the abaplus gitlab repo, simply git pull

Requirements

Web app works with


stable.py (together with auxil.py) is a separate module for computing <-stable extensions of flat ABA+ frameworks. (Needs neither Django nor DLV.)

python stable.py

About

Modules that perform computations related to ABA+. Includes web app that already runs on www-abaplus.doc.ic.ac.uk. 2016 UROP project supervised by K. Čyras and F. Toni.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.4%
  • Python 36.1%
  • Prolog 9.6%
  • HTML 9.1%
  • JavaScript 5.7%
  • Raku 0.1%