diff --git a/IntroClassFiles/Tools/IntroClass/HoneyBadger.md b/IntroClassFiles/Tools/IntroClass/HoneyBadger.md index 187cc1b0..1a99a805 100644 --- a/IntroClassFiles/Tools/IntroClass/HoneyBadger.md +++ b/IntroClassFiles/Tools/IntroClass/HoneyBadger.md @@ -35,12 +35,12 @@ Usage In order to use the latest version of HoneyBadger, Python 3 must be installed, as well as python3-pip. These should both be installed on the ADHD image. Install HoneyBadger's required packages with the following command: +`cd /opt/honeybadger/server` `pip3 install -r requirements.txt` NOTE: Only run the database initialization step if the database isn't already initialized. Next, initialize the database. To do so, navigate to the directory that contains the HoneyBadger files and run the Python interpreter: -`cd /opt/honeybadger/server` `python3` From the python interpreter, run the following: @@ -49,6 +49,7 @@ From the python interpreter, run the following: honeybadger.initdb('adhd', 'adhd') Quit the Python interpreter. +`quit()` Finally, from the same directory, run the HoneyBadger server: `python3 honeybadger.py -ik -gk ` diff --git a/IntroClassFiles/Tools/IntroClass/honeyshare/attachment/Clipboard_2021-03-12-09-40-02.png b/IntroClassFiles/Tools/IntroClass/honeyshare/attachment/Clipboard_2021-03-12-09-40-02.png index 4051fa21..8382c215 100644 Binary files a/IntroClassFiles/Tools/IntroClass/honeyshare/attachment/Clipboard_2021-03-12-09-40-02.png and b/IntroClassFiles/Tools/IntroClass/honeyshare/attachment/Clipboard_2021-03-12-09-40-02.png differ