You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,7 +26,7 @@ Chatwoot is designed to enhance customer satisfaction and improve customer suppo
26
26
- A Scaleway account logged into the [console](https://console.scaleway.com)
27
27
-[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
28
28
- 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
30
30
- Installed [Ruby 3.2.2](/tutorials/ruby-on-rails/) on your Instance
31
31
- A (sub-)domain pointed to the Instance's IP address
@@ -28,9 +28,9 @@ ClickHouse® is an open-source column-oriented database management system that a
28
28
1.[Log into your Instance using SSH](/compute/instances/how-to/connect-to-instance/).
29
29
2. Update the `apt` package cache and upgrade the software already installed on the Instance to the latest version available in the distribution repositories.
Copy file name to clipboardExpand all lines: tutorials/installation-lemp-ubuntu-bionic/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags: LEMP-Stack Ubuntu-Bionic Linux Nginx MySQL PHP certbot
9
9
categories:
10
10
- instances
11
11
dates:
12
-
validation: 2024-06-03
12
+
validation: 2025-01-02
13
13
posted: 2018-07-31
14
14
---
15
15
@@ -134,7 +134,7 @@ Nginx stores the configuration of virtual hosts in server blocks. All available
134
134
-`server_name` — The domain name relating to this server block.
135
135
-`location /` — This location block checks the existence of a requested file. It will deliver either the file or return a 404 error.
136
136
-`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.
138
138
3. Save and exit the file.
139
139
4. Create a symbolic link to enable the server block. Replace `example.com` with your domain.
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.
19
19
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).
21
21
22
22
<Macroid="requirements" />
23
23
@@ -261,7 +261,7 @@ Since the 2.4 version of Magento has been released, it uses [Elasticsearch](http
261
261
1. Change into the directory where Magento is located in your Instance.
262
262
```
263
263
cd /home/username/magento2
264
-
```
264
+
```
265
265
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.
Copy file name to clipboardExpand all lines: tutorials/mongodb-ubuntu-1604/index.mdx
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
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.
5
5
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.
8
8
tags: database mysql mongoDB UFW bindIP
9
9
categories:
10
10
- instances
11
11
dates:
12
-
validation: 2024-06-17
12
+
validation: 2025-01-02
13
13
posted: 2018-06-25
14
14
---
15
15
@@ -22,9 +22,13 @@ In contrast to relational databases, MongoDB® does not require a deep predefine
22
22
- A Scaleway account logged into the [console](https://console.scaleway.com)
23
23
-[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
24
24
- 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
26
26
-`sudo` privileges or access to the root user
27
27
28
+
<Messagetype="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
+
28
32
## Setting up MongoDB
29
33
30
34
### Adding MongoDB® Repository
@@ -38,28 +42,27 @@ In contrast to relational databases, MongoDB® does not require a deep predefine
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.
0 commit comments