Skip to content

Commit 6e03b0e

Browse files
committed
EN proofreading + date update
1 parent 1c7e862 commit 6e03b0e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pages/bare_metal_cloud/virtual_private_servers/import-lovable-website-on-vps/guide.en-gb.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "How to create and import a Lovable website on an OVHcloud VPS"
3-
excerpt: "Find out how to host a website generated by Lovable.dev on your OVHcloud VPS"
4-
updated: 2025-08-14
3+
excerpt: "Find out how to host a website generated by Lovable.dev on an OVHcloud VPS"
4+
updated: 2025-08-18
55
---
66

77
## Objective
@@ -20,9 +20,9 @@ updated: 2025-08-14
2020

2121
- [Step 1: Build your website on Lovable.dev](#step1)
2222
- [Step 2: Export your website via GitHub and retrieve it](#step2)
23-
- [Step 3: Send the archive to the VPS](#step3)
23+
- [Step 3: Upload the archive to the VPS](#step3)
2424
- [Step 4: Install Node.js and the necessary tools](#step4)
25-
- [Step 5: Decompress and build your website](#step5)
25+
- [Step 5: Unzip and build your website](#step5)
2626
- [Step 6: Deploy your website](#step6)
2727
- [Step 7: Install and configure the web server](#step7)
2828
- [Step 8: Access your website](#step8)
@@ -51,7 +51,7 @@ From this GitHub repository, perform the following actions:
5151
1. This downloads a `.zip` file containing your project.
5252
1. Unzip it.
5353

54-
### Step 3: Send the archive to the VPS <a name="step3"></a>
54+
### Step 3: Upload the archive to the VPS <a name="step3"></a>
5555

5656
In your terminal (where the `.zip` file is located), use this command:
5757

@@ -98,9 +98,9 @@ node -v
9898
npm -v
9999
```
100100

101-
### Step 5: Decompress and build your website <a name="step5"></a>
101+
### Step 5: Unzip and build your website <a name="step5"></a>
102102

103-
Unzip the archive `.zip` into a destination folder (e.g.: `lovable-src`):
103+
Unzip the `.zip` archive into a destination folder (e.g.: `lovable-src`):
104104

105105
```bash
106106
unzip my_website.zip -d lovable-src

pages/bare_metal_cloud/virtual_private_servers/import-lovable-website-on-vps/guide.fr-fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Comment créer et importer un site web Lovable sur un VPS OVHcloud"
3-
excerpt: "Apprenez comment héberger un site web généré par Lovable.dev sur votre VPS OVHcloud"
4-
updated: 2025-08-14
3+
excerpt: "Apprenez comment héberger un site web généré par Lovable.dev sur un VPS OVHcloud"
4+
updated: 2025-08-18
55
---
66

77
## Objectif

0 commit comments

Comments
 (0)