Changes between Initial Version and Version 1 of Ticket #8317
- Timestamp:
- 06/14/2020 07:07:57 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8317 – Description
initial v1 16 16 1. Install Docker, launch it, 17 17 2. Apply the patch, 18 3. run this `npm run wp-env start` from the command line being at the root of the BuddyPress repository 19 4. Go to `http://localhost:8888` 20 5. Tada 🎉 18 3. Update node modules running `npm install` 19 4. run this `npm run wp-env start` from the command line being at the root of the BuddyPress repository 20 5. Go to `http://localhost:8888` 21 6. Tada 🎉 21 22 22 23 When, you need to stop, simply do `npm run wp-env stop`