Skip to content

biostars/support.bioconductor.org

 
 

Repository files navigation

Biostar: Software for building Scientific Communities

Detailed documentation: http://docs.biostars.org/

BioStar is a Python and Django based Q&A software. It is a simple, generic, flexible and extensible Q&A framework.

The site has been developed by scientists and for scientists. It aims to address the requirements and needs that scientific communities have.

Biostar is the software that runs several science oriented Q&A sites:

Features

  • Standard Q&A: post questions, answers, comments, user moderation, voting, badges, threaded discussions
  • Email integration: import previous posts from mailing lists, reply to posts via email
  • RSS Planet: feed aggregation from different sources
  • External authentication: authenticate users with a different web service
  • Low resource utilization and easy deployment

Support

The software is open source and free to use under the most permissible license.

The developers of the software are also available to provide commercial level support for deploying Biostar sites for entire organizations. Contact: admin@biostars.org

Requirements: Python 2.7

Documentation

The documentation is maintained at:

http://docs.biostars.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 database, import test data, index for searching and run the server.
./biostar.sh init import index run

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

Enjoy.

About

Bioconductor's fork of the BiosStar Q&A site

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 38.4%
  • HTML 27.9%
  • JavaScript 21.8%
  • CSS 9.2%
  • Shell 1.4%
  • R 1.1%
  • PHP 0.2%