Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit bee5108

Browse files
danielmarquesptvdavidmalomarreceseliger
authored
Create Cloud Instance onboarding doc (#41993)
* Create Cloud Instance onboarding doc As part of the growth initiative we need to offer proper guidance for new cloud users. Due to lack of a better onboarding experience right now we are relliyng on this document to offer some guidance. This will be shared on the welcome email, and there is not need to be linked from anywhere else in the Docs, * Update doc/getting-started/cloud-instance.md Co-authored-by: David Veszelovszki <[email protected]> * Changes discord link to a short url * Includes Malo's feedback * small markdown tweaks * Fixes spacings between headings * Adds link from Cloud page * Delete index.md * Adds link to onboarding * Update cloud-instance.md * Fixes the link * Wording changes Co-authored-by: David Veszelovszki <[email protected]> Co-authored-by: Malo Marrec <[email protected]> Co-authored-by: Erik Seliger <[email protected]>
1 parent e0cd3c8 commit bee5108

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

doc/cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ After you request a trial, we will look into your request. We currently have lim
1212

1313
If you're not eligible for a cloud instance for now, we recommend trying [Sourcegraph self-hosted](https://docs.sourcegraph.com/#self-hosted).
1414

15-
If you're eligible for a cloud instance, you will receive a link to the instance URL once it's provisioned. This normally takes less than one hour during business hours. From there, follow the [onboarding checklist](#trials).
15+
If you're eligible for a cloud instance, you will receive a link to the instance URL once it's provisioned. This normally takes less than one hour during business hours. From there, follow the [onboarding checklist](../getting-started/cloud-instance.md).
1616

1717
Trials last 30 days. When the end of the trial approaches, Sourcegraph's customer success team will check-in with you to either help you setup a Cloud subscription or terminate your instance.
1818

doc/getting-started/cloud-instance.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Welcome to Sourcegraph
2+
This is a compilation of the most important information you will need to get started.
3+
4+
5+
## 🔄 Sync Code Hosts
6+
7+
Sourcegraph is nothing without your code, so connecting your code hosts is crucial.
8+
9+
How to connect to…
10+
- [GitHub](https://docs.sourcegraph.com/admin/external_service/github)
11+
- [GitLab](https://docs.sourcegraph.com/admin/external_service/gitlab)
12+
- [Bitbucket Cloud](https://docs.sourcegraph.com/admin/external_service/bitbucket_cloud)
13+
- [Bitbucket Server / Bitbucket Data Center](https://docs.sourcegraph.com/admin/external_service/bitbucket_server)
14+
- [Other Git code hosts (using a Git URL)](https://docs.sourcegraph.com/admin/external_service/other)
15+
- [Non git hosts](https://docs.sourcegraph.com/admin/external_service)
16+
17+
18+
## 👥 Inviting users and SSO
19+
20+
A team is essential when using Sourcegraph. Be sure to spread the word and get everybody in.
21+
22+
23+
#### Setting up SSO
24+
25+
Sourcegraph supports out-of-the-box support for different auth providers. Our documentation provides guidance on how to setup these.
26+
27+
- [User authentication (SSO) - Sourcegraph docs](https://docs.sourcegraph.com/admin/auth)
28+
29+
You may not have the right privileges or role in your team to set this up. In that case, you could invite someone with the right privileges and make them a site-admin.
30+
31+
32+
#### Inviting Single Users
33+
34+
Getting users into Sourcegraph is easy, you just need to navigate to:
35+
36+
**Site Admin****Users and auth****Users****+ Create user**
37+
38+
39+
40+
## ✉️ Setup Email Server
41+
42+
By default the Sourcegraph instance cannot send emails. So features like password resets, email invites and email code monitors will not work.
43+
- [Configure email sending / SMTP server](https://docs.sourcegraph.com/admin/config/email)
44+
45+
46+
## 🎓 Learn Sourcegraph
47+
48+
Extra resources that we think are helpful:
49+
50+
- [Sourcegraph 101](https://docs.sourcegraph.com/getting-started)
51+
- [Search Examples](https://docs.sourcegraph.com/code_search/tutorials/examples)
52+
53+
54+
## 💬 Community and Support
55+
56+
[Join our discord server](https://srcgr.ph/discord-cloud-onboarding). If you need support, reach to via [email protected].

0 commit comments

Comments
 (0)