Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.56 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.56 KB

Vagrant virtual box running ubuntu and lamp

Twitter Donate

Lamp development environment using Vagrant VM. This is a documentation of what I'm using when developing php-based applications.

Machine Info

  • vm name: vagrant.dev
  • vm ip: 10.10.10.10
  • vm host port: 5513
  • vm port: 22

Apache Info

  • vhosts: awesome.dev, moreawesome.dev
  • alias:
  • document root: /var/www/awesome
  • directory block: /var/www/awesome
  • port: 80

mySQL

  • root user: root
  • root password: 123
  • database user: dbuser
  • root password: 123
  • database: dbname

References

Notes

  • use 'vagrant provision' when reloading puphpet configuration
  • on terminal, 'ngrok http -host-header=rewrite targetvhost:80' to broadcast