File tree Expand file tree Collapse file tree 4 files changed +19
-0
lines changed
docs/getting-started/_parts/install Expand file tree Collapse file tree 4 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import ApacheNoSSL from '../steps/webserver/deb-apache-no-ssl.mdx';
1414
1515import QueueListeners from ' ../steps/queue-listeners.mdx' ;
1616import NavigateToWeb from ' ../steps/navigate-to-web.mdx' ;
17+ import DeleteInstaller from ' ../steps/delete-installer.mdx' ;
1718
1819## Dependencies
1920
@@ -104,4 +105,6 @@ chmod -R 755 storage/* bootstrap/cache/
104105
105106<NavigateToWeb />
106107
108+ <DeleteInstaller />
109+
107110export const toc = []
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import ApacheNoSSL from '../steps/webserver/deb-apache-no-ssl.mdx';
1414
1515import QueueListeners from ' ../steps/queue-listeners.mdx' ;
1616import NavigateToWeb from ' ../steps/navigate-to-web.mdx' ;
17+ import DeleteInstaller from ' ../steps/delete-installer.mdx' ;
1718
1819## Dependencies
1920
@@ -103,4 +104,6 @@ chmod -R 755 storage/* bootstrap/cache/
103104
104105<NavigateToWeb />
105106
107+ <DeleteInstaller />
108+
106109export const toc = []
Original file line number Diff line number Diff line change 1+ ## Deleting the installer
2+
3+ After successfully completing the installation, delete the installer directory for security reasons by running the following command:
4+
5+ ``` bash
6+ rm -rf /var/www/ctrlpanel/public/installer
7+ ```
8+
9+ This is necessary because a vulnerability in the installer was recently reported. To prevent abuse, we strongly recommend removing it.
Original file line number Diff line number Diff line change 11## Navigate to the installer
22
3+ :::danger
4+ Please read the documentation to the end before continuing! It contains a critical step to secure your infrastructure.
5+ :::
6+
37To begin installation, go to ` https://YOUR_DOMAIN_HERE.com/installer ` and follow the installer instructions.
48
59If you encounter problems with the email setup, you can skip it and set it up later.
You can’t perform that action at this time.
0 commit comments