Skip to content

Commit

Permalink
Update developer docs to clarify input and output args.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Aug 20, 2020
1 parent 88969df commit c88f753
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ kive/librarian/librarian.tests.js
kive/container/container.tests.js
kive/container/tests.js
kive/container/tests/*.js
kive/pipeline/pipeline.tests.js
kive/pipeline/tests.js
kive/pipeline/tests/*.js
kive/portal/portal.tests.js
kive/portal/static/portal/noxss_jq.js
kive/tests.js
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ Once you have set up your production server, this is how to deploy a new release

ssh user@server
cd /usr/local/share/Kive
sudo /opt/venv_kive/bin/pip install --upgrade pip
sudo /opt/venv_kive/bin/pip install --upgrade -r requirements.txt
sudo /opt/venv_kive/bin/python -m pip install --upgrade pip
sudo /opt/venv_kive/bin/python -m pip install --upgrade -r requirements.txt

13. Follow any configuration instructions in the release notes.
14. Migrate the database as described in the Creating Database Tables section
Expand Down
4 changes: 2 additions & 2 deletions docs/dev_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ command line like this:

/mnt/bin/reticulate_splines /mnt/input/splines.csv /mnt/output/reticulation.csv

You can write your script to expect the absolute file path to each input or
output file.
Write your script to expect the absolute file paths to all the input and output
files.

For example, you might have a script that reads people's names from a file, and
writes greetings into another file:
Expand Down

0 comments on commit c88f753

Please sign in to comment.