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

Add Debian installer script #25

Closed
wants to merge 2 commits into from
Closed

Conversation

Anthirian
Copy link

Following the various bits and pieces of documentation I created an installer for Debian 11 (since that seems to be the only supported OS as of now). I hope this helps out others looking to try out Nemesis too.

pyenv global 3.11.6
python3 -c 'from urllib.request import urlopen; print(urlopen("https://install.python-poetry.org").read().decode())' | python3 -

export PATH="/home/ansible/.local/bin:$PATH"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should use the $HOME var like the cat to .bashrc above, not a hardcoded user (ansible).

python3 -m pip install boto3 vyper-config passlib

cd /opt/Nemesis/
python3 nemesis-cli.py --disable_slack_alerting true --assessment_id ASSESS-TEST --nemesis_http_server http://10.1.0.4:8080

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IP address probably shouldn't be hardcoded here

@leechristensen
Copy link
Collaborator

You can find the same functionality now in the debian_k3s_prereqs_only.sh script. As such, going to close the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants