For the complete documentation index, see llms.txt. This page is also available as Markdown.

Online Phase

  1. Open virt-manager:

sudo virt-manager
  1. Double-click the online VM.

  2. Press the start button ▶️.

  3. Once the VM has initialized, log in with username vx and password votingworks.

  4. To ensure that the console displays correctly, select "View" > "Resize to VM".

  5. In the VM terminal window, run the following commands:

cd ~/code/vxsuite-build-system
git checkout main
git pull
git checkout <inventory-name>
./scripts/tb-run-online-phase.sh <inventory-name>
  • You will be prompted for the sudo password.

  1. The online phase will take awhile to complete. Once it finishes, you can shut down the online VM:

sudo shutdown -h now

Last updated