hurwitzlab/muscope-admin-console

Name: muscope-admin-console

Owner: Hurwitz Lab

Description: A Flask-Admin interface to the muSCOPE database.

Created: 2017-11-14 16:27:32.0

Updated: 2017-11-14 17:19:49.0

Pushed: 2017-11-27 03:48:18.0

Homepage: null

Size: 23

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

muscope-admin-console

A Flask-Admin interface to the muSCOPE database.

Requirements

A Python 3.6+ interpreter is required. Please, oh please, use a virtual environment, for example:

thon3.6 -m venv ~/venv/mu
urce ~/venv/mu/bin/activate
 $

The following environment variables must be defined:

Install

Download or clone the repository and install with pip:

 $ git clone <this repository>
 $ cd muscope-admin-console
 $ pip install -r requirements.txt
 $ python write_models.py
Run
 $ python manage.py runserver --port <port> --host <host>

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.