igemsoftware / SYSU-Software-2015

C.O.R.E. A software created by the SYSU-Software iGEM team.
http://core.sysusoftware.info/
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Build Status

iGEM 2015 Best Software Project! ^_^

Thank you! See you next year :-)

Introduction

CORE is a Crowdsourcing Open Redesign Engine for Synthetic Biology. It contains three major parts:

Requirements

Here list only the main dependencies. For a complete list, please see requirements.txt and docs_requirements.txt.

Installation

For Normal Users

In most cases, you won't care about how to install the server, because we have one that is accessible publicly :smile:.

The online version is hosted here.

Besides, we also provide an online version of the docuementations, which is hosted here.

For Advanced Users

If you really want to host a separate copy of the server, you have two options.

  1. The BLUE pill: use one of our releases here. It's designed especially for easy deploying.
  2. The RED pill: you will need knowledge about python and the command line. General instructions can be found below. Note that you normally really don't need to get your hands dirty. Discussion about this can be found in Advanced Usage section of this file.

Basic command-line setup instructions:

# Clone this repo
git clone https://github.com/igemsoftware/SYSU-Software-2015

# Install dependencies
pip2 install -r requirements.txt

# Initializing the database
python manager.py init

# run the server
python core.py

Advanced usage

On the shoulders of giants:

The primitive CORE contains nothing except few necessary information to support the software. If you want to start with some parts, devices and tasks that we collected for you, run python manager.py userinit instead. You can acquire many useful components and feel less lonely.

Share a database within lab:

It is highly recommended to deploy CORE on a public (like world-wide-web) or semi-public (like laboratory) server. Because users can cooperate with each other by answering others' question or by sharing their devices.

We assume that you are a lab server manager and possess the basic ability of deploying a server-based software (or ask students in CS for help). You just need to change the HOST and PORT in core.py and re-run python core.py to restart the software.

Multiple-platform development

If you are a developer who hopes to use CORE on IOS, Android or other platforms, we provide miscellaneous interfaces for further development:

Documentation

An online version is hosted here.

FAQ

Libraries used

Backend

Frontend

Credits

SYSU-Software-2015 and all the developers of the libraries used in this project.

LICENSE

CORE uses LGPL 3.0 license. See more details in LICENSE.

Change Log

  1. 0.8.0: released on Sept 14th, 2015.
  2. 1.0.0: released on Sept 19th, 2015.