Skip to content

Commit 84e846b

Browse files
committed
minor updates
1 parent 890a167 commit 84e846b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@ To deploy this project on Vercel, you will need:
1010

1111
- [Vercel Account](https://vercel.com/signup)
1212
- 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.
1315

1416
### Steps
1517

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:
2019

2120
&nbsp; &nbsp; &nbsp; &nbsp; <a href="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"><img src="https://vercel.com/button" alt="Deploy with Vercel" width="140px"/></a>
2221

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.
2423
- 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).
2625

2726
### Common Pitfalls and FAQs
2827

0 commit comments

Comments
 (0)