Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Article updated to add clear commands for both CMD and BASH. Words that are surrounded by ** will be replaced with links once the pages are created.

This guide provides a walkthrough for the installation process involved with the renal registry’s /wiki/spaces/RR/pages/1295318883.

Before you being

This guide assumes you have correctly configured your **environment**, that you have installed **virtualenv** and **pip**, and that you have followed the instruction for installing the DevPi client

It also assumes that you have correctly cloned, tagged and branched the required code according to the Creating validation (and other) build and releases

Installation Walkthrough


  • Navigate to the code

Using a shell navigate to the folder that contains the code you cloned from bit bucket during the Creating validation (and other) build and releases process. These paths are in line with those found in the guide and should be adjusted to match your local paths if necessary.

...

Code Block
languagetext
themeMidnight
titleBASH
cd u:

cd my\ documents/projects/renal_registry/


  • Virtual Envirmonet

The virtual environment can be installed in any folder but storing your virtual environments in the same location as the code that you intend to run is a good idea. In this case the aim is to launch validation so the virtual environment will be created inside rr_valdiation.

...

Code Block
languagetext
themeMidnight
titleBASH
cd rr_validation
/c/Python27/Scripts/virtualenv venv


  • Activate the Environment

To enter the virtual environment use the following shell commands insuring that you substitute your environment name for venv where appropriate.

...

Code Block
languagetext
themeMidnight
titleBASH
source venv/Scripts/activate


  • Install the Required Packages

rr_validation has a requirements file that lists all of the packages that are required to run the application. Running the following command from inside your virtual environment will retrieve and install these packages for you.

...

Info

Warning: This will take some time. Grab a coffee.


  • Run the Validation App

The installation is complete and the app is now ready to run. The following command will launch the application

...

Please see the /wiki/spaces/RR/pages/1295318883 for further information on using the validation tool.





Filter by label (Content by label)
showLabelsfalse
max5
spacesST
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "validation" and type = "page" and space = "ST"
labelsvalidation

...