Hookae1 / LAMP_Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAMP_Vagrant

Common LAMP stack by using Vagrant with small automatization.

Lest follow steps below:

Before start be sure that you have already installed Hypervisor and Vagrant

So move on

  1. Create any folder where you will raise your Virtual Server.
  2. Run terminal and move to the location with the created folder. (cd \path\to\the\folder)
  3. After that, write a command - vagrant init ubuntu/bionic64
  4. Copy all files from a repository to a defined folder (overwrite Vagrantfile).
  5. Run vagrant up in terminal.
  6. Now, you could observe installation, updating and installation of the LAMP (Linux, Apache2, MySQL, PHPAdmin).
  7. MySQL & PHP will adjust automatically by using scripts.
  8. Up to your preferences, you could change index.html file in folder html.
  9. To check workability type 192.168.33.10 in web-browser.

!!!LAMP stack are ready!!!

About


Languages

Language:Shell 78.8%Language:HTML 15.9%Language:PHP 5.3%