https://github.com/mitodl/tutor-mentor
A collection of scripts and configuration for tutor.
https://github.com/mitodl/tutor-mentor
Last synced: about 2 months ago
JSON representation
A collection of scripts and configuration for tutor.
- Host: GitHub
- URL: https://github.com/mitodl/tutor-mentor
- Owner: mitodl
- Created: 2023-04-25T15:21:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T13:38:08.000Z (over 1 year ago)
- Last Synced: 2025-02-17T20:49:59.165Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tutor-mentor
A collection of scripts and configuration for tutor.## Prerequisites
- [`direnv`](https://direnv.net/)
- [`tutor`](https://docs.tutor.overhang.io/)## Usage
- Clone this repository alongside your other cloned projects.
- Run `./install.sh` to install `direnv` hooks into your projects.
- If `systemd` is detected, the script will optionally install a service to run `tutor-ip-watch` automatically.
- Run tutor (e.g. `tutor local start`).
- If not using `systemd` (non-Linux OSes), you should manually run `tutor-ip-watch` after starting `tutor`.