Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change image to reflect instructions #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion IntroClassFiles/Tools/IntroClass/HoneyBadger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 <IPSTACK_KEY> -gk <GOOGLE_KEY>`
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.