Alexander Israels

Results 5 comments of Alexander Israels

Thanks for posting the solution @KPomorski. You might want to update your code example to be ``` config.vm.define "app1" do |db| db.vm.hostname = "orc-app1.test" db.vm.network :private_network, ip: "192.168.60.4", virtualbox__intnet: true...

https://github.com/ajisrael/installer I updated the install script in a forked version of the repo and it should work for the new raspbian version.

Yeah I was able to get it working, but I don't recall if there was anything that I did before running the installer. I might have installed redis or some...

@QuartzIMG I think you'll just have to install php separately. Then run the install script in my forked repo and you should be good to go.

Yeah I would just install php for your system separately, identify the version number and update that value in the install script. That should help resolve all the paths you...