You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/shared/partials/sample-application.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Couchbase Capella::
41
41
+
42
42
--
43
43
44
-
You need to initalise a Couchbase Capella cluster before running the sample app.
44
+
You need to initialize a Couchbase Capella cluster before running the sample app.
45
45
46
46
.Create the Capella cluster
47
47
@@ -60,7 +60,7 @@ To perform searches on the hotels collection, you need to create a Search index.
60
60
. Navigate to the {travel-sample-git-project} directory, and select `fts-hotels-index.json`
61
61
. Click btn:[Create Index]
62
62
63
-
If you don't have access to the filesystem with the sample application backend, you can copy and paste the index defintion from https://raw.githubusercontent.com/couchbaselabs/{travel-sample-git-project}/HEAD/fts-hotels-index.json[GitHub] into the *Index Definition* field.
63
+
If you don't have access to the filesystem with the sample application backend, you can copy and paste the index definition from https://raw.githubusercontent.com/couchbaselabs/{travel-sample-git-project}/HEAD/fts-hotels-index.json[GitHub] into the *Index Definition* field.
64
64
65
65
.Create the Database Access
66
66
@@ -144,7 +144,7 @@ See the README at https://github.com/couchbaselabs/{travel-sample-git-project} f
144
144
145
145
image::sdk:shared:Travel-Sample-Register.png[]
146
146
147
-
Give yourself a username, password and click *Register*.
147
+
Give yourself a username, password, and click *Register*.
148
148
149
149
You can now try out searching for flights, booking flights, and searching for hotels.
150
150
You can see the running Couchbase SDK operations by clicking the red bar at the bottom of the screen:
@@ -160,11 +160,11 @@ The sample application consists of the following 3 components:
160
160
161
161
* The frontend -- a Vue web app which communicates with the backend via a swagger API.
162
162
* The backend -- a {name-sdk} web app which contains the SDK code to communicate with Couchbase Server.
163
-
* The database -- a one node cluster containing the travel sample Bucket and reqisite indexes.
163
+
* The database -- a one node cluster containing the travel sample Bucket and requisite indexes.
164
164
165
165
=== Networking
166
166
167
-
The sample application utilises the following ports:
167
+
The sample application utilizes the following ports:
168
168
169
169
* 8091 - Couchbase Cluster Manager
170
170
* 8093 - Couchbase Query Service
@@ -174,7 +174,7 @@ The sample application utilises the following ports:
174
174
175
175
NOTE: Ports 8091-8094 are only used if running Couchbase Server locally.
176
176
177
-
If you are running the sample application with the Docker containers initialised by the given `compose.yml`, the networking between the containers is already configured. If you are running a mix-and-match configuration, you may need to expose these ports manually. See the Docker documentation on https://docs.docker.com/network/[networking] for more information.
177
+
If you are running the sample application with the Docker containers initialized by the given `compose.yml`, the networking between the containers is already configured. If you are running a mix-and-match configuration, you may need to expose these ports manually. See the Docker documentation on https://docs.docker.com/network/[networking] for more information.
0 commit comments