Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 487 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 487 Bytes

Vagrantfile for PHP7.4

How to buildup

Run fallowing command. Then, magick happends.

vagrant up

To re-put up a network,

vagrant reload

OK, you will complete buildup to your PHP7.4 +1

see http://192.168.30.10 and http://192.168.33.10/test.php

How to run

After complish buildup, you can run environment just following.

vagrant up

If you are in trouble of network

# In HOST machine
ping 192.168.33.10
curl 192.168.33.10