Skip to main content

MOCCA (ext) Trial EDC

Project description

pypi travis codecov downloads Updates

mocca-edc

Liverpool School of Tropical Medicine

http://www.isrctn.com/

See also 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 mocca character set utf8;'

Create a virtualenv, clone the main repo and checkout master

conda create -n edc python=3.8
conda activate edc

Clone the main repo and checkout master

mkdir ~/app
cd app
https://github.com/mocca-trial/mocca-edc.git
cd ~/app/mocca-edc
git checkout master

Copy the test environment file

cd ~/app/mocca-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/inte

Continue with the installation

cd ~/app/mocca-edc
git checkout master
pip install .
pip install -U -r requirements
python manage.py migrate
python manage.py import_randomization_list
python manage.py import_holidays

Create a user and start up runserver

cd ~/app/mocca-edc
git checkout master
python manage.py createsuperuser
python manage.py runserver

Login:

localhost:8000

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mocca_edc-0.1.5-py3-none-any.whl (394.2 kB view details)

Uploaded Python 3

File details

Details for the file mocca_edc-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: mocca_edc-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 394.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for mocca_edc-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 194189cddbc66b31c1a665090f21523a39264f8e4a0f2ca72b2d7a55dc16d189
MD5 dc9641efbc281129efbd5077d93df1ab
BLAKE2b-256 dfd0537f7673eab0d73c0da3d3b9824c8aa495b6a4e6004e8af89798df4408cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page