Hi Indranil, On `vagrant up` you need to set SYNC_REPO to a path pointing to the Koha src. You set "/home/vagrant/kohaclone", which does not seem correct. That must be something like /home/$USER/kohaclone (replace that with a windows path) Cheers, Jonathan Le dim. 2 févr. 2020 à 09:06, Indranil Das Gupta <indradg@l2c2.co.in> a écrit :
Hi all,
I'm trying to setup kohadevbox on a Windows 10 prof laptop. I'm going after stretch64
Things I've done so far:
1. I had to switch the distribution to https://app.vagrantup.com/digital-port/boxes/debian-stretch64 because otherwise I was hitting the missing linux-headers for vbox guest additions.
2. Ran SMB=1 SKIP_WEBINSTALLER=1 CREATE_ADMIN_USER=1 LOCAL_ANSIBLE=1 SYNC_REPO="/home/vagrant/kohaclone" vagrant up
3. I've the VM created, can ssh into it both as `vagrant ssh` as well as via putty
4. But no cheese when i try to access http://localhost:8081 either inside the VM or from my host box
5. the .deb installation did go through, because there is /usr/share/koha and the koha-* commands are accessible e.g. koha-list. koha-passwd so package got installed.
6. /home/vagrant/kohaclone is empty and that I guess is the root of my problems because the installation has gotten gitified and there is nothing there at the moment.
7. I'm now manually doing a `git clone http://git.koha-community.org/koha.git kohaclone` in /home/vagrant to see if that makes a difference.
My question: kohadevbox README.md says - "A clone of the official Koha Git repo, or a NFS-mounted git repository from your host machine."
So what am I missing here? Cluesticks / brickbats welcome... and expected :-)
thanks
-- Indranil Das Gupta L2C2 Technologies
Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/