Skip to content

Commit e39731d

Browse files
docs: Updated next steps after deployment setup on Readme (#7686)
Co-authored-by: Sanchith Hegde <[email protected]>
1 parent 2026b0a commit e39731d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ Check out the [local setup guide][local-setup-guide] for a more details on setti
101101

102102
Attaching to hyperswitch-control-center-1, hyperswitch-server-1, hyperswitch-web-1, migration_runner-1, pg-1, redis-standalone-1
103103
```
104+
You've now setup Hyperswitch in your local machine. In order to verify that the server is up and running hit the health endpoint:
105+
```shell
106+
curl --head --request GET 'http://localhost:8080/health'
107+
```
108+
The expected response here is a `200 OK` status code. This indicates that the server and all of its dependent services are functioning correctly.
109+
Now, you can access the Control Center in your browser at `http://localhost:9000`.
110+
The next step is to configure a connector with the Hyperswitch Control Center and try a payment.
104111

105112
### 2. Deployment on cloud
106113

0 commit comments

Comments
 (0)