/osqa-docker

Docker container repo for the Open Source Q&A (OSQA) system.

Primary LanguagePythonApache License 2.0Apache-2.0

osqa-docker

This project provides the resources necessary to create a Docker container for the Open Source Q&A system.

Objective

Create a Docker image for publication to Docker Hub.

Usage Instructions

On your Docker Environment:

  1. Clone the GitHub Repo
  2. cd osqa-docker
  3. docker build -t vinomaster/osqa-docker .
  4. docker run -d -P -t vinomaster/osqa-docker

Status

This project attempts to containerize teh OSQA solution using Ubuntu+Apache+MySQL.

NOTE: This project is Incomplete. It is a work-in-progress, as serveral build errors still exist.

  1. Unable to build using django trunk.
  2. Unable to build with django==1.6
  3. Unable to build using source code from GitHub
  4. Unable to build using source code from SVN