|
|
|
# Welcome to the Vanguard Cyber Range (VCR) Wiki
|
|
|
|
|
|
|
|
Here you'll find resources for understanding and contributing to the VCR.
|
|
|
|
|
|
|
|
### Contents
|
|
|
|
- [What is the VCR?](the-vcr)
|
|
|
|
- [User Guide](#user-guide)
|
|
|
|
- [Accounts](#accounts)
|
|
|
|
- [Settings](#settings)
|
|
|
|
- [Ranges](#ranges)
|
|
|
|
- [Resources](#resources)
|
|
|
|
- [Leader Portal](#leader-portal)
|
|
|
|
- [Designer](#designer)
|
|
|
|
- [Help](#help)
|
|
|
|
- [Advanced Features](#advanced-features)
|
|
|
|
- [Training](#training)
|
|
|
|
- [Requesting Training](#requesting-training)
|
|
|
|
- [Design Framework](#design-framework)
|
| ... | ... | @@ -11,51 +17,74 @@ Here you'll find resources for understanding and contributing to the VCR. |
|
|
|
- [Development Environment](#development-environment)
|
|
|
|
- [Customizing the UI](#customizing-the-ui)
|
|
|
|
- [**Testing**](#testing)
|
|
|
|
- [Help](#getting-help-with)
|
|
|
|
- [Dev Help](#getting-help-with)
|
|
|
|
- [Troubleshooting](#troubleshooting)
|
|
|
|
- [Cyber Design Competition](cyber-design-competition)
|
|
|
|
|
|
|
|
## Training
|
|
|
|
# User Guide
|
|
|
|
|
|
|
|
### Accounts
|
|
|
|
- Create an Account
|
|
|
|
- Reset Your Password
|
|
|
|
|
|
|
|
### Settings
|
|
|
|
- Change the Theme
|
|
|
|
|
|
|
|
### Ranges
|
|
|
|
- Qualification Range
|
|
|
|
- Practice Range
|
|
|
|
- Classroom
|
|
|
|
- CTF Range
|
|
|
|
- Exercise Range
|
|
|
|
|
|
|
|
### Resources
|
|
|
|
- Search for Resources
|
|
|
|
- Suggest a Resource
|
|
|
|
- Report a Broken Resource
|
|
|
|
|
|
|
|
### Leader Portal
|
|
|
|
- Add Subordinates
|
|
|
|
- Analytics Tool
|
|
|
|
|
|
|
|
### Designer
|
|
|
|
- [Designer Guide](design-framework/designer-guide)
|
|
|
|
- [Create a Lane](design-framework/create-a-lane)
|
|
|
|
|
|
|
|
### Help
|
|
|
|
- Reporting a Bug
|
|
|
|
|
|
|
|
### Advanced Features
|
|
|
|
- Accessing Lanes from CLI
|
|
|
|
|
|
|
|
### Requesting Training
|
|
|
|
|
|
|
|
# Training
|
|
|
|
|
|
|
|
### Requesting Training
|
|
|
|
- [Training Requests](training/training-requests)
|
|
|
|
|
|
|
|
### Design Framework
|
|
|
|
|
|
|
|
- [Create a Lane](design-framework/create-a-lane)
|
|
|
|
- [Learning Objectives](design-framework/learning-objectives)
|
|
|
|
- [Designer Guide](design-framework/designer-guide)
|
|
|
|
|
|
|
|
## For Developers
|
|
|
|
|
|
|
|
### Development Environment
|
|
|
|
# For Developers
|
|
|
|
|
|
|
|
### Development Environment
|
|
|
|
- [DevStack Guide](developers/devstack-guide)
|
|
|
|
- [Clone the VCR](developers/clone-the-vcr)
|
|
|
|
- [Configure for Plugin Development](developers/configure-for-plugin)
|
|
|
|
- [Troubleshooting](developers/troubleshooting)
|
|
|
|
|
|
|
|
### Customizing the UI
|
|
|
|
|
|
|
|
- [Creating Dashboards & Panels](developers/dashboards-panels)
|
|
|
|
- [Creating Themes](developers/themes)
|
|
|
|
|
|
|
|
### Testing
|
|
|
|
|
|
|
|
- [Alpha Test](developers/alpha-test)
|
|
|
|
|
|
|
|
### Getting Help With...
|
|
|
|
|
|
|
|
- [Git](developers/git-help)
|
|
|
|
- [APIs](developers/api-help)
|
|
|
|
- [YAML](developers/yaml-help)
|
|
|
|
- [Config Scripts](developers/config-scripts-help) |
|
|
\ No newline at end of file |
|
|
|
|
|
|
|
## Troubleshooting
|
|
|
|
|
|
|
|
Make sure to run `. ~/vcr/tools/validate_devstack.sh` to check if there is a configuration issue with DevStack, Horizon or VCR. If this passes with no errors and the issue persists, its most likely a bug.
|
|
|
|
|
|
|
|
Report bugs under [Issues](https://git.cybbh.space/jacob.j.curtis/vcr/issues), use `bug_report` template
|
|
|
|
|
|
|
|
- [Error Processing Package `runit` and `git-daemon-run`](/troubleshoot/error-processing-package)
|
|
|
|
- [Cannot import name base](/troubleshoot/cannot-import-name-base) |
|
|
\ No newline at end of file |