Adding information about vagrant
This commit is contained in:
parent
0ffc7c9814
commit
26169310da
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -130,21 +130,21 @@ MySQLTuner and Vagrant
|
||||||
--
|
--
|
||||||
**MySQLTuner** contains a Vagrant configuration for test purpose and development
|
**MySQLTuner** contains a Vagrant configuration for test purpose and development
|
||||||
* Install VirtualBox and Vagrant
|
* Install VirtualBox and Vagrant
|
||||||
https://www.virtualbox.org/wiki/Downloads
|
* https://www.virtualbox.org/wiki/Downloads
|
||||||
https://www.vagrantup.com/downloads.html
|
* https://www.vagrantup.com/downloads.html
|
||||||
* Clone repository
|
* Clone repository
|
||||||
git clone https://github.com/major/MySQLTuner-perl.git
|
* git clone https://github.com/major/MySQLTuner-perl.git
|
||||||
* Install Vagrant plugins vagrant-hostmanager and vagrant-vbguest
|
* Install Vagrant plugins vagrant-hostmanager and vagrant-vbguest
|
||||||
vagrant plugin install vagrant-hostmanager
|
* vagrant plugin install vagrant-hostmanager
|
||||||
vagrant plugin install vagrant-vbguest
|
* vagrant plugin install vagrant-vbguest
|
||||||
* Add Fedora Core 23 box for official Fedora Download Website
|
* Add Fedora Core 23 box for official Fedora Download Website
|
||||||
vagrant box add --name fc23 https://download.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-23-20151030.x86_64.vagrant-virtualbox.box
|
* vagrant box add --name fc23 https://download.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-23-20151030.x86_64.vagrant-virtualbox.box
|
||||||
* Create a data directory
|
* Create a data directory
|
||||||
mkdir data
|
* mkdir data
|
||||||
* Rename Vagrantfile_MariaDB10.0 into Vagrantfile
|
* Rename Vagrantfile_MariaDB10.0 into Vagrantfile
|
||||||
cp MySQLTuner-perl/Vagrant/Vagrantfile_for_MariaDB10.0 Vagrantfile
|
* cp MySQLTuner-perl/Vagrant/Vagrantfile_for_MariaDB10.0 Vagrantfile
|
||||||
* Start vagrant
|
* Start vagrant
|
||||||
vagrant up
|
* vagrant up
|
||||||
|
|
||||||
MySQLTuner needs you
|
MySQLTuner needs you
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue