forked from 0xcf/decal-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf37ddd
commit 1cba4b9
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -345,12 +345,13 @@ Each script might make changes to your network stack with the intent of damaging | |
### Setup | ||
|
||
1. If you haven't already, ssh into your student VM (`[email protected]`) and clone [decal-labs][decal-labs]. | ||
3. Go into the vm directory: `cd decal-labs/a6/vm` | ||
2. Go into the vm directory: `cd decal-labs/a6/vm` | ||
3. Make sure the decal labs repo is up to date: `git pull origin master`. | ||
4. Get Virtualbox: `sudo apt install virtualbox` | ||
5. Get Vagrant: `curl -O https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_x86_64.deb` then `sudo apt install ./vagrant_2.2.18_x86_64.deb` | ||
6. Get Ansible: `sudo apt install ansible` | ||
7. Start a Vagrant instance: `vagrant up` | ||
8. Enter your Vagrant instance: `ssh [email protected]`. The default password is `vagrant`. | ||
8. Enter your Vagrant instance: ~~`ssh [email protected]`~~`ssh [email protected]`. The default password is `vagrant`. **Update: If you're running into issues with Vagrant, re-pull the git repository and try the updated command.** | ||
9. The `decal-labs` repo should be available in the Vagrant instance. If it isn't there, you can `sudo apt install git` then clone it again. | ||
10. `cd decal-labs/a6/scenario`. | ||
|
||
|