Skip to content

mattam/vagrant-lamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant LAMP

============ by Nino Paolo Amarillento

Installation

  • Download Vagrant
  • Download Virtualbox
  • Clone vagrant-lamp git repo
    git clone git://github.com/paolooo/vagrant-lamp.git lamp
    cd lamp
  • Update submodule
    git submodule update --init --recursive
  • Run vagrant
    vagrant up
  • After installation is done, and encountered missing packages. You should run vagrant provision
  • Log to Vagrant Virtualbox Lamp Environment
    host: localhost
    port: 2222
    username: vagrant
    password: vagrant
  • Check packages $ php -v
    $ mysql --version
    $ sqlite -version
    $ psql --version
    $ phpunit --version
    $ composer --version
    $ ruby --version
    $ gem --version
    $ node --version
    $ npm --version

Usage

Navigate to http://localhost:8082

Vagrant SSH

Simply run vagrant ssh. If you're using windows, you need putty to access this.

Here's the instructions for Windows users:

  • Run Putty. If you don't have one yet you can download Putty here
  • Host Name: localhost
  • Port: 2222
  • login as: vagrant
  • password: vagrant

Vagrant Commands

  • vagrant up
  • vagrant reload
  • vagrant halt
  • vagrant destroy
  • vagrant ssh
  • vagrant status

Credit

About

Vagrant LAMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published