Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tybalex authored and thedadams committed Feb 4, 2025
1 parent 251c637 commit 8c86a09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ and run `docker compose -f wordpress.yaml up`.

Navigate to localhost:8070. The first time you run the container, it will prompt you to register the site name and create a new user.

### Obot Basic Auth Configuration

- username: the username you created first time you nagivate to the site
- password: the password of the user you created first time you nagivate to the site
- url: the url of your wordpress site. For local, it's `http://localhost:8070`. For hosted, it's the url of your wordpress site, such as `https://example.wpenginepowered.com`.

### CRITICAL: Configure Permalinks in Settings
1. Without configuring permalinks, the Wordpress API will not work, because the `/wp-json` endpoint will not be available.
To do this, go to your wordpress site dashboard, on the left sidebar, select `Settings` -> `Permalinks`, then select any non-plain Permalink structure.
Expand Down

0 comments on commit 8c86a09

Please sign in to comment.