1
1
---
2
2
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
5
5
---
6
6
7
7
## Objective
@@ -20,9 +20,9 @@ updated: 2025-08-14
20
20
21
21
- [ Step 1: Build your website on Lovable.dev] ( #step1 )
22
22
- [ 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 )
24
24
- [ 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 )
26
26
- [ Step 6: Deploy your website] ( #step6 )
27
27
- [ Step 7: Install and configure the web server] ( #step7 )
28
28
- [ Step 8: Access your website] ( #step8 )
@@ -51,7 +51,7 @@ From this GitHub repository, perform the following actions:
51
51
1 . This downloads a ` .zip ` file containing your project.
52
52
1 . Unzip it.
53
53
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 >
55
55
56
56
In your terminal (where the ` .zip ` file is located), use this command:
57
57
@@ -98,9 +98,9 @@ node -v
98
98
npm -v
99
99
```
100
100
101
- ### Step 5: Decompress and build your website <a name =" step5 " ></a >
101
+ ### Step 5: Unzip and build your website <a name =" step5 " ></a >
102
102
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 ` ):
104
104
105
105
``` bash
106
106
unzip my_website.zip -d lovable-src
0 commit comments