Skip to content

Commit

Permalink
set up (old ui) done
Browse files Browse the repository at this point in the history
  • Loading branch information
MEM4GH committed May 1, 2024
1 parent 1b9473e commit 4f13df3
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 186 deletions.
10 changes: 5 additions & 5 deletions docs/advanced/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
id: resources-ai-unlimited
title: Resources
description: Find additional installation information here.
sidebar_label: Resources
title: Other resources
description: Find more installation-related information here.
sidebar_label: Other resources
sidebar_position: 4
pagination_prev: null
pagination_next: null
---

# Resources
# Other resources

Here you'll find installation-related resources.
Here you'll find more installation-related resources.
34 changes: 0 additions & 34 deletions docs/advanced/quickstart/docker-install-ai-unlimited-jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,40 +108,6 @@ When the manager is ready, you can access it at `http://localhost:3000`.
When JupyterLab is ready, you can access it at `http://localhost:8888`, and enter the token.


## Get engine deployment details

***MEM: Come back to this after finishing setup.***

In the AI Unlimited setup (that's next), step 3 specifically, you'll provide details for deploying the engine.

You can get the values for those fields from your cloud service provider's console. Or, copy the fields, shown here, and ask an admin for their values ahead of time.

***The idea here is they might not have access to the CSP console to get these details themselves, correct?***

***Many fields in setup setp 3 have similar-sounding fields in CloudFormation (didn't look at ARM template). In those cases, are the CloudFormation parms for the manager but the setup fields are for the engine?***

***So the values of region, subnet, and security group (or just region and security group, for Azure) should be the same for the manager and the engine?***

***Need to explain a little more... are these the minimum configuration? And not sure "required" describes these fields. For example, security group is not required (no asterisk on the UI).***

<Tabs>
<TabItem value="aws" label="AWS">
```bash
Default region
Default subnet
Default security group
```
</TabItem>

<TabItem value="azure" label="Azure">
```bash
Default region
Default security group
```
</TabItem>
</Tabs>


## What's next

In the manager, [set up AI Unlimited](/docs/install-ai-unlimited/setup-ai-unlimited.md).
Expand Down
12 changes: 6 additions & 6 deletions docs/explore-and-analyze-data/example-projects.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
id: example-projects
title: Example projects
description: Try out example projects to see what you can do with AI Unlimited.
sidebar_label: Example projects
id: use-cases
title: Sample use cases
description: Here are just some of the workloads you can run using AI Unlimited
sidebar_position: 4
sidebar_label: Sample use cases
pagination_prev: null
pagination_next: null
---

# Example projects
# Sample use cases

Try out these example projects.
Here are just some of the types of workloads you can run using AI Unlimited.

***The example notebooks and data files will be in the "examples" folder in the TD AI Unlim repo. Here we just need to add links.***

Expand Down
1 change: 1 addition & 0 deletions docs/install-ai-unlimited/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ Now you're ready to install AI Unlimited on [AWS](/docs/install-ai-unlimited/pro




23 changes: 15 additions & 8 deletions docs/install-ai-unlimited/new-setup-ui_for-post-ppp.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';


# Set up AI Unlimited (new UI - post ppp)
# Set up AI Unlimited (new UI - post PPP)

After you install the manager, access it using the URL you received at the end of the installation process: `http://[ip_or_hostname]:[port]`.
***this is WIP***

Or for the QuickStart, use `http://localhost:3000`.
After you install the manager, access the AI Unlimited setup using the URL you received at the end of the installation process: `http://[ip_or_hostname]:[port]`.

***(remove reference to QuickStart?)***

In the manager, complete the three steps to set up AI Unlimited. You'll find additional information about some of the fields here.
## Complete the fields

:::note
Make sure you have values for the minimum configuration of the cloud integration: **Region**, **Subnet**, and **("Security group names" is not required & there are other fields for limiting inbound traffic - none look to be required)**. If you are unsure of them, or any other setup details, we recommend that you reach out to your admin.
:::
You'll find information about each setup section here.

<details>

Expand Down Expand Up @@ -115,6 +112,16 @@ Public or Private refers to how AI Unlimited should communicate with the engine.
</details>


## Before you leave (temp section name)

1. Go to your **Profile**, and copy your API key.<br />
You'll use it when you connect to the engine from a Jupyter notebook.

2. If you enabled TLS, select **Restart**. This restarts the AI Unlimited service with TLS in place.

***(ok to get their API key before restarting, if they enabled TLS, that is)***


## What's next

In a Jupyter notebook, start [exploring and analyzing data](/docs/explore-and-analyze-data/).
Loading

0 comments on commit 4f13df3

Please sign in to comment.