Skip to main content

MOCCA (ext) Trial EDC

Project description

pypi actions codecov downloads

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 and Redis. Create the database

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

Create and activate a virtual environment

conda create -n edc python=3.9
conda activate edc

Clone the main repo and checkout master

mkdir ~/app
cd ~/app
git clone 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/mocca

Continue with the installation

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

Ensure Redis is running

$ redis-cli ping
PONG

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

mocca_edc-0.1.30-py3-none-any.whl (419.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mocca_edc-0.1.30-py3-none-any.whl
  • Upload date:
  • Size: 419.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for mocca_edc-0.1.30-py3-none-any.whl
Algorithm Hash digest
SHA256 9d3f78b23a3913e9066c9dbed0dd0538d98751003c15355126ab0af3d71cd91f
MD5 91d750c1aca90de656ed0945b3ce1524
BLAKE2b-256 62628a0b12725efdcddaeeca1f292d8ccb927f397cfd1990cf99417c84a29611

See more details on using hashes here.

Supported by

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