Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a virtualenv environment where you will install the ingestion application. We tend to use /v1/ingestion as the virtualenv and put the application in /v1/ingestion/ingestion via git clone.  To configure and set up the virtrualenv from /v1/ingestions/ingestion:

Code Block
languagebash
$ virtualenv -p /home/dpla/.pyenv/shims/python /v1/ingestion
$ source /v1/ingestion/bin/activate

...