Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
FEAT - Improved indexing script
Browse files Browse the repository at this point in the history
- commented indexing script; and
- added config variable for "production" logging.
  • Loading branch information
carlwilson committed Jan 17, 2018
1 parent caf7ba7 commit 36b92d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/index_collections.sh
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

# Set directory to install dir, this should be templated
cd /var/www/bcaw
# activate the virtual env
source venv/bin/activate
# Set config format to disable logging debug, comment out for full logging
export BCAW_CONFIG='analyser'
# Run the analyser
python -m bcaw.image_analyser

0 comments on commit 36b92d6

Please sign in to comment.