As soon as you have installed libre TMS, configured your environment and synchronized your courses materials, you can setup your course session.
Remember that the course session backend is defined in the ~/.libre/session.yml
configuration file.
The libre-session
command will help you interact with your session backend and start runing your course.
You can use the following commands :
libre-session config
will configure course session to deliverlibre-session install
will install course session to deliverlibre-session start
will start delivering course sessionlibre-session stop
will stop delivering course sessionlibre-session uninstall
will uninstall course session deliveredlibre-session status
will give you status of your course session to deliverlibre-session info
will give you information about your course session to deliverlibre-session usage
will help you find how to use this commandlibre-session version
will give you this command version
Simply run libre-session config
command. According to the configuration defined in ~/.libre/session.yml
you
will be warned for additionnals informations. After a successfull execution, you will find the course session configuration
file in /usr/share/libre/conf/session.json
. This file define the course session you are going to deliver, if you need to perform
adjustement, you can modify this file manually.
Run libre-session status
after configuration to check and display your configured course session.
Because course session is a dependency of instructor component, session install, update and
uninstall will be automatically performed when invoking command libre-instructor
When your course session is configured, you can :