Skip to content

Update steps for 'Exploring Serverless applications' console quick start #3741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ spec:
- description: >-
### To create a serverless application:

1. From the **Developer** perspective, in the navigation menu, click
[+Add](/add).
1. In the main navigation menu, select [Home]{{highlight qs-nav-home}} and select **Projects**.

2. At the top of the page, in the **Projects** list, select a project to
create the application in. You can also create a new one.
2. Click the **Create Project** button to create a project for your application.

3. Click **Import from Git** on **Git Repository** card.
3. In the **Name** field, enter a name for your new project. Then click **Create**.

4. In the **Git Repo URL** field, type
4. In the masthead, click [plus icon]{{highlight qs-masthead-import}} button and select **Import from Git**.

5. In the **Git Repo URL** field, type
`https://github.com/sclorg/django-ex.git`.

5. Expand the **Show advanced Git options**, and type `4.2.x` in the **Git reference** field.
6. Expand the **Show advanced Git options**, and type `4.2.x` in the **Git reference** field.

6. Under Deploy section, make sure the **Serverless Deployment** is selected.
7. Under Deploy section, make sure the resource type **Serverless Deployment** is selected.

7. At the end of the page, click **Create**.
8. At the end of the page, click **Create**.


The **Topology** view displays your new Serverless application. The
Expand Down
12 changes: 6 additions & 6 deletions templates/serverless-application-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ spec:
- description: >-
### To create a serverless application:

1. From the **Developer** perspective, in the navigation menu, click
[+Add](/add).
1. In the main navigation menu, select [Home]{{highlight qs-nav-home}} and select **Projects**.

2. At the top of the page, in the **Projects** list, select a project to
create the application in. You can also create a new one.
2. Click the **Create Project** button to create a project for your application.

3. Click **Import from Git** on **Git Repository** card.
3. In the **Name** field, enter a name for your new project. Then click **Create**.

4. In the masthead, click [plus icon]{{highlight qs-masthead-import}} button and select **Import from Git**.

4. In the **Git Repo URL** field, type
`https://github.com/sclorg/django-ex.git`.

5. Expand the **Show advanced Git options**, and type `4.2.x` in the **Git reference** field.

6. Under Deploy section, make sure the **Serverless Deployment** is selected.
6. Under Deploy section, make sure the resource type **Serverless Deployment** is selected.

7. At the end of the page, click **Create**.

Expand Down