Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Monkee-Boy/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkee-Boy mBoy Vagrant

This repo is dead. Do not use.

This is the default Monkee-Boy Vagrantfile. It was generated using PuPHPet. Ubuntu, Apache, PHP, MySQL, and Ruby versions match those found on Habitat.

Usage

  • git clone git@github.com:Monkee-Boy/vagrant.git && cd vagrant
  • Modify line 108 in Vagrantfile to your root Sites directory. This will be the synced directory and the path to adding your vhosts. Typically this won't need to be changed if this is cloned inside your Sites directory.
  • vagrant up
  • Use vagrant ssh if you need to make any changes or to have further control.

Add Domain

  • cd to this git repo.
  • vagrant ssh -c 'sudo vhost -s client-domain.dev -a www.client-domain.dev -d /var/www/clientname/site'
    • -s is the server name, -a is the server alias, -d is the document root.
  • Edit your hosts file with 192.168.22.10 client-domain.dev.
  • http://client-domain.dev should now work.

Quick Add

  • Edit ./vagrantvhost.sh with your vagrant id. Get this by running vagrant global-status.
  • Setup alias vagrantvhost="sh ~/Sites/vagrant/vagrantvhost.sh" as an alias. Modify the path to this vagrant repo.
  • Add new domain with vagrantvhost client-domain.dev /var/www/clientname/site. This will automatically include a server alias of www.

MySQL Connection

We recommend using SequelPro for easy database management.

  • Host: 192.168.22.10
  • User: root
  • Pass: root

The Dev Team

Handcrafted with ♥ in Austin, Texas by the Monkee-Boy Troop.

James Fleeting | Pete Gautier | John Hoover | David Saunders :---:|:---:|:---:|:---:|:---: James Fleeting | Pete Gautier | John Hoover | David Saunders

Monkee-Boy

About

[DEAD] This is the default Monkee-Boy Vagrantfile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages