Overview
This is a semi-technical tutorial that will walk the user through the process of installing Spark Teacher Evaluation System, created by DuPage High School District 88. Spark is distributed as a OVA virtual machine appliance.
Setup
Adding Users
User accounts for Spark are managed with a bridge system called User Central Management created by DuPage High School District 88. This system can be configured to connect to a LDAP server to allow a single password experience for your staff members.
Updating Spark
Spark is updated using the standard update method for updating packages in Ubuntu, with the command apt.
You can check for updates by issuing the following commands:
sudo apt update
sudo apt upgrade
After updating spark you'll need to confirm that the backend address is correct in the following file:
/var/www/html/assets/config/configuration.json
The IP address (or hostname) in this file should be the IP address of the server running spark, if not you'll need to update this file manually or running the sudo setup-network command will also update this configuration file.