Skip to content

Commit

Permalink
Update screenshots for Getting Started (github#496)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Prall <prall.jacob@gmail.com>
  • Loading branch information
Loquacity and jacobprall authored Sep 30, 2021
1 parent a18c8e9 commit eb54383
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions timescaledb/getting-started/launch-timescaledb.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Sign up for Timescale Cloud by visiting [console.cloud.timescale.com][cloud-sign

Provide your full name, email address, and a strong password to start:

<img class="main-content__illustration" src="https://assets.iobeam.com/images/docs/forge_images/timescale-forge-signup-page.png" alt="Sign up for Timescale Forge"/>
<img class="main-content__illustration" src="https://s3.amazonaws.com/assets.timescale.com/docs/images/tsc-signup.png" alt="Sign up for Timescale Cloud"/>

You will need to confirm your account by clicking the link you receive via
email. If you do not receive this link, please first check your spam folder
Expand All @@ -34,7 +34,7 @@ After you complete account verification, you can visit the

To begin, click 'Create service'.

<img class="main-content__illustration" src="https://assets.iobeam.com/images/docs/forge_images/timescale-forge-service-creation.png" alt="Set up a Timescale Forge service"/>
<img class="main-content__illustration" src="https://s3.amazonaws.com/assets.timescale.com/docs/images/tsc-createdb.png" alt="Create a Timescale Cloud service"/>

For the purposes of this tutorial, **you can simply select the default name, compute
and storage options**. But don't worry, if you want to do more with Timescale Cloud
Expand All @@ -45,7 +45,7 @@ After you select 'Create service', you will see confirmation of your service acc
password information. You should save the information in this confirmation screen in
a safe place:

<img class="main-content__illustration" src="https://assets.iobeam.com/images/docs/forge_images/timescale-forge-service-confirmation.png" alt="View Timescale Forge service information"/>
<img class="main-content__illustration" src="https://s3.amazonaws.com/assets.timescale.com/docs/images/tsc-build-service.png" alt="Timescale Cloud service creation confirmation"/>

<highlight type="warning">
If you forget your password in the future, you can reset your password from the *service dashboard*.
Expand All @@ -55,15 +55,15 @@ It will take a couple minutes for your service to be provisioned. When your data
ready for connection, you should see a green `Running` label above the service in the
service dashboard.

<img class="main-content__illustration" src="https://assets.iobeam.com/images/docs/forge_images/timescale-forge-service-dashboard.png" alt="View all Timescale Forge services"/>
<img class="main-content__illustration" src="https://s3.amazonaws.com/assets.timescale.com/docs/images/tsc-service-dashboard.png" alt="Timescale Cloud dashboard"/>

Select any service to view *service details*. You can obtain connection,
configuration, and utilization information. In addition, you can reset the
password for your service, power down or power up any service (which stops
or starts your compute, although your storage persists), or delete
a service altogether.

<img class="main-content__illustration" src="https://assets.iobeam.com/images/docs/forge_images/timescale-forge-service-details.png" alt="View Timescale Forge service information"/>
<img class="main-content__illustration" src="https://s3.amazonaws.com/assets.timescale.com/docs/images/tsc-running-service.png" alt="View Timescale Cloud service information"/>

Now let's make sure you can connect to the database before we start adding data
and learning about everything that TimescaleDB offers!
Expand Down

0 comments on commit eb54383

Please sign in to comment.