Skip to content

Commit

Permalink
easy dev docker env documentation update (openemr#5816)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Oct 6, 2022
1 parent 1bff1e0 commit 1c8137c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ The OpenEMR development docker environment has a very rich advanced feature set.
docker exec -i $(docker ps | grep _openemr | cut -f 1 -d " ") sh -c '/root/devtools clean-sweep-tests'
```
7. <a name="dev_tools_reset"></a>Resetting OpenEMR and loading demo data.
- For the Video Tutorial, click below:

[![Resetting and Demo Data Video Tutorial](Documentation/images/easy-dev-reset.png)](https://youtu.be/1ch84Ffmky8)

- To reset OpenEMR only (then can reinstall manually via setup.php in web browser):
```sh
docker exec -i $(docker ps | grep _openemr | cut -f 1 -d " ") sh -c '/root/devtools dev-reset'
Expand Down
Binary file added Documentation/images/easy-dev-reset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c8137c

Please sign in to comment.