Skip to content

redhat-beyond/HighTeach

Repository files navigation

HighTeach Logo

HighTeach

A platform for connecting students and tutors

HighTeach is a social network which enables tutors to expose themselves through dynamic connections with potential students, based on fields or special needs.

Getting Started

Prerequisites

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.

Initializing virtual environment

  • 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

Additional important Virtual environment commands:

  • 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

License

This project is licensed under the MIT License - see the LICENSE file for details

Contribution

Please see our CONTRIBUTING.md file for details on how to contribute to the HighTeach community.

Team Members