Wordpress blueprint provisioning

If you would need a running wordpress on your machine, you don't have to necessarily register a peer to bazaar. There is a way to bring it up directly in your machine. This wiki page will be guiding you through the process.

Blueprint provisioning can be implemented via Vagrant and Vagrant Subutai plugin.

First, you need to create a directory where you would like to bring your peer up. After the directory is available, we need to make sure that there are the following files:

Vagrantfile

This file consists of the box parameters. The box's name is subutai/stretch (Debian based box).

Subutai.json

This is blueprint file. You can use blueprint from here.

vagrant-subutai.yml

This is user configuration parameter file. For more variables you can visit this page.

Let's run blueprint provisioning:

(Here is wiki about. How to Install and Use Vagrant Providers.)

If you have the subutai peer, then put Subutai.json and vagrant-subutai.yml files right to the next to Vagrantfile file and execute following command:

vagrant provision

If you don't have peer, just execute following command:

vagrant up

So, now you should have a peer with blueprint available in it!