Online Phase
Open virt-manager:
sudo virt-manager
Double-click the online VM.
Press the start button ▶️.
Once the VM has initialized, log in with username vx and password votingworks.
To ensure that the console displays correctly, select "View" > "Resize to VM".
In the VM terminal window, run the following commands:
mkdir ~/code && cd ~/code
git clone https://github.com/votingworks/vxsuite-build-system
cd ~/code/vxsuite-build-system
./scripts/tb-run-online-phase.sh <inventory-name>
You will be prompted for the sudo password.
The online phase will take awhile to complete. Once it finishes, you can shut down the online VM:
sudo shutdown -h now
Last updated