NOTE: This is the environment used to build the Vagrant box. If you are looking for a PHP7 environment, just use the box: server4001/php7
- Ubuntu Trusty Tahr 14.04.3 LTS
- Nginx 1.10.1
- MySQL 5.5.53
- PHP 7.0.14
- PHP7 Data Structures
vagrant up
- Make any changes you need to the box. Be sure to reflect these changes in the
provision.sh
script. - Before packaging up the box, ssh in, and run the commands that are in the comments at the end of
Vagrantfile
. - Package up the box with
vagrant package --output server4001-php7-0.2.0.box
. Replace0.2.0
with the version number. - Destroy the vm with
vagrant destroy -f
. - Add the new box to vagrant's local list with:
vagrant box add server4001/php7-020 server4001-php7-0.2.0.box
. Again, replace020
and0.2.0
with the version number. - Delete the
.vagrant
folder withrm -rf .vagrant
. - Test out the box by going to a different folder, running
vagrant init server4001/php7-020
, and changing theVagrantfile
to fit your needs. Next, runvagrant up
, and ensure everything is working. - Create a new version on Atlas.
- Add a new provider to the version. The type should be
virtualbox
. Upload the .box file to this provider.
- Username:
root
- Password:
password