Questions tagged [scotchbox]

8 questions
2
votes
1 answer

ETXTBSY: text file is busy when running npm install (via Vagrant with Unix - Desktop OS is Windows)

I am working from a Windows 7 Desktop that is running a Vagrant box with 'Scotchbox 2.0' (A Vagrant LAMP Stack) and it works fine pretty much. - https://box.scotch.io Within my vagrant box I have the node 11.0.0 & npm 6.4.1 installed - the latest…
Zabs
  • 13,852
  • 45
  • 173
  • 297
1
vote
1 answer

PHP XML Library is not installed Grav Issues Found

I'm just starting to use Grav but I can't proceed as I'm trying to use Grav in my local Scotch Box 3.0. I already have updated PHP using brew on my Mac but It seems like Grav still couldn't find it. Any advice? Thanks
1
vote
1 answer

How to connect to vagrant mysql database with Sequel Pro

How do I connect to vagrant mysql database with Sequel Pro? Specifically, ScotchBox 3?
LiveSource
  • 6,230
  • 4
  • 21
  • 20
0
votes
1 answer

Unable to launch scotchbox pro vagrant

I'm struggling to install scotch box pro on my MacBook Pro running 10.14.6. I run vagrant up and this message appears in the terminal. ==> default: Detected mount owner ID within mount options. (uid: 1000 guestpath: /var/www) ==> default: Detected…
0
votes
2 answers

Permission issues with Craft 3 CMS and local asset uploads

I have been going through the steps of configuring Craft 3 CMS locally. I used Scotchbox and Composer for the installation on Ubuntu via MacOS Mojave, and up until the point of uploading an asset to the local server, everything has been fine... Now…
MarcusW
  • 31
  • 3
0
votes
1 answer

My Vagrant Sotch io 3.5 box will serve web pages but will not serve to host on port 8000

I use Vagrant boxes for a number of projects and I've had no problem until this. To help my documentation crew I setup MkDocs with Vagrant and everything works up to the point I want to browser from the host. I use scotch/box 3.5 free version,…
chris loughnane
  • 2,648
  • 4
  • 33
  • 54
0
votes
1 answer

npm run dev install errors on VM with laravel 5.4

I am trying to start using npm and vue for my front end development but having such a hard time starting. I am using scotchbox pro which is just a Vagrant box for development. I am running this VM on windows 10 and have a fresh install of laravel…
0
votes
1 answer

CouchDB on Vagrant VM (Scotch box)

I'm trying to set up CouchDB (and ultimately use PouchDB) on a Scotch Box VM. The VM runs fine, and includes port forwarding for port 5849 by including the code below: Vagrant.configure("2") do |config| config.vm.box = "scotch/box-pro" …
jtesta
  • 183
  • 3
  • 15