Skip to content

Commit

Permalink
updated DSAdmin page for Docker (#330)
Browse files Browse the repository at this point in the history
* updated DSAdmin page for Docker

* Update Debugging-datastore-locally.md

Co-authored-by: Sean Lip <[email protected]>

---------

Co-authored-by: Sean Lip <[email protected]>
  • Loading branch information
jayam04 and seanlip authored Jul 18, 2024
1 parent 6d03ba4 commit a7fb8e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Debugging-datastore-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ If you need to debug the data in Google Cloud Datastore Emulator when running th

In some cases it is possible that the local datastore data are not deleted when the server is rerun, you can delete the data by running `curl -X POST http://localhost:8089/reset` when the devserver is running.

## How start DSAdmin
## How to start DSAdmin

# Docker Setup

1. Build and run dev-server using `make build` and `make run-devserver` respectively.
2. Once the dev-server is running, run `make run-dsadmin` in a separate terminal window.
3. Navigate to `localhost:8080` to access DSAdmin.

## Python Setup

1. Download an archive for your platform and processor from the [DSAdmin releases GitHub page](https://github.com/remko/dsadmin/releases)
2. Unpack the archive and put the binary somewhere you can easily access it through the terminal
Expand Down

0 comments on commit a7fb8e1

Please sign in to comment.