Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Add this below Heroku Toolbelt setting in .bashrc or .bash_profile to swap the P

export PATH="$(brew --prefix homebrew/php/php55)/bin:$PATH"

Delete/remove `public/content/object-cache.php` and `public/content/advanced-cache.php`. If you try to develop locally without syncing your external MemCachier envvars you might see a 500 error or a *You do not have sufficient permissions to access this page.* - message. Workaround is to simply remove object-cache.php and advanced-cache.php. In a future release I'll try to have these files added on deploy with Composer.

Now to start your local dev environment run to start WordPress on http://localhost:5000/

Expand All @@ -117,11 +118,6 @@ Now to start your local dev environment run to start WordPress on http://localho
If you don't have foreman installed, you can do so with `gem install foreman` assuming you have Ruby running on your system. If it fails, try adding sudo in front of the command.


## Known Issues

If you try to develop locally without syncing your external MemCachier envvars you might see a 500 error or a *You do not have sufficient permissions to access this page.* - message. Workaround is to simply remove object-cache.php and advanced-cache.php from the content dir while doing local dev. In a future release I'll try to have these files added on deploy with Composer.


## Sources

This would not have been possible without the work and resources provided by the following people:
Expand Down