Questions tagged [puphpet]

A simple GUI to set up virtual machines for Web development.

PuPHPet is a web application that allows you to easily and quickly generate custom Vagrant and Puppet controlled virtual machines within Vagrant automation tool. It uses Puppet as the provisioning backend.

187 questions
37
votes
3 answers

Class 'SimpleXMLElement' not found on puphpet PHP 5.6

I've been stuck at this error for hours now and I can't seem to find anything useful on the internet about it. The error is the classic Fatal error: Class 'SimpleXMLElement' not found in /var/www/NavPHP/nav/plugin/log/NavLog.php on line 29 I'm not…
Marco Aurélio Deleu
  • 4,103
  • 4
  • 32
  • 58
8
votes
2 answers

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

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…
cOp
  • 629
  • 6
  • 6
7
votes
2 answers

Vagrant box could not be found error

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…
Sid
  • 834
  • 8
  • 23
7
votes
1 answer

PuPHPet vs Puppet?

I've been using PuPHPet to setup development / staging hosting environments and it's made for very simple and efficient deployments. However, I'm running into a situation where I need to provide much more detailed directives in various server conf…
djt
  • 6,397
  • 7
  • 42
  • 90
7
votes
3 answers

Add A New Virtual Host to Apache on PUPHPET generated Wheezy VM

I used puphpet.com to quickly set up a Wheezy VM. The VM works great but I'd love the add another virtual host to Apache. According to the puphpet documentation: I have completely rewritten PuPHPet to take advantage of a built-in configuration…
Jeemusu
  • 9,948
  • 3
  • 39
  • 64
6
votes
3 answers

Error: Could not parse for environment production: Is a directory - with vagrant and puphpet

I'm sure I'm missing something simple but I have this error when running vagrant up. ==> default: Error: Could not parse for environment production: Is a directory - /tmp/vagrant-puppet/manifests-75f35e3bc7e32744860c4bb229c88812 on node…
Ethan22
  • 726
  • 7
  • 23
6
votes
7 answers

How to fix Vagrant error: `private_key_path` file must exist:

I've been using PuPHPet to create virtual development environments. Yesterday I generated a config file for a new box. When I try to spin it up using the vagrant up command, I get the following error message: C:\xx>vagrant up Bringing machine…
Mr B
  • 3,553
  • 5
  • 41
  • 63
6
votes
2 answers

gulp-livereload with vagrant environment : livereload.js not accessible

I have a problem using gulp-livereload in my vagrant environment (generated with puphpet). My computer is a Windows Host, and the VM a Debian. I use this gulpfile : var gulp = require('gulp'), less = require('gulp-less') lr …
vurtupesz
  • 61
  • 1
  • 5
4
votes
1 answer

Accessing Java jetty server on port 9999 using vagrant on local machine

I have setup a centos virtual server using Vagrant and Puphpet, within the VM I have a java app running on jetty. "server is running at http://127.0.0.1:9999" However im having trouble accessing this from my local machine, I have set up a port…
Paul M
  • 3,475
  • 8
  • 38
  • 52
4
votes
1 answer

Multiple Vagrant VMs via PuPHPet with different configs

I feel like I'm missing something fundamental. How do I use PuPHPet to define two machines in one vagrantfile, both Ubuntu 14.04, but one with mysql installed and one with elasticsearch? I see how to define multiple machines, but the config of each…
Matt Fletcher
  • 325
  • 3
  • 14
4
votes
1 answer

Provisioning error

Since yesterday I have an odd error during provisioning my VM. Error: curl -sS https://getcomposer.org/installer | php returned 255 instead of one of [0] It's odd because this command works fine on the machine. It seems that only response code is…
doubleB
  • 309
  • 2
  • 10
4
votes
2 answers

Php not interpreted by apache

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…
Ruben
  • 452
  • 5
  • 14
4
votes
1 answer

How do I set up Nginx rewrite rules in a config file generated from PuPHPet?

Example from "config.yaml" file: locations: ... some_location_root: location: / try_files: - $uri - '@rwr' some_location_rewrite: location: '@rwr' rewrite: '^(.*) /index.php?_controller=$1 last' ...
Slava Melnik
  • 103
  • 7
4
votes
1 answer

Can't connect to redis on vagrant machine

I am setting up a dev environment that has two vagrant machines. One is a http server the other is a redis server. I cannot connect via port 6379 between the two machines. I also cannot connect to the vagrant machine from the host. I have set this…
joncon
  • 107
  • 1
  • 7
4
votes
3 answers

WP-CLI error installing plugins/themes. "Could not create directory". Permissions error? Ubuntu 14.04 x64

I've been searching for a few days now trying to figure out a solution to this problem, but I've given up and its time to ask for some help. I'm running Wordpress on an Ubuntu 14.04 x64, using a Vagrant server created with PuPHPet (an automated GUI…
P.J.
  • 245
  • 3
  • 13
1
2 3
12 13