You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Vagrant
$ cd ~/
$ git clone https://github.com/shanecowherd/vagrant-puppet-railsstack.git
$ cd vagrant-puppet-railsstack
$ vagrant box add ubuntu1110 http://timhuegdon.com/vagrant-boxes/ubuntu-11.10.box
$ vagrant up
Change Mysql Password
Edit the puppet/manifests/default.pp variables
Issues
err: /Stage[main]/Apache/Service[apache2]: Could not evaluate: Could not find init script for 'apache2'
I see this when I type vagrant up, this is known but I'm not quite sure whats happening.