Tutorial: Installing a Bolt.new Website on OuiHeberg Web Hosting
In this tutorial, we will guide you through deploying a website created with bolt.new on OuiHeberg web hosting using cPanel. The applicable hosting plans can be found here: OuiHeberg - Web Hosting.
Prerequisites
-
A website created on Bolt.new and downloaded as a ZIP archive.
-
An active web hosting plan with OuiHeberg, including access to cPanel.
-
An FTP client like FileZilla (optional but recommended).
Step 1: Access cPanel
-
Log in to the cPanel dashboard of your OuiHeberg web hosting. You can find the login details in the welcome email or via your OuiHeberg client area.
-
Once logged in, locate the File Manager tool in the “Files” section.
Step 2: Upload the website files
-
Navigate to the public_html directory in the File Manager.
-
Click the Upload button and select the ZIP archive of your Bolt.new site.
-
Once the upload is complete, return to the File Manager.
-
Right-click on the ZIP archive and choose Extract. The website files will be extracted into the current directory.
Tip: If your site files are in a subfolder, move them to the public_html directory to ensure they are directly accessible.
Step 3: Configure the database (if needed)
-
If your Bolt site uses a database, go to the MySQL databases section in cPanel.
-
Create a new database:
-
Add a user to this database:
-
Note down the following details:
-
Database name
-
Username
-
Password
-
Edit your site’s configuration file (often config.yml
or .env
) to include the database connection details.
Step 4: Configure URLs
-
In cPanel, locate domains or domain management.
-
Ensure your domain points to the public_html directory. If you are using a subdomain, verify that its root directory is correctly configured.
-
If necessary, update the .htaccess
file to handle URLs. Here’s a standard configuration example:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]
Step 5: Set Up SSL certificate
-
Go to the SSL/TLS section in cPanel.
-
Activate the free SSL certificate provided by OuiHeberg.
-
Once activated, verify that your site is accessible via https://
.
Step 6: Test and go live
-
Access your domain or subdomain to ensure your site is functioning correctly.
-
Test the main features and confirm everything is set up properly.
Note: If you encounter issues, check the error logs available in the Metrics > Errors section of cPanel.
Conclusion
Your website created with Bolt.new is now installed on your OuiHeberg web hosting! If you have any questions or need further assistance, don’t hesitate to contact OuiHeberg support.
Enjoy your new website!ertificate provided by OuiHeberg.
-
Once activated, verify that your site is accessible via ``.
Step 6: Test and go live
-
Access your domain or subdomain to ensure your site is functioning correctly.
-
Test the main features and confirm everything is set up properly.
Note: If you encounter issues, check the error logs available in the Metrics > Errors section of cPanel.
Conclusion
Your website created with Bolt.new is now installed on your OuiHeberg web hosting! If you have any questions or need further assistance, don’t hesitate to contact OuiHeberg support.
Enjoy your new website!
Author Name
OUIHEBERG SARL
Categories
Web et domaine
Date
06/12/2024