Skip to content

KumarRishabh42/biostar-central

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioStar Q&A Version 2.0

NOTE: This branch is under heavy development, it should not be used by third parties until this notice disappears (posted on Jan 13, 2013)

The version of Biostar that is currently deployed can be found in branch biostar1 at

https://github.com/ialbert/biostar-central/tree/biostar1

BioStar is a Python and Django based Q&A software.

Our goal is to create a simple, generic, flexible and extensible Q&A framework.

Requirements: Python 2.7

Documentation

The documentation is maintained at:

http://biostar-central.readthedocs.org/

The source for the documentation can be found in the docs folder.

Quick Start

From the biostar source directory:

# Install the requirements.
pip install --upgrade -r conf/requirements/base.txt

# Load the environment variables.
source conf/defaults.env

# Initialize, import test data and run the site.
./biostar.sh init import run

Visit http://locahost:8080 to see the site loaded with default settings.

Enjoy.

Packages

No packages published

Languages

  • Python 77.3%
  • JavaScript 17.8%
  • CSS 3.4%
  • Shell 1.4%
  • XSLT 0.1%