[Koha-devel] Trouble in setting up kohadevbox on Win10 prof

Owen Leonard oleonard at myacpl.org
Mon Feb 3 15:59:04 CET 2020


Looks like this was the solution I used before. Thanks to whichever
person or search engine helped me with it. Sorry I don't remember. I
know I didn't come up with it myself.

Running this shell script worked for me today:

#! /bin/sh
export FIRST_RUN='true'
vagrant up --no-provision
vagrant ssh -c 'sudo apt-get update'
vagrant ssh -c 'sudo apt-get upgrade'
vagrant ssh -c 'sudo apt-get install -y build-essential
linux-headers-amd64 linux-image-amd64 python-apt python-pip'
vagrant halt
export FIRST_RUN='false'
vagrant up

I hope that help,

 -- Owen

-- 
Web Developer
Athens County Public Libraries
(740) 737-6006
https://www.myacpl.org


More information about the Koha-devel mailing list