-
Notifications
You must be signed in to change notification settings - Fork 258
docs(AXP): add informational website use case MTA-5570 #4605
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
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d393ac2
docs(AXP): add informational website use case MTA-5570
SamyOubouaziz be670a9
docs(gen): update
SamyOubouaziz 8274c19
docs(gen): update
SamyOubouaziz b3de944
revert wrong commits
SamyOubouaziz 3556765
fix(gen): reviews 17/03 (#4640)
ldecarvalho-doc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84 changes: 84 additions & 0 deletions
84
pages/account/reference-content/use-case-informational-website.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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/). | ||
Binary file modified
BIN
+18.2 KB
(160%)
pages/billing/additional-content/assets/scaleway-savings-plan.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,49 +1,8 @@ | ||
| --- | ||
| meta: | ||
| title: Serverless SQL Databases - Troubleshooting | ||
| description: Comprehensive guides to troubleshooting Scaleway Serverless SQL Databases. | ||
| title: SQL Databases - Troubleshooting | ||
| description: Comprehensive guide to troubleshooting Scaleway serverless SQL databases. | ||
| content: | ||
| h1: Serverless SQL Databases - Troubleshooting | ||
| paragraph: Comprehensives guide to troubleshooting Scaleway Serverless SQL Databases. | ||
| dates: | ||
| posted: 2025-03-13 | ||
| validation: 2025-03-13 | ||
|
|
||
| h1: SQL Databases - Troubleshooting | ||
| paragraph: Comprehensive guide to troubleshooting Scaleway serverless SQL databases. | ||
| --- | ||
|
|
||
|
|
||
| <ProductHeader | ||
| productName="Serverless SQL Databases troubleshooting" | ||
| productLogo="serverlessDB" | ||
| description="Find resources for resolving issues with Scaleway Serverless SQL Databases." | ||
| /> | ||
|
|
||
| ## Featured Pages | ||
|
|
||
| <Grid> | ||
| <DefaultCard | ||
| title="Serverless SQL Databases FAQ" | ||
| description="General info on Serverless SQL Databases" | ||
| url="/faq/serverless-sql-databases/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Differences between Serverless Databases and postgreSQL" | ||
| description="Known differences with default postgreSQL." | ||
| url="/serverless-sql-databases/reference-content/known-differences/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Serverless SQL Databases overview" | ||
| description="Technical specifications of Serverless SQL Databases." | ||
| url="/serverless-sql-databases/reference-content/serverless-sql-databases-overview/" | ||
| label="See more" | ||
| /> | ||
| </Grid> | ||
|
|
||
| ## 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/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.