Skip to content

Commit

Permalink
Merge pull request #7226 from ramnar/master
Browse files Browse the repository at this point in the history
added readme for the demo example
  • Loading branch information
sougou authored Dec 26, 2020
2 parents 9702875 + 10b04eb commit 4df037d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Instructions to run the demo example

```
# Build Vitess Locally
Build Vitess Locally using the document https://vitess.io/docs/contributing/build-on-ubuntu/
# Run the program demo.go
go run ~/vitess/examples/demo/demo.go
# Start the web application
In browser Open http://localhost:8000/examples/demo/
```

0 comments on commit 4df037d

Please sign in to comment.