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
Adds customer facing docs for Enterprise Portal detailing what the
service is, how to access it, and what services are currently available
through it.
Closes CORE-1147
Closes CORE-1087
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ Before the dependencies are installed make sure your local machine has the follo
25
25
* node: `v20.8.1`
26
26
* pnpm: `8.13.1`
27
27
28
-
**Note**: If you have `asdf` available you can install the above versions for only this repository by running the following command from your terminal in the root folder:
28
+
**Note**: If you have `mise` available you can install the above versions for only this repository by running the following command from your terminal in the root folder:
29
29
30
30
```sh
31
-
asdf install
31
+
mise install
32
32
```
33
33
34
34
Now that the base requirements of the project have been satisfied, we can install the required dependencies to run the development server!
A [Sourcegraph Account](/sourcegraph-accounts) is required to access Sourcegraph Enterprise Portal. To manage a subscription a user must be added as a **Subscription admin** for the subscription.
A subscription admin is a user with full access to the subscription in Enterprise Portal. Subscription admins can grant and revoke admin access to other users.
Users can be invited individually or in bulk. If there is no [Sourcegraph Account](/sourcegraph-accounts) associated with an invited user's email address an account will be created for them. Newly created users are sent an email with instructions to reset their password to access Enterprise Portal.
23
+
24
+
25
+
## Services
26
+
27
+
### Sourcegraph Analytics access
28
+
29
+
Subscription admins can view [Sourcegraph Analytics](/analytics) for the subscription.
0 commit comments