awhigham9 / GatorWiki

A student-managed wiki for the the Department of CISE at the University of Florida

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GatorWiki

A student-managed wiki for the the Department of CISE at the University of Florida.

Dependencies

This project uses Docker and Docker-Compose to manage dependencies and containers for the application.

Click here to get Docker

Click here to get Docker-Compose

All other dependencies are managed through the Dockerfile, docker-compose.yml, and the requirements.txt.

Running the App

Once the dependencies are installed, it's time to build the docker containers. Open a shell in the current directory and run:

docker-compose build

Once the containers are built, launch the app:

docker-compose up

Go to localhost:8000 and you should see a page saying the django app is working.

Want to shut it down? Hit CTRL+C in the shell with the containers running.

Want to contribute?

See Contributing.md.

Authors

Open Source Club

About

A student-managed wiki for the the Department of CISE at the University of Florida

License:MIT License


Languages

Language:Python 97.8%Language:Dockerfile 2.2%