docs: update themepark/setup/shared
This commit is contained in:
parent
d6e038d3e1
commit
a0a4bbb502
1 changed files with 26 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
title: Shared webhosting
|
||||
description: Install ThemeParkPanel on shared webhosting.
|
||||
published: true
|
||||
date: 2022-08-28T18:25:57.005Z
|
||||
date: 2022-08-28T18:48:21.838Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2022-08-28T18:04:31.507Z
|
||||
|
@ -13,7 +13,7 @@ This guide will guide you through the installation of ThemeParkPanel on a shared
|
|||
|
||||
*It assumes your hosting is using DirectAdmin. If your hosting does not use DirectAdmin, please ask your hosting to do specific things if you are unsure.*
|
||||
|
||||
## 1. MySQL database
|
||||
## 1. Creating the MySQL database
|
||||
|
||||
1. Click on `MySQL Management` under **Account Manager** in the left sidebar.
|
||||
2. Click on `Create New Database` on the right sidebar.
|
||||
|
@ -33,7 +33,29 @@ This guide will guide you through the installation of ThemeParkPanel on a shared
|
|||
|
||||
5. Open phpMyAdmin (most of the time this can be found under **Extra Features** in the sidebar). Click on the name of your database in the sidebar. Then click on **Import** in the top menu. Click on **Choose file** and upload the provided `ThemeParkPanel.sql` file. Finish by clicking on **Import**.
|
||||
|
||||
![screenshot_110.png](/screenshot_110.png =45%x)
|
||||
![Uploading database on phpMyAdmin](/screenshot_110.png =45%x)
|
||||
|
||||
## 2. Uploading the files
|
||||
## 2. Creating an email account
|
||||
|
||||
1. Click on `E-mail accounts` under **E-mail Manager** in the left sidebar. Then click on **Create Account** in the right sidebar.
|
||||
2. Fill in the details. Think of a name for the email account, like `panel`. It's recommended to generate a strong password.
|
||||
|
||||
![Creating an email account](/screenshot_113.png =75%x)
|
||||
|
||||
## 3. Uploading the files
|
||||
|
||||
**You need remote file transfer software to upload the files to your webhosting. You can use for example Filezilla or WinSCP. *This guide assumes you have WinSCP.***
|
||||
|
||||
1. Click on **New Site**. Then enter the details of your webhosting account. *If you are unsure what to use, contact your hosting.* Then click on **Login**.
|
||||
|
||||
![Filling in the FTP details](/screenshot_111.png =25%x)
|
||||
|
||||
2. **Select the folder with the name of your domain name.** Then upload the files in **the Non-SSH zip file**.
|
||||
3. Copy the `.env.example` file and rename the copy to `.env`.
|
||||
4. Start configuring your panel by opening the `.env` file.
|
||||
- Change `APP_URL` to the URL of your panel
|
||||
- At `DB_` change the credentials to the database details created above.
|
||||
- At `MAIL_` change the credentials to the mail details created above. *Not sure what to enter for the host, port or encryption? Ask your hosting.*
|
||||
|
||||
> Some webhostings only support SSL (instead of TLS)! Change the `MAIL_ENCRYPTION` setting to `ssl`. No encryption at all? Make the setting empty.
|
||||
{.is-warning}
|
Reference in a new issue