Project goal: Create an open-source learning platform with functions similar to existing closed-source options
- Clone the repository with
git clone https://github.com/Devoodie/CollabRepo.git
- Move into the cloned directory
cd CollabRepo
- Run
pip install -r requirements.txt
- Run
main.py
- Clone the repository with
git clone https://github.com/Devoodie/CollabRepo.git
- Move into the cloned directory
cd CollabRepo
- Build the container image
podman build -t collabrepo .
ordocker build -t collabrepo -f Containerfile .
- Expose ports for, name, and run the container
docker run -d -p 8000:8000 --name=collab collabrepo