Archived
3
0
Fork 1
This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
docs/themepark/setup/shared.md

40 lines
1.5 KiB
Markdown
Raw Normal View History

2022-08-28 18:04:33 +00:00
---
title: Shared webhosting
description: Install ThemeParkPanel on shared webhosting.
published: true
2022-08-28 18:25:58 +00:00
date: 2022-08-28T18:25:57.005Z
2022-08-28 18:04:33 +00:00
tags:
editor: markdown
dateCreated: 2022-08-28T18:04:31.507Z
---
# Shared Webhosting
2022-08-28 18:25:17 +00:00
This guide will guide you through the installation of ThemeParkPanel on a shared webhosting.
*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. Click on `MySQL Management` under **Account Manager** in the left sidebar.
2. Click on `Create New Database` on the right sidebar.
2022-08-28 18:25:58 +00:00
![Control Panel buttons](/screenshot_108.png =75%x)
2022-08-28 18:25:17 +00:00
3. Fill in the details. Think of a name for the database and user, like `themeparkpanel`. It's recommended to generate a strong password.
2022-08-28 18:25:58 +00:00
![Filling in Database details](/screenshot_109.png =75%x)
2022-08-28 18:25:17 +00:00
> **Make sure to safe the entered details somewhere, because you need them later!**
{.is-info}
4. **Click on the name of the database.** Then add `%` to the **Access Hosts**. Click on **Add New**. This makes sure your Minecraft server can also access the database.
2022-08-28 18:25:58 +00:00
![Adding Access Host](/download_(7).png =75%x)
2022-08-28 18:25:17 +00:00
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**.
2022-08-28 18:25:58 +00:00
![screenshot_110.png](/screenshot_110.png =45%x)
## 2. Uploading the files
2022-08-28 18:25:17 +00:00