diff --git a/menu/navigation.json b/menu/navigation.json index 3cebb2c060..ddef613539 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -112,6 +112,10 @@ }, { "items": [ + { + "label": "Use case: informational website", + "slug": "use-case-informational-website" + }, { "label": "Product availability overview", "slug": "products-availability" diff --git a/pages/account/reference-content/use-case-informational-website.mdx b/pages/account/reference-content/use-case-informational-website.mdx new file mode 100644 index 0000000000..f7bfc77546 --- /dev/null +++ b/pages/account/reference-content/use-case-informational-website.mdx @@ -0,0 +1,84 @@ +--- +meta: + title: $title Hosting an informational website + description: $desc Learn about the different ways to deploy an informational website (blog, portfolio, showcase) with Scaleway. +content: + h1: *title + paragraph: *desc +tags: use-case informational-website website blog portfolio showcase +dates: + validation: 2025-03-12 + posted: 2025-03-12 +categories: + - use-cases +--- + +An informational website, such as a portfolio, blog, or showcase, offers numerous benefits. It provides a platform to easily share your ideas, work, and expertise with a global audience. The process of deploying such a site is straightforward and cost-effective. With built-in security features, it ensures your content is protected, while reliable performance guarantees a smooth user experience for your visitors. + +Your informational website can be based on several different architectures, that all come with benefits and tradeoffs: + +| Deployment Method | Benefits | Tradeoffs | +|-------------------------|-----------------------------------------------|--------------------------------------| +| Based on Object Storage | Cost-effective and highly available, suitable for static content. | Limited to serving static files, no server-side processing. | +| Based on Web Hosting | Easy to set up and manage, suitable for small to medium websites. | Less control over the environment, can be limited in terms of customization. | +| Based on Instances | Full control over the server environment, suitable for complex applications. | More complex setup and management, potentially higher costs. | +| Based on Elastic Metal (Aluminium) and Flexible IPs | Dedicated physical resources and high performance, suitable for demanding applications. | Higher costs, requires more technical expertise to manage. | + +## Hosting a website using Object Storage + +Scaleway Object Storage is an ideal solution for beginners and those seeking a simple, cost-effective method to host a static website. The Bucket Website feature allows you to easily deploy static content, and use your own domain name. In addition, Scaleway Edge services provides a caching service for enhanced performance on your website. + +Follow the steps below to quickly deploy an informational website using [Scaleway Object Storage](/object-storage/). + +1. (optional) [Add a domain name](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones. + +2. [Create an Object Storage bucket](/object-storage/how-to/create-a-bucket/). + +3. [Enable the bucket website feature](/docs/storage/object/how-to/use-bucket-website/) + +4. (optional) [Configure a custom domain name](/tutorials/s3-customize-url-cname/) to make your website accessible with a branded URL. + + +5. [Configure an Edge Services pipeline (TLS)](/edge-services/quickstart/) to add a caching service to improve performance. + +## Hosting a website using Web Hosting + +Scaleway Web Hosting offers a simple, scalable, and secure solution with over 420 click-to-deploy apps, making it easy to host websites with CMS like WordPress or use control panels like Plesk or cPanel without managing servers. It's ideal for users who prefer a complete web hosting control panel and quick setup. Follow the steps below to quickly deploy an informational website using [Scaleway Web Hosting](/web-hosting/). + +1. [Search for an available domain name for your website](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). + +2. [Order Web Hosting](/webhosting/how-to/order-webhosting/) to efficiently deploy and serve your website. + +3. [Configure your domain name and its DNS records](/domains-and-dns/how-to/configure-dns-zones/). + +4. [Configure your DNS for Web Hosting](/webhosting/quickstart/#how-to-configure-dns-for-web-hosting) + +5. Choose a CMS, such as WordPress. + +## Hosting a website using Instances + +Hosting using Instances is a solution suited for users familiar with Unix operating systems and command line installations of tools like WordPress, Nginx, MySQL, and PHP. It offers full control over the virtual infrastructure and app installations, but requires maintenance by the user. + +1. [Register a domain name](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones. + +2. Deploy WordPress on your Instance to start building your website quickly and easily. You can: + + - [Create a new Instance and deploy WordPress](/tutorials/wordpress-instantapp/) in one click using InstantApp. + + - [Deploy WordPress on an existing Instance](/tutorials/wordpress-lemp-stack/) with LEMP on Ubuntu Bionic Beaver. + +3. [Configure your domain name and its DNS records](/domains-and-dns/how-to/configure-dns-zones/). + +4. [Create an image of your Instance](/instances/how-to/create-a-backup/). + +5. (Optional) Edit your WordPress settings to add your domain name. + +## Hosting a website using Elastic Metal (Aluminium) + +Elastic Metal (Aluminium) is an expert-level solution for users who require full control over the infrastructure. It provides optimal performance by leveraging the dedicated hardware resources at a cost lower than equivalent instances. You can install any operating system and applications you need, but you are responsible for maintaining your entire software stack. + +1. [Register a domain name](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones. + +2. Deploy WordPress. + +3. [Configure your domain name and its DNS records](/domains-and-dns/how-to/configure-dns-zones/). \ No newline at end of file diff --git a/pages/billing/additional-content/assets/scaleway-savings-plan.webp b/pages/billing/additional-content/assets/scaleway-savings-plan.webp index 841d9a4bf4..9593877c3a 100644 Binary files a/pages/billing/additional-content/assets/scaleway-savings-plan.webp and b/pages/billing/additional-content/assets/scaleway-savings-plan.webp differ diff --git a/pages/data-lab/troubleshooting/index.mdx b/pages/data-lab/troubleshooting/index.mdx index 3e85c9c78d..b4d2aabd9c 100644 --- a/pages/data-lab/troubleshooting/index.mdx +++ b/pages/data-lab/troubleshooting/index.mdx @@ -5,28 +5,4 @@ meta: content: h1: Distributed Data Lab Troubleshooting paragraph: Troubleshoot common issues with Scaleway Distributed Data Lab. -dates: - posted: 2025-03-13 - validation: 2025-03-13 --- - - - -## Featured Pages - - - - - -## Distributed Data Lab troubleshooting pages - -- [Troubleshooting Distributed Data Lab execution issues](/data-lab/troubleshooting/cannot-run-data-lab/) diff --git a/pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx b/pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx index 47e06fadf7..afc0e1aee2 100644 --- a/pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx +++ b/pages/environmental-footprint/additional-content/environmental-footprint-calculator.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how Scaleway calculates the environmental footprint of its products and services in detail. tags: environmental-footprint impact environment datacentre dates: - validation: 2024-09-11 + validation: 2025-03-17 posted: 2024-09-11 categories: - environmental-footprint @@ -163,7 +163,7 @@ To integrate this into the overall calculation, we will first get the total envi Providing water consumption metrics is essential in the context of cloud services hosted in data centers because water plays a key role in cooling systems, which ensure the optimal operating temperatures for servers. The amount of water consumed depends on factors such as the temperature, humidity, and the design of the cooling system. For instance, in hot and dry climates, water consumption tends to be higher. At Scaleway, we choose our data centers also taking this criterion into account to reduce water consumption as much as possible. -This data is availlable for: +This data is available for: * FR-PAR-1 * FR-PAR-2 * FR-PAR-3 diff --git a/pages/environmental-footprint/concepts.mdx b/pages/environmental-footprint/concepts.mdx index 5251a8162c..fbd4bcdee2 100644 --- a/pages/environmental-footprint/concepts.mdx +++ b/pages/environmental-footprint/concepts.mdx @@ -7,7 +7,7 @@ content: paragraph: Understand the fundamental concepts of the Environmental Footprint calculator at Scaleway. tags: environmental-footprint impact environment datacentre dates: - validation: 2024-09-11 + validation: 2025-03-17 --- ## DDV_DC (Data center Lifespan) diff --git a/pages/iam/how-to/assets/scaleway-policy-overview.jpg b/pages/iam/how-to/assets/scaleway-policy-overview.jpg deleted file mode 100644 index 1ad5aef66b..0000000000 Binary files a/pages/iam/how-to/assets/scaleway-policy-overview.jpg and /dev/null differ diff --git a/pages/iam/how-to/assets/scaleway-policy-overview.webp b/pages/iam/how-to/assets/scaleway-policy-overview.webp new file mode 100644 index 0000000000..d6a7aee40d Binary files /dev/null and b/pages/iam/how-to/assets/scaleway-policy-overview.webp differ diff --git a/pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx b/pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx index 68b9b43f3c..6586f33cd3 100644 --- a/pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx +++ b/pages/managed-databases-for-postgresql-and-mysql/api-cli/pg-audit.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to set up and use the pgaudit extension. tags: managed-database postgresql pgaudit pg-extensions dates: - validation: 2024-09-10 + validation: 2025-03-17 posted: 2024-03-05 categories: - managed-databases diff --git a/pages/managed-mongodb-databases/quickstart.mdx b/pages/managed-mongodb-databases/quickstart.mdx index a45468b152..86b1adc4f1 100644 --- a/pages/managed-mongodb-databases/quickstart.mdx +++ b/pages/managed-mongodb-databases/quickstart.mdx @@ -7,14 +7,14 @@ content: paragraph: This page shows you how to get started with Managed MongoDB®. tags: document managed-database database mongodb dates: - validation: 2024-09-12 + validation: 2025-03-17 posted: 2024-09-12 categories: - managed-databases --- -Managed MongoDB® is currently in private beta. Click [here](https://www.scaleway.com/en/managed-mongodb/) to join the waiting list. +Managed MongoDB® is currently in public beta. [Fill out the form](https://www.scaleway.com/en/managed-mongodb/) to be notified of the General Availability or if you want to get in touch with our team about Managed MongoDB®. Managed MongoDB® provides fully-managed document Database Instances, with MongoDB® as a database engine. diff --git a/pages/organizations-and-projects/how-to/add-resources-project.mdx b/pages/organizations-and-projects/how-to/add-resources-project.mdx index b22f02f1f1..45b2ed0fea 100644 --- a/pages/organizations-and-projects/how-to/add-resources-project.mdx +++ b/pages/organizations-and-projects/how-to/add-resources-project.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to add resources to a Project tags: resources add-resource add project dates: - validation: 2024-09-10 + validation: 2025-03-17 posted: 2021-06-10 categories: - console @@ -20,7 +20,7 @@ categories: - [Added and validated a payment method](/billing/how-to/add-payment-method/) - Make sure that you are editing the correct Project before adding new [resources](/iam/concepts/#resource) to it. + Make sure that you are editing the correct Project before adding new [resources](/iam/concepts/#resource) to it. 1. Click the **Projects** tab from the [Organization Dashboard](https://console.scaleway.com/organization). A list of your Projects displays. diff --git a/pages/organizations-and-projects/how-to/change-project-name.mdx b/pages/organizations-and-projects/how-to/change-project-name.mdx index fe576f0212..cea03b2d12 100644 --- a/pages/organizations-and-projects/how-to/change-project-name.mdx +++ b/pages/organizations-and-projects/how-to/change-project-name.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to change the name of a Project tags: change project-name project dates: - validation: 2024-09-10 + validation: 2025-03-17 posted: 2021-06-10 categories: - console diff --git a/pages/organizations-and-projects/how-to/create-a-project.mdx b/pages/organizations-and-projects/how-to/create-a-project.mdx index 8853c11f7d..34e3d3ef91 100644 --- a/pages/organizations-and-projects/how-to/create-a-project.mdx +++ b/pages/organizations-and-projects/how-to/create-a-project.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to create a Scaleway Project tags: account create project create-project dates: - validation: 2024-09-10 + validation: 2025-03-17 posted: 2021-06-10 categories: - console diff --git a/pages/organizations-and-projects/how-to/delete-a-project.mdx b/pages/organizations-and-projects/how-to/delete-a-project.mdx index d7c2f2e3c7..ec63597ba4 100644 --- a/pages/organizations-and-projects/how-to/delete-a-project.mdx +++ b/pages/organizations-and-projects/how-to/delete-a-project.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to delete a Project tags: delete-project delete project dates: - validation: 2024-09-10 + validation: 2025-03-17 posted: 2021-06-10 categories: - console diff --git a/pages/organizations-and-projects/how-to/use-organizations.mdx b/pages/organizations-and-projects/how-to/use-organizations.mdx index 32fa0ffa32..c247004d8c 100644 --- a/pages/organizations-and-projects/how-to/use-organizations.mdx +++ b/pages/organizations-and-projects/how-to/use-organizations.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to use Organizations tags: organizations invite user dates: - validation: 2024-09-10 + validation: 2025-03-17 posted: 2024-03-04 categories: - console diff --git a/pages/organizations-and-projects/quickstart.mdx b/pages/organizations-and-projects/quickstart.mdx index d1ce5cc99f..316455e080 100644 --- a/pages/organizations-and-projects/quickstart.mdx +++ b/pages/organizations-and-projects/quickstart.mdx @@ -7,7 +7,7 @@ content: paragraph: This page shows you how to get started with Scaleway Organizations and Projects. tags: project ssh-key api-key putty organizations dates: - validation: 2024-09-10 + validation: 2025-03-17 posted: 2021-05-26 categories: - console diff --git a/pages/serverless-containers/troubleshooting/index.mdx b/pages/serverless-containers/troubleshooting/index.mdx index 6019bc16e6..bf2f2eea5b 100644 --- a/pages/serverless-containers/troubleshooting/index.mdx +++ b/pages/serverless-containers/troubleshooting/index.mdx @@ -11,15 +11,12 @@ dates: categories: - serverless --- - - ## Featured Pages - - -## Featured Pages - - - - - - - -## Serverless SQL Databases troubleshooting pages - -- [Solving connection errors](/serverless-sql-databases/troubleshooting/connection-errors/) -- [Solving Serverless SQL Databases connection timeouts](/serverless-sql-databases/troubleshooting/connection-timeout/) -- [Solving failing manual backup and restore operations](/serverless-sql-databases/troubleshooting/failing-backup-restore/) -- [Solving maximum prepared statements size errors](/serverless-sql-databases/troubleshooting/maximum-prepared-statements-reached/) \ No newline at end of file diff --git a/pages/transactional-email/how-to/manage-tem-plans.mdx b/pages/transactional-email/how-to/manage-tem-plans.mdx index ec573fb52c..a38f03b34d 100644 --- a/pages/transactional-email/how-to/manage-tem-plans.mdx +++ b/pages/transactional-email/how-to/manage-tem-plans.mdx @@ -7,7 +7,7 @@ content: paragraph: Step-by-step guide to managing your TEM plans with Scaleway. tags: tem plans management transactional email dates: - validation: 2024-03-12 + validation: 2025-03-17 posted: 2024-03-12 categories: - transactional-email diff --git a/pages/transactional-email/reference-content/tem-dedicated-ip.mdx b/pages/transactional-email/reference-content/tem-dedicated-ip.mdx index 08b2c618a0..e7aa063e42 100644 --- a/pages/transactional-email/reference-content/tem-dedicated-ip.mdx +++ b/pages/transactional-email/reference-content/tem-dedicated-ip.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn about the benefits of using a dedicated IP for email sending, how TEM-managed dedicated IPs work, and when to use them. tags: dedicated ip email deliverability tem ip management dates: - validation: 2024-03-10 + validation: 2025-03-17 posted: 2024-03-10 categories: - transactional-email