You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspect birdWatcher\docker-compose.yml. This file configures rabbitmq to load. RabbitMq enables computer programs to talk to each other. You might think of it as a chat software for programs.
Open command line(bash, powershell)
Navigate to project directory
cd birdWatcher
docker-compose up -d
How do you run the picture taking process?
install Python 3
cd birdWatcher
export AZURE_BLOB_STORAGE_CONNECTION_STRING="fix me"
pip install -r requirements.txt
python watcher.py
cd birdWatcher
$env:AZURE_BLOB_STORAGE_CONNECTION_STRING="fix me"
pip install -r requirements.txt
python watcher.py
How do you setup the analysis process?
Install nodejs
Install npm
cd birdWatcher
export AZURE_BLOB_STORAGE_CONNECTION_STRING="fix me"export SUPABASEURL="fix me"export SUPABASEKEY="fix me"
npm install
node job-processor.js