2017 © Pedro Peláez
 

project gozma14

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

image

trsenna/gozma14

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

  • Saturday, December 24, 2016
  • by trsenna
  • Repository
  • 1 Watchers
  • 0 Stars
  • 67 Installations
  • ApacheConf
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

Gozma14

Easily vagrant up ubuntu/trusty64 machines., (*1)

Included Software

  • Ubuntu 14.04
  • Git
  • PHP 5.5
  • Apache
  • MySQL
  • Sqlite3
  • PostgreSQL
  • Composer
  • Node (With Yarn, Bower, Grunt, and Gulp)
  • MailHog
  • mhsendmail
  • Oh My ZSH!

Accessing Globally

Sometimes you may want to vagrant up your Gozma14 machine from anywhere on your filesystem. You can do this on Mac / Linux systems by adding a Bash function to your Bash profile. Here goes a nice sample:, (*2)

gozma14() {
  if [ "destroy" == $1 ];
  then
    echo "Sorry, the '$1' command is not encouraged!"
    return 1
  fi

  ( cd /opt/vagrant-local/gozma14 && vagrant $* )
}

Make sure to tweak the /opt/vagrant-local/gozma14 path in the function to the location of your actual Gozma14 installation. Once the function is installed, you may run commands like gozma14 up or gozma14 ssh from anywhere on your system., (*3)

The Hosts File

You must add the "domains" for your sites to the hosts file on your machine. The hosts file will redirect requests for your sites into your Gozma14 machine. On Mac and Linux, this file is located at /etc/hosts. The lines you add to this file will look like the following:, (*4)

192.168.27.14 gozma14.local

The Versions

24/12 2016

dev-master

9999999-dev

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

  Sources   Download

GPL-2.0+

24/12 2016

dev-develop

dev-develop

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

  Sources   Download

GPL-2.0+

24/12 2016

1.0.0

1.0.0.0

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

  Sources   Download

GPL-2.0+

24/12 2016

0.9.0

0.9.0.0

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

  Sources   Download

GPL-2.0+

19/12 2016

0.8.0

0.8.0.0

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

  Sources   Download

GPL-2.0+

19/12 2016

0.7.0

0.7.0.0

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

  Sources   Download

GPL-2.0+

15/07 2016

0.6.0

0.6.0.0

Easily vagrant up ubuntu/trusty64 machines with ansible roles.

  Sources   Download

GPL-2.0+