README.md

Authoring SCORM-compatible training using the Adapt Authoring tool.

Getting Started

Do this once:

docker-compose up -d

wait for a moment, then

docker-compose -f docker-compose.setup.yml run --rm setup

Subsequent runnings: docker-compose up -d.

Config

Add an .env file with the following:

ADMIN_EMAIL=admin
ADMIN_PASSWORD=password

This is read during "setup."

Clean Up

To remove containers

docker-compose down

To remove data (courses)

This will delete your hard work. Are you sure?

docker volume rm dockeradaptauthoring_adaptdb
docker volume rm dockeradaptauthoring_adaptdata

Backup

[database and course content]

Description
Unofficial Docker image for Adapt Authoring tool.
Readme 132 KiB
Languages
Shell 67.2%
Dockerfile 32.8%