Set up super fast a pastebin app development box with apache, mysql, php, phpmyadmin and whatever else that required
- Install vagrant using the installation instructions in the Getting Started document
- Additionally watch the following video Installing vagrant and virtualbox
- Clone this repository and run $ vagrant up
- Available on localhost:8080/pastebin
- Available on localhost:8080/phpmyadmin
- User: root Password: root
- php5
- apache2
- php5-cli
- php5-xdebug
- php5-mysql
- php5-imagick
- php5-mcrypt
- php-pear
- php5-dev
- php5-curl
- php5-sqlite
- libapache2-mod-php5