I have followed the instruction in laravel/setter markdown.
I have already:
- Clone
chef/bento
into same top level folder as this repo. - Run
./bin/copy-to-bento.sh
- Replace
scripts/cleanup.sh
withscripts/homestead.sh
in fileubuntu/ubuntu-18.04-amd64.json
But when it comes to step 4, I had no idea how to begin. The packer documentation seems too advanced for me to read. I just installed packer via sudo apt-get install packer
command in my Ubuntu. Then how to proceed the last step?
I want to build homestead box because of extreme slow speed of adding vagrant box using vagrant box add laravel/homestead
command. If anyone have other idea and alternative to add/install this box, please tell me.