Skip to content

Commit

Permalink
Docs: Correct symlink target to public_html.
Browse files Browse the repository at this point in the history
`wp-content` was originally used during the the fix for #13, but it was changed to `public_html` in the final version.
  • Loading branch information
iandunn committed Jul 31, 2016
1 parent 3cd58f8 commit 09ffd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ doesn't help, feel free to open a new issue, or ping *iandunn* in the *#meta* ch

* **Windows** installations: Adrian Pop has documented some tips for [installing the Meta Environment on Windows](http://test.informagination.ro/wordpress-meta-environment-in-win-10/).

* **My IDE (or other tool) doesn't recognize `wp-content` as a Git checkout:** Because `wp-content` is a symlink, you may need to open `vagrant.local/www/wordpress-meta-environment/meta-repository` as the project root, instead of `vagrant.local/www/wordpress-meta-environment/{site}/public_html`. Another option is to use Git from the command line.
* **My IDE (or other tool) doesn't recognize `public_html` as a Git checkout:** Because `public_html` is a symlink, you may need to open `vagrant.local/www/wordpress-meta-environment/meta-repository/{site}/public_html` as the project root, instead of `vagrant.local/www/wordpress-meta-environment/{site}/public_html`. Another option is to use Git from the command line.


## Problems with specific sites
Expand Down
2 changes: 2 additions & 0 deletions helper-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ function wme_symlink_public_dir {

# Add entries to a .gitignore file
#
# todo use .git/info/exclude instead, that's more appropriate for this situation
#
# $1 - the site's web root
function wme_create_gitignore {
# Ignore the .gitignore file itself
Expand Down

0 comments on commit 09ffd2c

Please sign in to comment.