Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

RunestoneServer 6.0.1

Compare
Choose a tag to compare
@bnmnetp bnmnetp released this 04 Feb 23:41
· 481 commits to master since this release

Big Changes to the 6.x series

  1. The main function of the RunestoneServer is as the Instructor Interface
  2. Version 6.x requires runestone > 6.x
  3. Version 6.x is designed to run in tandem with bookserver which now handles APIs from the books
  4. Version 6.x requires Docker - use docker-tools to build a container and docker compose to launch.
  5. All book apis in ajax.py are deprecated. All of books.py is deprecated. Database migrations are now handled by alembic in bookserver
  6. The RunestoneServer can be built in 3 modes
    • --single - good for a single course production setup
    • --single-dev - good for development work
    • --multi - Good for running multiple Containers with a single database server and a load balancer