Suggestion - Vagrant setup for Development |
I'm excited about CodeIgniter 4 and looking forward to contributing with the development process.
Just a suggestion to throw out there. It'll be nice to have a Vagrant box setup so that everyone can have an identical development setup from the get go.
That's something that has been discussed, but none of us are Vagrant gurus so it might take a little bit to pull together. Currently, I'm using Rasmus' box. Sadly, it doesn't have XDebug installed, and I might have to do that soon. Missing the debugging features.
![]()
I made a very basic vagrant project, it may be useful for some people that want to quickly setup CI: https://github.com/banzo/vagrant_codeigniter
It uses VirtualBox for the virtualisation and ScotchBox for the LAMP stack.
If you like CentOS, try my vagrant: https://github.com/kenjis/vagrant-centos7-php
(12-08-2015, 05:02 PM)kenjis Wrote: If you like CentOS, try my vagrant: https://github.com/kenjis/vagrant-centos7-php This repo looks pretty nice! How hard would it be to get nginx up and running in it, also? Would love to be able to work with both on the same dev site.
I've been using Laravel Homestead with CodeIgniter. It works out-of-the-box.
I feel dirty ![]()
Best regards,
José Postiga Senior Backend Developer
I suggest using PuPHPet to setup a Vagrant box. PHP7 is an option, as is installation of XDebug. I suggest Ubuntu 14.04 personally, but everyone has their preferred flavors.
(10-16-2015, 11:53 AM)attrox Wrote: I'm excited about CodeIgniter 4 and looking forward to contributing with the development process. Is it really good that everyone has the same development environment? I can think of some reasons why it may not be good, like if there may be a problem with a specific version of PHP, or a specific operating system, yet everyone is developing on the same environment so they don't notice. |
Welcome Guest, Not a member yet? Register Sign In |