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

docs: Update IP addresses #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To run the server:
4. This will redirect to signin with your gmail.
5. Go to the root folder of this provider.
6. Run `./gradlew appengineRun`.
7. Check that the server is running on http://10.0.2.2:8080.
7. Check that the server is running on http://127.0.0.1:8080 or http://localhost:8080.
8. To exit the server, there's a Java application that starts up. Quit out of
the application to exit the server. You can also run `ps auxw | grep java`
to find the PIDs and then do `kill $pid1 $pid2` to kill the process that's
Expand Down