Skip to content

Commit 7e607a5

Browse files
fix(tutos): pt 2 (#4163)
1 parent 0f80d67 commit 7e607a5

File tree

17 files changed

+95
-78
lines changed

17 files changed

+95
-78
lines changed

tutorials/deploy-chatwoot-self-care/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: chatwoot crm customer-service
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-05-27
12+
validation: 2025-01-02
1313
posted: 2023-05-16
1414
---
1515

@@ -26,7 +26,7 @@ Chatwoot is designed to enhance customer satisfaction and improve customer suppo
2626
- A Scaleway account logged into the [console](https://console.scaleway.com)
2727
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2828
- An [SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/)
29-
- A [Production-Optimized Instance](/compute/instances/how-to/create-an-instance/) with at least 8 GB RAM and 25 GB Block Storage, running on Ubuntu 20.04 LTS
29+
- A [Production-Optimized Instance](/compute/instances/how-to/create-an-instance/) with at least 8 GB RAM and 25 GB Block Storage, running on Ubuntu 20.04 LTS or later
3030
- Installed [Ruby 3.2.2](/tutorials/ruby-on-rails/) on your Instance
3131
- A (sub-)domain pointed to the Instance's IP address
3232

tutorials/deploy-clickhouse-database/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hero: assets/scaleway-clickhouse.webp
1010
categories:
1111
- instances
1212
dates:
13-
validation: 2024-06-17
13+
validation: 2025-01-02
1414
posted: 2022-12-01
1515
---
1616

@@ -28,9 +28,9 @@ ClickHouse® is an open-source column-oriented database management system that a
2828
1. [Log into your Instance using SSH](/compute/instances/how-to/connect-to-instance/).
2929
2. Update the `apt` package cache and upgrade the software already installed on the Instance to the latest version available in the distribution repositories.
3030
```
31-
apt update && apy upgrade -y
31+
apt update && apt upgrade -y
3232
```
33-
3. Download the ClickHose installer:
33+
3. Download the ClickHouse installer:
3434
```
3535
curl https://clickhouse.com/ | sh
3636
```

tutorials/gitlab-instant-app/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: apps GitLab InstantApp
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-06-11
12+
validation: 2025-01-02
1313
posted: 2015-05-07
1414
---
1515

tutorials/install-openlitespeed-wordpress/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: OpenLiteSpeed Wordpress Ubuntu Bionic-Beaver php
1111
dates:
12-
validation: 2024-05-27
12+
validation: 2025-01-02
1313
posted: 2019-08-07
1414
---
1515

tutorials/install-wireguard/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: vpn WireGuard Linux android
1111
dates:
12-
validation: 2024-05-29
12+
validation: 2025-01-02
1313
posted: 2019-03-28
1414
---
1515

tutorials/installation-lemp-ubuntu-bionic/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: LEMP-Stack Ubuntu-Bionic Linux Nginx MySQL PHP certbot
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-06-03
12+
validation: 2025-01-02
1313
posted: 2018-07-31
1414
---
1515

@@ -134,7 +134,7 @@ Nginx stores the configuration of virtual hosts in server blocks. All available
134134
- `server_name` — The domain name relating to this server block.
135135
- `location /` — This location block checks the existence of a requested file. It will deliver either the file or return a 404 error.
136136
- `location ~ \.php$` — The second location block handles the PHP processing by pointing Nginx to the fastcgi-php.conf configuration file and the php7.2-fpm.sock file, which declares what socket is associated with php-fpm.
137-
- `location ~ /\.ht` — The last location block prevents .htaccess files from being processed by Nginx. Any .htaccess located in the directory root won't be served to visitors.
137+
- `location ~ /\.ht` — The last location block prevents .htaccess files from being processed by Nginx. Any .htaccess located in the directory root will not be served to visitors.
138138
3. Save and exit the file.
139139
4. Create a symbolic link to enable the server block. Replace `example.com` with your domain.
140140
```bash

tutorials/installation-lemp-ubuntu-focal/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: LEMP-Stack Ubuntu Linux Nginx MySQL PHP certbot
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-06-17
12+
validation: 2025-01-02
1313
posted: 2021-12-03
1414
---
1515

tutorials/jitsi-ubuntu-focal-fossa/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- domains-and-dns
1111
tags: media Jitsi-Meet videoconferencing
1212
dates:
13-
validation: 2024-06-11
13+
validation: 2025-01-02
1414
posted: 2022-11-17
1515
---
1616

tutorials/magento-ubuntu/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
meta:
3-
title: Deploying Magento Open Source on Ubuntu 20.04
3+
title: Deploying Magento Open Source on Ubuntu
44
description: Learn how to deploy the Magento e-commerce platform on a Scaleway Instance using a LAMP stack.
55
content:
6-
h1: Deploying Magento Open Source on Ubuntu 20.04
6+
h1: Deploying Magento Open Source on Ubuntu
77
paragraph: Learn how to deploy the Magento e-commerce platform on a Scaleway Instance using a LAMP stack.
88
tags: dedicated-server magento Open-Source e-commerce LAMP-stack
99
hero: assets/scaleway_magento.webp
1010
categories:
1111
- instances
1212
- domains-and-dns
1313
dates:
14-
validation: 2024-06-17
14+
validation: 2025-01-02
1515
posted: 2020-06-17
1616
---
1717

1818
Magento is one of the most popular e-commerce systems available, with more than 100.000 online stores based on the platform. It is written in PHP and uses the Zend Framework. Database-wise it uses the MySQL or MariaDB relational database system.
1919

20-
In this tutorial, you will learn how to install the open-source version of Magento on a Scaleway Instance running on Ubuntu Focal Fossa (20.04 LTS). To support the tool, we will deploy a LAMP stack (Ubuntu Linux, Apache2, MariaDB, and PHP).
20+
In this tutorial, you will learn how to install the open-source version of Magento on a Scaleway Instance running on Ubuntu Focal Fossa (20.04 LTS) or later. To support the tool, we will deploy a LAMP stack (Ubuntu Linux, Apache2, MariaDB, and PHP).
2121

2222
<Macro id="requirements" />
2323

@@ -261,7 +261,7 @@ Since the 2.4 version of Magento has been released, it uses [Elasticsearch](http
261261
1. Change into the directory where Magento is located in your Instance.
262262
```
263263
cd /home/username/magento2
264-
```
264+
```
265265
2. Run the command below to install Magento. Replace the variables in the command to match your previous configuration and set the username and password for your Magento `admin` user.
266266
```
267267
sudo bin/magento setup:install --base-url=http://example.com/ --db-host=localhost --db-name=magento --db-user=magento_db --db-password=your_secret_password --admin-firstname=Admin --admin-lastname=User [email protected] --admin-user=admin --admin-password=admin123 --language=en_US --currency=EUR --timezone=Europe/Paris --use-rewrites=1

tutorials/mongodb-ubuntu-1604/index.mdx

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
meta:
3-
title: Install and secure MongoDB® on Ubuntu 22.04 Jammy Jellyfish
4-
description: Follow a 3-step tutorial to install and secure MongoDB® on Ubuntu 22.04 Jammy Jellyfish for robust database management.
3+
title: Install and secure MongoDB® on Ubuntu 24.04 Noble Numbat
4+
description: Follow a 3-step tutorial to install and secure MongoDB® on Ubuntu 24.04 Noble Numbat for robust database management.
55
content:
6-
h1: Install and secure MongoDB® on Ubuntu 22.04 Jammy Jellyfish
7-
paragraph: Follow a 3-step tutorial to install and secure MongoDB® on Ubuntu 22.04 Jammy Jellyfish for robust database management.
6+
h1: Install and secure MongoDB® on Ubuntu 24.04 Noble Numbat
7+
paragraph: Follow a 3-step tutorial to install and secure MongoDB® on Ubuntu 24.04 Noble Numbat for robust database management.
88
tags: database mysql mongoDB UFW bindIP
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-06-17
12+
validation: 2025-01-02
1313
posted: 2018-06-25
1414
---
1515

@@ -22,9 +22,13 @@ In contrast to relational databases, MongoDB® does not require a deep predefine
2222
- A Scaleway account logged into the [console](https://console.scaleway.com)
2323
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2424
- An [SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/)
25-
- An [Instance](/compute/instances/how-to/create-an-instance/) running on Ubuntu 22.O4 or later
25+
- An [Instance](/compute/instances/how-to/create-an-instance/) running on Ubuntu 24.O4 or later
2626
- `sudo` privileges or access to the root user
2727

28+
<Message type="tip">
29+
If you want to set up a MongoDB® Instance without worrying about the upkeep of compute resources, you can [create a Managed Databases for MongoDB® Instance](/managed-databases/mongodb/how-to/create-a-database-instance). These are powerful Database Instances managed by Scaleway.
30+
</Message>
31+
2832
## Setting up MongoDB
2933

3034
### Adding MongoDB® Repository
@@ -38,28 +42,27 @@ In contrast to relational databases, MongoDB® does not require a deep predefine
3842
3943
```
4044

41-
2. Update the Ubuntu package manager (`apt`).
45+
2. Update the Ubuntu package manager (`apt`) and the Ubuntu packages already installed.
4246
```
43-
apt update
47+
apt-get update && apt-get upgrade -y
4448
```
45-
3. Upgrade the Ubuntu packages already installed and install `gnupg` and `curl` if they are not already available.
49+
3. Install `gnupg` and `curl` if they are not already available.
4650
```
47-
apt upgrade -y
48-
apt install gnupg curl
51+
apt-get install gnupg curl
4952
```
5053
4. Import the key for the official MongoDB® repository (Ubuntu ensures the authenticity of software packages by verifying that they are signed with GPG keys.).
5154
```
52-
curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | \
53-
sudo gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \
55+
curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | \
56+
sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg \
5457
--dearmor
5558
```
5659
5. Add the MongoDB® repository details so that Ubuntu's `apt` command-line tool will know where to download the packages. Execute the following command to create a list file for MongoDB.
5760
```
58-
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list
61+
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
5962
```
6063
6. Update the packages list.
6164
```
62-
apt update
65+
apt-get update
6366
```
6467

6568
### Installing MongoDB

0 commit comments

Comments
 (0)