MOCCA (ext) Trial EDC
Project description
mocca-edc
Liverpool School of Tropical Medicine
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mocca-edc-0.1.33.tar.gz
(254.4 kB
view details)
Built Distribution
mocca_edc-0.1.33-py3-none-any.whl
(424.3 kB
view details)
File details
Details for the file mocca-edc-0.1.33.tar.gz
.
File metadata
- Download URL: mocca-edc-0.1.33.tar.gz
- Upload date:
- Size: 254.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f4cf326ae9df4d214b1c4b75056c967dddbc334071ea1a190f5eb5f84e2b83a |
|
MD5 | 033fa0d7817957d6467fc93addd22e62 |
|
BLAKE2b-256 | 72391c30df3096121cf1235fa1a1f0bd8a83bbfdaeeb10bbcd8d6bc75086da1e |
File details
Details for the file mocca_edc-0.1.33-py3-none-any.whl
.
File metadata
- Download URL: mocca_edc-0.1.33-py3-none-any.whl
- Upload date:
- Size: 424.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7aef54ddeb6c52a4894ef545971d213fb8d7f873d8e3ea01576a876e1e3fb4b0 |
|
MD5 | 170092915fedc068533206f8b21e1e52 |
|
BLAKE2b-256 | 432bd73d0e7cdd443accaf5400995e8795920d198e6918f8ea9bd40a025ad0e1 |