Skip to content

Commit

Permalink
Merge pull request #841 from partounian/cleanup-post-vagrant-output
Browse files Browse the repository at this point in the history
Update post-up output about running WP-CLI and Composer
  • Loading branch information
swalkinshaw authored Jun 23, 2017
2 parents 456bb83 + 6f6c908 commit 5ad51ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/trellis/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def nfs_path(path)

def post_up_message
msg = 'Your Trellis Vagrant box is ready to use!'
msg << "\n* Composer and WP-CLI commands need to be run on the virtual machine."
msg << "\n* Composer and WP-CLI commands need to be run on the virtual machine"
msg << "\n for any post-provision modifications."
msg << "\n* You can SSH into the machine with `vagrant ssh`."
msg << "\n* Then navigate to your WordPress sites at `/srv/www`"
msg << "\n or to your Trellis files at `#{ANSIBLE_PATH_ON_VM}`."
Expand Down

0 comments on commit 5ad51ab

Please sign in to comment.