Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 959 Bytes

development.md

File metadata and controls

46 lines (30 loc) · 959 Bytes

Installing for Development

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

Building

You can build Classroom Assistant into executables by running

script/package

Please follow platform-specific instructions below:

MacOS

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