Skip to content

Commit

Permalink
Merge pull request #230 from memberful/update-readme-puma-dev
Browse files Browse the repository at this point in the history
Add setup instructions for puma-dev
  • Loading branch information
northerner committed Nov 26, 2018
2 parents 6196237 + f44ad0e commit 887ba2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Once signed in you'll need to go to your local Memberful site, and setup a WordP
code into the WordPress admin panel (WP admin -> Settings -> Memberful). Submit the form and then
WordPress should be connected to your local vm, ready for development!

### Memberful WP with puma-dev

If you use [puma-dev](https://github.com/puma/puma-dev), then you have to tell it to not handle http://wordpress.localhost and redirect to the Memberful WP Vagrant box instead:

```
cd ~/.puma-dev
echo "http://192.168.33.3:80" > wordpress
```

## Versioning

The plugin is versioned using [Semantic Versioning](http://semver.org).
Expand Down

0 comments on commit 887ba2d

Please sign in to comment.