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
@@ -94,7 +94,7 @@ Before installing GlusterFS, ensure each Instance can resolve the others via the
94
94
95
95
You should see GlusterFS 11.x and an active status for the service.
96
96
97
-
## Setting Up a distributed GlusterFS volume with Scaleway Block Storage
97
+
## Setting up a distributed GlusterFS volume with Scaleway Block Storage
98
98
99
99
<Messagetype="important">
100
100
In a production environment, it is **strongly recommended** to use dedicated storage, such as **Scaleway Block Storage**, instead of system directories for GlusterFS volumes.
Copy file name to clipboardExpand all lines: tutorials/strapi/index.mdx
+23-26Lines changed: 23 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ content:
10
10
paragraph: Strapi is an open-source, Node.js-based, headless CMS to manage content and make it available through a fully customizable API. In this tutorial you will learn how to deploy Strapi on a Scaleway Instance, to create and access a simple Hello World blog post.
11
11
tags: Strapi CMS Ubuntu
12
12
dates:
13
-
validation: 2024-10-15
13
+
validation: 2025-05-02
14
14
posted: 2020-11-30
15
15
---
16
16
@@ -41,7 +41,7 @@ In this tutorial, you will learn how to deploy Strapi on a [Scaleway Instance](/
41
41
```
42
42
4. Create the deb repository:
43
43
```
44
-
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
44
+
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
45
45
```
46
46
5. Update the `apt` package cache and install Node.js with the following command (npm and npx will also install):
47
47
```
@@ -76,7 +76,7 @@ In this tutorial, you will learn how to deploy Strapi on a [Scaleway Instance](/
76
76
2. Install Strapi in this directory and create a new project:
The command above uses the latest version of Strapi. Check out their [GitHub repository](https://github.com/strapi/strapi/releases) to find details and additional information about the Strapi release.
@@ -116,9 +116,12 @@ In this step, we will use the Strapi dashboard to configure Strapi for a very si
2. Complete the form with your desired information to create an admin user, then click `Let's Start`. Next, we will essentially define a new database to hold our blog content.
120
-
3. Click `Create Your First Content Type`.
121
-
4. Enter `Blog` as the display name (UID will auto-complete), and click `Continue`:
119
+
2. Complete the form with your desired information to create an admin user, then click **Let's Start**. Next, we will essentially define a new database to hold our blog content.
120
+
3. Click **Create Your First Content Type**.
121
+
<Messagetype="tip">
122
+
Alternatively, click **Content-Type Builder** and **+ Create new collection type** in the navigation menu.
123
+
</Message>
124
+
4. Enter **Blog** as the display name (UID will auto-complete), and click **Continue**:
122
125
<Lightboxsrc="scaleway-create-blog.webp"alt="" />
123
126
124
127
The following screen displays:
@@ -128,43 +131,37 @@ In this step, we will use the Strapi dashboard to configure Strapi for a very si
128
131
Next, we will define the fields for our Blog database. We will add two text fields, one to hold the title of each blog post and one to hold the content of each post:
14. Click `Public`. The following screen displays:
166
-
<Lightboxsrc="scaleway-permissions.webp"alt="" />
167
-
15. Under `Permissions`, you can see our `BLOG` application. Check the `findone` and `find` boxes to enable the public to find our blog posts. Then click `Save`:
163
+
14. Click **Public**. Under **Permissions**, you can see our **Blog** application.
164
+
16. Check the **findone** and **find** boxes in the **Blog** application dropdown, to enable the public to find our blog posts. Then click **Save**:
Copy file name to clipboardExpand all lines: tutorials/zammad-ticketing/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Zammad is an open-source helpdesk system that allows you to oversee customer int
19
19
This tutorial will guide you through the process of installing Zammad on a Scaleway Instance operating on **Ubuntu 20.04 LTS (Focal Fossa)**. Furthermore, you will receive a brief orientation of the application.
20
20
21
21
<Messagetype="tip">
22
-
We recommend you follow this tutorial using a [Cost-Optimized Instance](/instances/reference-content/choosing-instance-type/).
22
+
We recommend you follow this tutorial using a [Cost-Optimized Instance](/instances/reference-content/choosing-instance-type/). If you are installing Zammad on Ubuntu 22.04 and up, avoid using an Instance with ARM architecure to follow this tutorial, as the package manager used upon installation is not compatible with the ARM architecture.
23
23
</Message>
24
24
25
25
<Macroid="requirements" />
@@ -95,13 +95,13 @@ Zammad requires an [Elasticsearch](https://www.elastic.co/elasticsearch/) databa
0 commit comments