You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using redis for your system, you will want to make sure to enable that it will start on boot. You can do that by running the following command:
57
+
If you are using redis for your system, you will need to enable it on boot. You can do that by running the following command:
Copy file name to clipboardExpand all lines: docs/getting-started/_parts/install/steps/queue-listeners.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
### Crontab Configuration
4
4
5
-
The first thing we need to do is create a new cron job that runs every minute to process specific Dashboard tasks such as billing users hourly and suspending unpaid servers. To setup crontab, we first have to open it. To do so, run the following command:
5
+
The first thing we need to do is create a new cronjob that runs every minute to process specific Dashboard tasks such as billing users hourly and suspending unpaid servers. To setup crontab, we first have to open it. To do so, run the following command:
6
6
7
7
```bash
8
8
crontab -e
9
9
```
10
10
11
-
If it prompts you for a file editor, choose number 1. Once It's opened, go to a line that doesn't have a `#` in front of it. Then paste in this:
11
+
If it prompts you for a file editor, choose number 1. Once It's opened, go to a line that doesn't have a `#` in front of it. Then paste the following line:
Copy file name to clipboardExpand all lines: docs/getting-started/install.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,15 @@ import UbuntuInstall from './_parts/install/os/ubuntu.mdx';
11
11
# Installation
12
12
13
13
:::danger
14
-
Creating a hosting is a serious responsibility, including **legal liability** - it requires solid knowledge of **network infrastructure**, **Linux systems**, and related technologies.
15
-
If you don't know what you're doing, **don't do it**.
14
+
Creating a hosting company is a serious responsibility, including **legal liability** - it requires solid knowledge of **network infrastructure**, **Linux systems**, and related technologies.
15
+
If you don't know what you're doing, **don't do it**. Please, before you install and use this dashboard, for your customers' sake, and for your sake, **gain some Linux knowledge**.
16
16
17
17
We also reserve the right to deny you support on our Discord server if you lack at least basic technical knowledge or understanding of what you're doing.
18
+
19
+
Having mentioned this, we can proceed with the installation.
18
20
:::
19
21
20
-
Installing CtrlPanel is fairly straightforward and not much different from setting up Pterodactyl. Our documentation is written for Debian-based systems. Be sure to read the comments for each command carefully, they often contain important information!
22
+
Installing CtrlPanel is fairly straightforward and not much different to setting up Pterodactyl. Our documentation is written for Debian-based systems. Be sure to read the comments for each command carefully, they often contain important information!
21
23
22
24
<TabsgroupId="os"queryString>
23
25
<TabItemvalue="debian"label="Debian" >
@@ -26,4 +28,4 @@ Installing CtrlPanel is fairly straightforward and not much different from setti
Copy file name to clipboardExpand all lines: docs/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,4 +70,4 @@ You can visit our demo panel [here](https://demo.ctrlpanel.gg)
70
70
71
71
[](https://zap-hosting.com/a/29b1c37a4f87bde5463afe8a0f49d129b16ccf9e)
72
72
73
-
Looking for a good server? Purchase one from our partner with promo code **[CtrlPanel](https://zap-hosting.com/CtrlPanel)** to receive a **20% discount**. Click [here](https://zap-hosting.com/CtrlPanel) to get started.
73
+
Looking for a good server? Purchase one from our partner with promo code **[CtrlPanel](https://zap-hosting.com/CtrlPanel)** to receive a **20% discount**!
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Ctrlpanel.gg Docs
1
+
# CtrlPanel.gg Docs
2
2
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3
3
4
4
# Contributing
5
-
Follow these steps when contributing to this repository:
6
-
1: Fork this repository
5
+
Please follow these steps when contributing to this repository:
6
+
1: Fork the repository
7
7
2: Make your changes
8
8
3: Open a PR from your fork to the development branch
9
9
4: Wait for the workflow to verify your modification can build with success
@@ -21,5 +21,5 @@ yarn start
21
21
```
22
22
23
23
## Deployment
24
-
This is automated, every push to the main branch into the /docs directory will trigger the deployment workflow and host the side via GitHub pages.
24
+
Deployment is automated: every push to the main branch into the /docs directory will trigger the deployment workflow and host the side via GitHub pages.
25
25
You can also deploy it manualy by clicking [Run workflow](https://github.com/ControlPanel-gg/docs/actions/workflows/deploy.yml) here.
0 commit comments