SuBox

A simple LAMP VM for developers

SuBoxes

SuBox

SuBox is a (BETA) pre-configured Vagrant Box with a full array of features to get you up and running with Vagrant in no time.

Get Started

It’s easy :

  1. Download and Install Vagrant
  2. Download and Install VirtualBox

Then, in a terminal, just clone the repo and run vagrant up :

$ git clone https://github.com/brahimmachkouri/subox my-project
$ cd my-project
$ vagrant up

Then visit http://192.168.33.11

License

MIT License

Features

Accounts

Username Password
vagrant vagrant
root root

MariaDB

PHPMyAdmin URL http://192.168.33.11/phpmyadmin
Hostname localhost
Username root
Password root
Database mabase

Development Tools (Beta)

Development

Public directory

Frameworks Ready

You have to connect to the box via ssh to use the following tools.

The frameworks will be installed in /var/www/

CMS Ready

You have to connect to the box via ssh to use the following tools.
The CMS will be installed in /var/www/

Supervision

Username Password
admin monit

Admin Panels

MailHog

Just connect to http://192.168.33.11:8025

Inspired by Scotch Box. ;)