Giter Club home page Giter Club logo

development-vm's People

Contributors

kyoya-de avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sirurban kyoya-de

development-vm's Issues

xdebug HOST Ip

The Host Id in the xdebug php config is not set and must be added manually right now.

add gem compass to vm

This is needed for scss compilation in symfony2

fix:

sudo apt-get install ruby-dev
sudo gem install compass

Howto make MySQL accessible from Hostsystem?

Currently bind-address = 127.0.0.1 is configured via Puppet in /etc/mysql/my.cnf

How can i change this? We need to connect to MySQL from the Host-OS for example to be able to use HeidiSQL.

wrong ioncube loader priority during provisioning

the ioncube loader priority prefix for ioncube.ini (in /etc/php5/apache2/conf.d/) was set to 20 instead of 00

Environment:
Windows 10
Vagrant 1.8.1
Virtualbox 5.0.16

Box Setup:
PHP 5.6 + zendguard + ioncube

opcache not installed correctly

Opcache doesn't work even if enabled in config because of:

$ cat /etc/php5/mods-available/opcache.ini 
zend_extension==
opcache.enable=1
opcache.cli_enable=1

There's something wrong with the template or param name.

Zendguard Loader and Ioncube fail on PHP 5.6

Error: Could not find dependency Package[php5] for File[/etc/php/mods-available//zendguard.ini] at /tmp/vagrant-puppet/modules-71137ce4f05df0cecedd75488ca19905/vmsetup/manifests/zendguardloader.pp:19

This is because of a change in modules/vmsetup/manifests/php.pp. Packages are now referenced with a variable. This change has appeared in 7c8053a

  package {
    [
      "php-pear",
      "$php_prefix",
      "$php_prefix-common",
      "$php_prefix-cli",
      "$php_prefix-curl",
      "$php_prefix-dev",
      "$php_prefix-gd",
      "$php_prefix-intl",
      "$php_prefix-mcrypt",
      "$php_prefix-recode"
    ]:
      ensure  => latest,
      notify  => Service["httpd"],
      require => [
        Exec["apt_update"],
        Package["httpd"]
      ]
  }

But the require in zendguardloader.pp and ioncubeloader.pp is still hardcoded to "php5":

  file { "$conf_path/zendguard.ini":
    ensure  => present,
    content => "; priority=99
zend_extension=$mod_path/ZendGuardLoader.so
zend_loader.enable=1
zend_loader.disable_licensing=0",
    notify  => Service["httpd"],
    require => [
      Package["php5"],
      File["$mod_path"]
    ]
  }

Write a better README

It would be helpful if you can better describe how to use this VM and for example how to copy files from host system to the develop vm.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.