Skip to content
 
 

Latest commit

 

History

377 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypi codecov downloads

META3 Edc

Metformin Treatment for Diabetes Prevention in Africa: META3 Trial

A randomised placebo-controlled double-blind phase III trial to determine the effects of metformin versus placebo on the incidence of diabetes in HIV-infected persons with pre-diabetes in Tanzania.

Liverpool School of Tropical Medicine

EDCTP grant number: RIA2018CO-2513

Trial registration: ISCRTN 77382043

https://ico.org.uk/ESDWebPages/Entry/Z4763134

See also https://meta-trial/meta-edc, https://github.com/clinicedc/edc

Installation

To setup and run a test server locally

You'll need mysql. Create the database

mysql -Bse 'create database meta character set utf8;'

Create a virtualenv, clone the main repo and checkout master

conda create -n edc python=3.7
conda activate edc

Clone the main repo and checkout master

mkdir ~/projects
cd projects
https://github.com/meta-trial/meta-edc.git
cd ~/projects/meta-edc
git checkout master

Copy the test environment file

cd ~/projects/meta-edc
git checkout master
cp .env.tests .env

Edit the environment file (.env) to include your mysql password in the DATABASE_URL.

# look for and update this line
DATABASE_URL=mysql://user:password@127.0.0.1:3306/meta

Continue with the installation

cd ~/projects/meta-edc
git checkout master
pip install .
pip install -U -r requirements/stable-v0.1.10.txt
python manage.py migrate
python manage.py import_randomization_list
python manage.py import_holidays

Create a user and start up runserver

cd ~/projects/meta-edc
git checkout master
python manage.py createsuperuser
python manage.py runserver

Login:

localhost:8000

Once logged in, go to you user account and update your group memberships. As a power user add yourself to the following

  • ACCOUNT_MANAGER
  • ADMINISTRATION
  • AE
  • AE_REVIEW
  • CLINIC
  • DATA_MANAGER
  • DATA_QUERY
  • EVERYONE
  • EXPORT
  • LAB
  • LAB_VIEW
  • PHARMACY
  • PII
  • RANDO
  • REVIEW
  • SCREENING
  • TMG
  • UNBLINDING_REQUESTORS
  • UNBLINDING_REVIEWERS

About

Metformin treatment for diabetes prevention in Africa: META Trial Phase III, TASO, MRC/UVRI/LSHTM, NIMR – TZ and Liverpool School of Tropical Medicine (ISCRTN 77382043)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages