Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
|pypi| |actions| |codecov| |downloads|
Integrating HIV, Diabetes and Hypertension Services in Africa: A Cluster - Randomised Trial in Tanzania and Uganda: INTE Africa Trial
Liverpool School of Tropical Medicine
https://www.isrctn.com/ISRCTN43896688
See also https://github.com/clinicedc/edc
To setup and run a test server locally
You'll need mysql and Redis. Create the database
.. code-block:: bash
mysql -Bse 'create database inte character set utf8;'
Create and activate a virtual environment
.. code-block:: bash
conda create -n edc python=3.9 conda activate edc
Clone the main repo and checkout master
.. code-block:: bash
mkdir ~/app cd ~/app git clone https://github.com/inte-africa-trial/inte-edc.git cd ~/app/inte-edc git checkout master
Copy the test environment file
.. code-block:: bash
cd ~/app/inte-edc git checkout master cp .env-tests .env
Edit the environment file (.env) to include your mysql password in the DATABASE_URL
.
.. code-block:: bash
DATABASE_URL=mysql://user:password@127.0.0.1:3306/inte
Continue with the installation
.. code-block:: bash
cd ~/app/inte-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
.. code-block:: bash
$ redis-cli ping PONG
Create a user and start up runserver
.. code-block:: bash
cd ~/app/inte-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
.. |pypi| image:: https://img.shields.io/pypi/v/inte-edc.svg :target: https://pypi.python.org/pypi/inte-edc
.. |actions| image:: https://github.com/inte-africa-trial/inte-edc/workflows/build/badge.svg?branch=develop :target: https://github.com/inte-africa-trial/inte-edc/actions?query=workflow:build
.. |codecov| image:: https://codecov.io/gh/inte-africa-trial/inte-edc/branch/develop/graph/badge.svg :target: https://codecov.io/gh/inte-africa-trial/inte-edc
.. |downloads| image:: https://pepy.tech/badge/inte-edc :target: https://pepy.tech/project/inte-edc
FAQs
"INTE-AFRICA Trial EDC (https://www.isrctn.com/ISRCTN43896688)"
We found that inte-edc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.