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: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,18 @@ To deploy this project on Vercel, you will need:
10
10
11
11
-[Vercel Account](https://vercel.com/signup)
12
12
- Access to a [Couchbase Capella](https://cloud.couchbase.com/) database running the [Query Service](https://docs.couchbase.com/server/current/learn/services-and-indexes/services/query-service.html). Alternatively, you have the option to sign up for a free Capella database in the integration flow.
13
+
- If you are connecting to an existing Capella account, create a bucket called `user_profile`, and a collection called `profile` (within the `_default` scope).
14
+
-**Note:** the `build` step will attempt to create the collection and load the sample data within your `CB_BUCKET` on deployment.
13
15
14
16
### Steps
15
17
16
-
1. Create a new Capella database (or use existing one) at [cloud.couchbase.com](https://cloud.couchbase.com/).
17
-
2. Create a bucket called `user_profile`, and a collection called `profile` (within the `_default` scope).
18
-
-**Note:** the `build` step will attempt to create the collection within your `CB_BUCKET` on deployment.
19
-
3. Click Deploy:
18
+
1. Click Deploy:
20
19
21
20
<ahref="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcouchbase-examples%2Fnextjs-quickstart&project-name=couchbase-nextjs-quickstart&repository-name=couchbase-nextjs-quickstart&developer-id=oac_5eS7l7O4wvTE47rCKEYSFLQT&integration-ids=oac_5eS7l7O4wvTE47rCKEYSFLQT"><imgsrc="https://vercel.com/button"alt="Deploy with Vercel"width="140px"/></a>
22
21
23
-
4. Follow the steps when prompted. The integration step will open the Couchbase Capella UI and allow you to select resources to connect.
22
+
2. Follow the steps when prompted. The integration step will open the Couchbase Capella UI and allow you to select resources to connect.
24
23
- If you sign-up for a new Capella account, you may have to re-deploy the application once the database has finished provisioning. Read more in #2 of the [Pitfalls and FAQ section](#common-pitfalls-and-faqs) below.
25
-
5. Explore the newly deployed application: create, update, and delete some user profiles. A few sample profiles will be added automatically, and you can load the sample data manually by following [these instructions](#sample-data).
24
+
3. Explore the newly deployed application: create, update, and delete some user profiles. A few sample profiles will be added automatically, and you can load the sample data manually by following [these instructions](#sample-data).
0 commit comments