Skip to content

PaulaUpb/ProjectPaula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Running PAULa

cd ProjectPaula/src/ProjectPaula
mkdir userdata
docker build -t paula .
docker run --log-driver=syslog --log-opt tag="paula_docker" -t -d -v userdata:/app/data -p 127.0.0.1:50000:80 paula

PAULa is now listening on http://localhost:50000. A database update can be forced by loading http://localhost:50000/Paul/UpdateAllCourses. The loaded page will stay blank.

PAULa API

PAULa offers a JSON API to retrieve the catalogue from PAUL. You can find its documentation here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published