A local version is simple to set up:
git clone https://github.com/education/classroom-assistant
cd classroom-assistant
script/setup
Once installed, run the application with
script/run
You can build Classroom Assistant into executables by running
script/package
Please follow platform-specific instructions below:
Building for MacOS requires an Apple Developer ID certificate.
Once obtained and installed on your machine, reference the identity as the
CLASSROOM_ASSISTANT_OSX_DEVELOPER_ID
environment variable. This can be done by
adding the following line to your .bashrc
:
export CLASSROOM_ASSISTANT_OSX_DEVELOPER_ID="<your developer identity>"
You can retrieve a list of developer identities available in your keychain by running:
security find-identity -p codesigning
Do this and all will be well