From e87c7579bec6647df502152ca809a147b03e344e Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Oct 29 2019 14:30:52 +0000 Subject: Issue 11 - Udpate README for Fedora/RHEL testing Description: Update README and add requirements.txt relates: https://pagure.io/389-ds-portal/issue/11 Reviewed by: ? --- diff --git a/README.md b/README.md index 23e390c..dd6294d 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ Once installed, in the 389-ds-portal directory run: ./devel.sh +For Fedora/RHEL testing (not in a container) you need to create virtual environment to ensure python3 is used: + + $ python3 -m venv venv + $ source venv/bin/activate + (venv) pip install -r requirements.txt + (venv) ./devel.sh Obviously there is some work to be done around configuring this project!!! diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f1ad0a2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +flask +cryptography +python-ldap +python-dateutil