|
| 1 | +--- |
| 2 | +meta: |
| 3 | + title: $title Hosting an informational website |
| 4 | + description: $desc Learn about the different ways to deploy an informational website (blog, portfolio, showcase) with Scaleway. |
| 5 | +content: |
| 6 | + h1: *title |
| 7 | + paragraph: *desc |
| 8 | +tags: use-case informational-website website blog portfolio showcase |
| 9 | +dates: |
| 10 | + validation: 2025-03-12 |
| 11 | + posted: 2025-03-12 |
| 12 | +categories: |
| 13 | + - use-cases |
| 14 | +--- |
| 15 | + |
| 16 | +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. |
| 17 | + |
| 18 | +Your informational website can be based on several different architectures, that all come with benefits and tradeoffs: |
| 19 | + |
| 20 | +| Deployment Method | Benefits | Tradeoffs | |
| 21 | +|-------------------------|-----------------------------------------------|--------------------------------------| |
| 22 | +| Based on Object Storage | Cost-effective and highly available, suitable for static content. | Limited to serving static files, no server-side processing. | |
| 23 | +| 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. | |
| 24 | +| Based on Instances | Full control over the server environment, suitable for complex applications. | More complex setup and management, potentially higher costs. | |
| 25 | +| 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. | |
| 26 | + |
| 27 | +## Hosting a website using Object Storage |
| 28 | + |
| 29 | +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. |
| 30 | + |
| 31 | +Follow the steps below to quickly deploy an informational website using [Scaleway Object Storage](/object-storage/). |
| 32 | + |
| 33 | +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. |
| 34 | + |
| 35 | +2. [Create an Object Storage bucket](/object-storage/how-to/create-a-bucket/). |
| 36 | + |
| 37 | +3. [Enable the bucket website feature](/docs/storage/object/how-to/use-bucket-website/) |
| 38 | + |
| 39 | +4. (optional) [Configure a custom domain name](/tutorials/s3-customize-url-cname/) to make your website accessible with a branded URL. |
| 40 | + |
| 41 | + |
| 42 | +5. [Configure an Edge Services pipeline (TLS)](/edge-services/quickstart/) to add a caching service to improve performance. |
| 43 | + |
| 44 | +## Hosting a website using Web Hosting |
| 45 | + |
| 46 | +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/). |
| 47 | + |
| 48 | +1. [Search for an available domain name for your website](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). |
| 49 | + |
| 50 | +2. [Order Web Hosting](/webhosting/how-to/order-webhosting/) to efficiently deploy and serve your website. |
| 51 | + |
| 52 | +3. [Configure your domain name and its DNS records](/domains-and-dns/how-to/configure-dns-zones/). |
| 53 | + |
| 54 | +4. [Configure your DNS for Web Hosting](/webhosting/quickstart/#how-to-configure-dns-for-web-hosting) |
| 55 | + |
| 56 | +5. Choose a CMS, such as WordPress. |
| 57 | + |
| 58 | +## Hosting a website using Instances |
| 59 | + |
| 60 | +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. |
| 61 | + |
| 62 | +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. |
| 63 | + |
| 64 | +2. Deploy WordPress on your Instance to start building your website quickly and easily. You can: |
| 65 | + |
| 66 | + - [Create a new Instance and deploy WordPress](/tutorials/wordpress-instantapp/) in one click using InstantApp. |
| 67 | + |
| 68 | + - [Deploy WordPress on an existing Instance](/tutorials/wordpress-lemp-stack/) with LEMP on Ubuntu Bionic Beaver. |
| 69 | + |
| 70 | +3. [Configure your domain name and its DNS records](/domains-and-dns/how-to/configure-dns-zones/). |
| 71 | + |
| 72 | +4. [Create an image of your Instance](/instances/how-to/create-a-backup/). |
| 73 | + |
| 74 | +5. (Optional) Edit your WordPress settings to add your domain name. |
| 75 | + |
| 76 | +## Hosting a website using Elastic Metal (Aluminium) |
| 77 | + |
| 78 | +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. |
| 79 | + |
| 80 | +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. |
| 81 | + |
| 82 | +2. Deploy WordPress. |
| 83 | + |
| 84 | +3. [Configure your domain name and its DNS records](/domains-and-dns/how-to/configure-dns-zones/). |
0 commit comments