Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme for appengine cloudsql #241

Merged
merged 2 commits into from
May 23, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions appengine/cloudsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Before you can run or deploy the sample, you will need to create a [Cloud SQL in
## Running locally
1. You will need to be running a local instance of MySQL.
1. Update the connection string in ``appengine-web.xml`` with your local MySQL instance values.
$ mvn clean appengine:devserver

`$ mvn clean appengine:devserver`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to put in a code block instead of code formatting it.

mvn clean ...

versus

mvn clean ...


## Deploying
1. Update the connection string in ``appengine-web.xml`` with your Cloud SQL instance values.
$ mvn clean appengine:update

`$ mvn clean appengine:update`