puphpet

Vagrant box could not be found error

拟墨画扇 提交于 2020-01-02 06:22:09
问题 I am trying to set up virtual machine using virtual box. I have got virtual box and vagrant installed in my windows 7 64-bit machine. I have also built an environment using puphpet. But whenever I try to install the box ubuntu1404-x64 it throws the error Bringing machine 'machine1' up with 'virtualbox' provider... ==>Machine1: Box 'puphpet/ubuntu1404-x64' could not be found. Attempting to find and install... machine1: Box Provider: virtualbox machine1: Box Version: >= 0 machine1: Box file was

How do I Sequel Pro with PuPHPet?

大城市里の小女人 提交于 2019-12-30 11:41:09
问题 I have just set up a virtual machine using Vagrant and Puphpet. I know I have MySQL because I can mysql in the command line. I just did a basic install. I don't know how to set up my sequel pro to get access though. I am using the "Standard" option on the Sequel Pro application (the others are "Socket" and "SSH"). Is that the right one to use? The values I enter are; Name: awesome Host: 192.168.56.101 Username: mlovely Password: mlovely Port: 9000 Here is my part of my config.yaml file that

How do I Sequel Pro with PuPHPet?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-30 11:40:11
问题 I have just set up a virtual machine using Vagrant and Puphpet. I know I have MySQL because I can mysql in the command line. I just did a basic install. I don't know how to set up my sequel pro to get access though. I am using the "Standard" option on the Sequel Pro application (the others are "Socket" and "SSH"). Is that the right one to use? The values I enter are; Name: awesome Host: 192.168.56.101 Username: mlovely Password: mlovely Port: 9000 Here is my part of my config.yaml file that

Vagrant Share - Accessing Virtual Hosts and accessing those that are not in the default web root

跟風遠走 提交于 2019-12-21 01:21:38
问题 I have Vagrant setup and running CentOS 6.5 x64 and it runs great. No issues running multiple sites within this one VM. All sites are running from the /var/www/public folder with the exception of PhpMyAdmin which runs from /var/www/html . I am trying to use vagrant share to gain access to any of the vhost sites that are running. The problem is that vagrant share is only displaying the contents of the /var/www/html folder. Is there something further that I need to do in order to gain access to

Vagrant Share - Accessing Virtual Hosts and accessing those that are not in the default web root

百般思念 提交于 2019-12-21 01:20:58
问题 I have Vagrant setup and running CentOS 6.5 x64 and it runs great. No issues running multiple sites within this one VM. All sites are running from the /var/www/public folder with the exception of PhpMyAdmin which runs from /var/www/html . I am trying to use vagrant share to gain access to any of the vhost sites that are running. The problem is that vagrant share is only displaying the contents of the /var/www/html folder. Is there something further that I need to do in order to gain access to

Puphpet/Vagrant: Unable to access LAMP VM with IP address

☆樱花仙子☆ 提交于 2019-12-20 02:59:09
问题 I used Puphpet.com to deploy a local Ubuntu 16.04 LAMP development machine with VirtualBox 5.1.24. I updated /etc/hosts with the VM IP address (192.168.56.101). $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 flippy 192.168.56.101 dev.mysite.com # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters I can SSH into the VM, but I cannot access it via IP address (192.168.56

Vagrant, Symfony, chmod permit

こ雲淡風輕ζ 提交于 2019-12-13 04:59:39
问题 Host: ubuntu latest x64 vagrant 1.7.2 Configuration (puphpet) Yaml config: vagrantfile: target: local vm: box: puphpet/debian75-x64 box_url: puphpet/debian75-x64 hostname: developer memory: '1024' cpus: '1' chosen_provider: virtualbox network: private_network: 192.168.56.2 forwarded_port: vflnp_o959ky5yk541: host: '8592' guest: '22' post_up_message: '' provider: virtualbox: modifyvm: natdnshostresolver1: on showgui: '0' vmware: numvcpus: 1 parallels: cpus: 1 provision: puppet: manifests_path:

Php not interpreted by apache

喜欢而已 提交于 2019-12-12 12:08:23
问题 The title resumes it pretty well. Php is not being interpreted by apache with a virtual machine/vagrant generated by puphpet. It seems to be a problem connected to a refactoring of apache and it's pretty recent. In the puphpet blog, I found this: For Apache, I completely dropped support for version 2.2.x, and also dropped support for mod_php. Everything is 100% fcgi using php-fpm. I have the proxy_fcgi on apache and fpm on php but still php is not interpreted. The apache error log doesn't

How do I change the default folder for Vagrant from being “html/”?

拥有回忆 提交于 2019-12-12 04:17:43
问题 I have recently started using Vagrant instead of MAMP however I am forced to put my website files inside of the "html" directory when I would like to place them at the project root. I created my Vagrant setup via PuPHPet and have a config.yml file with all the configuration details. However, I cant figure out where I can change this. I have tried tweaking a few things in config.yml but it seems that whatever I do only files inside of the "html" directory are being used. Here is the contents

Vagrant MySQL Access

China☆狼群 提交于 2019-12-12 02:25:17
问题 So I am new to this vagrant vm creation (and am really liking it). I am using puphpet to make the config. Everything is working great. Access to the shared folders, ssh and access to the website (Apache server). The last piece I cannot seem to get figured out is the database part. When using php I can connect but to do the actual development on my database I prefer to use sqldeveloper (I have tried workbench). No matter what I enter I cannot seem to get a connection. No matter the user ip or