-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Vagrant and/or Docker support #1452
Comments
@bvrignaud @deathart @kenjis - I see that you use it, guys. I'm a newbie. |
You can always use virtualbox, & install a suitable flavor of linux in it. bitnami also has a VM image for LAMPP ... https://bitnami.com/stack/lamp/virtual-machine |
It could make more sense to do these as separate repos inside codeigniter4 organization. A vagrantbox could be several GB big; not sure of the size of a docker container. |
@natanfelles I am using the laravel/homestead It work with codeigniter too |
OK @jim-parry . But I refer to just the Vagrantfile. It with all requirements for CodeIgniter 4 run. Faith? I use Debian 🔥 :) @Paradinight , thanks. I will have a try. |
As I understand it is something like this. |
@jim-parry your students could help with it. |
This is
|
If CI Team accept to add it, and you want to share, or create the files according with CodeIgniter requirements, yes! 😃 With all php extensions, mysql, postgres, redis, etc, ready to run in a CodeIgniter test environment. |
This my usually my development docker files. |
Look at my repository I added docker (php configure and nginx) https://github.com/deathart/BlogCI4 https://github.com/deathart/BlogCI4/tree/master/docker https://github.com/deathart/BlogCI4/blob/master/docker-compose.yml |
you system is Mac OS? I use valet, so easily. |
I am already planning an expanded "installation" page or pages in the user guide. Would it make sense to start by describing the different ways to install/run CI4 there, and then to add config files as appropriate? |
Direction
Maybe a Vagrantfile or a Dockerfile, or both, in the development repo be a good idea.
Describe the bug
Difficulty to do local tests before to push online.
The text was updated successfully, but these errors were encountered: