Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 942 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 942 Bytes

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