CBR Insight: Measure Source Code Quality
-
Install a licensed copy of Understand from SciTools.
-
Setup CBRI_UND and CBRI_UPERL environment variables that point to the location of the Understand 'und' and 'uperl' tools. For example, on a mac this would involve adding these to lines to .bash_profile:
export CBRI_UPERL=/Applications/Understand.app/Contents/MacOS/uperl export CBRI_UND=/Applications/Understand.app/Contents/MacOS/und
-
Install Python 3.
-
Install the PyCharm IDE (optional, but helpful)
-
Checkout CBRI-Backend from GitHub into a new PyCharm project.
-
Use PyCharm to setup a Python 3 virtual environment and install all packages in requirements.txt.
-
Create a mail server account for CBRI (e.g. on your mail server or using Gmail) and change settings in local_settings.ini.