Skip to content

Commit 973de7c

Browse files
committed
jquery-wp-content: Update submodule
* jquery/jquery-wp-content@ea82eea
1 parent 81ea1bb commit 973de7c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repo has the necessary setup for running [jquery-wp-content](https://github.com/jquery/jquery-wp-content) in [WordPress](https://wordpress.com/) locally using [Docker](https://www.docker.com/).
44

5-
## Usage
5+
## Getting started
66

77
1. Clone this repo and its submodules
88

@@ -82,7 +82,16 @@ scp wp-05.ops.jquery.net:~/wordpress.sql .
8282
docker exec -i jquerydb mysql -u root -proot < wordpress.sql
8383
```
8484
85-
8. Visit http://local.jquery.com, or https://local.jquery.com if you created certs.
85+
8. Visit http://local.api.jquery.com, or https://local.api.jquery.com if you created certs.
86+
87+
## Updating
88+
89+
To update your setup after pulling down changes, run:
90+
91+
```
92+
docker compose down
93+
docker compose up --build -d
94+
```
8695
8796
## Notes
8897

0 commit comments

Comments
 (0)