INCF/biostar-central

Name: biostar-central

Owner: International Neuroinformatics Coordinating Facility (INCF)

Description: DEPRECATED, please go to upstream on

Created: 2013-11-08 23:03:50.0

Updated: 2016-09-14 21:12:36.0

Pushed: 2014-07-21 13:51:23.0

Homepage: http://github.com/ialbert/biostar-central

Size: 51585

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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
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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.