HighTeach is a social network which enables tutors to expose themselves through dynamic connections with potential students, based on fields or special needs.
Install Vagrant.
Vagrant is a tool for using virtual machines to share development environments.
Install Virtual Box.
VirtualBox is a hypervisor, which lets us create and run virtual machines.
- Clone the HighTeach repository Using the command
git clone https://github.com/redhat-beyond/HighTeach.git
- Open command prompt in HighTeach directory
- Spin the environment using
vagrant up
- Go to http://localhost:8000 in your web browser
- You can enter the virtual machine by running
vagrant ssh
- Use
Vagrant halt
to shut the environment down - When finished, run
vagrant destroy
to tear down the environment
This project is licensed under the MIT License - see the LICENSE file for details
Please see our CONTRIBUTING.md file for details on how to contribute to the HighTeach community.