Artem Semenovykh 415abbc47b import jabref
2024-11-16 11:43:42 +01:00

2.1 KiB

Windows 11 VM

A Windows-based VM to test JabRef. As user, you need to ensure to have the proper Windows license to use this VM.

In case you have many CPU cores, you can adapt vb.cpus in Vagrantfile to a higher number.

One has to install the JabRef Browser Extension manually.

Troubleshooting

"Waiting for machine to reboot..."

In case Vagrant reports "Waiting for machine to reboot..." and nothing happens, one has to "power off" the machine, execute vagrant destory, and then run vagrant up again.

fatal: early EOF

jabref-windows-sandbox: Cloning into 'jabref'...
jabref-windows-sandbox: error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
jabref-windows-sandbox: error: 6846 bytes of body are still expected
jabref-windows-sandbox: fetch-pack: unexpected disconnect while reading sideband packet
jabref-windows-sandbox: fatal: early EOF
jabref-windows-sandbox: fatal: fetch-pack: invalid index-pack output

The git clone command did not work.

Login, open cmd and then execute following commands:

git clone --recurse-submodules https://github.com/JabRef/jabref.git
cd jabref
gradlew run

Background

Vagrantfile is based on SeisoLLC/windows-sandbox.

The most use image seems to be the Windows 10 image by gusztavvargadr. List of all images at https://portal.cloud.hashicorp.com/vagrant/discover/gusztavvargadr.

Chocolatey is used instead of winget-cli, because Chocolatey installation does not hit GitHub's rate limits during unattended installation.

Atlernatives