Welcome to Biohub.
USTC-Software
python >= 3.5pipmysql >= 5.7redisnodejs
git clone https://github.com/igemsoftware2018/Team_USTC_Software
cd Team_USTC_Softwarecd Backend- Make sure
mysql,redisservices are running. - Edit configuration.
cp config.json.example config.json
vim config.json- Create runtime environment.
python3 -m venv .env
source .env/bin/activate
(.env) $ pip install -r requirements/dev.txt- Initialize.
./biohub-cli.py init- Run server.
./biohub-cli.py runserverFrontend pages are built with angular, it's easy to setup with angular-cli tools (ng).
cd Frontendng serveng server --prod