Skip to content

BrainBoxLabs/braingrant-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

First time install requirements

Install VirtualBox and Vagrant

Add the following alias to your ~/.bashrc or ~/.profile file

#BrainBox Lamp Stack
alias lamp="curl -L -o 'Vagrantfile' https://raw.githubusercontent.com/BrainBoxLabs/braingrant-up/master/Vagrantfile && curl -L -o '_vagrant.zip' https://github.com/BrainBoxLabs/braingrant-up/raw/master/_vagrant.zip && unzip _vagrant.zip"

Braingrant-up

Create a project folder anywhere on your dev machine.

cd into the project folder in Terminal and type: lamp

You've now downloaded the base config install files.

In Terminal type vagrant up

Now go grab a beer.

Note the initial install has to download a full .box (.iso) image from the internet. This process is much faster the second time around.

By default you can access your new dev machine @ http://192.168.33.25/.

Note: You should change the ip address in the VagrantFile if you plan on running multiple stacks.

git

You can clone the servers git repo which currently deploys to /var/www/html

ssh://[username|vagrant|root]@[ip.address]/var/www/repo/site.git

Releases

No releases published

Packages

No packages published

Languages