From fb64a67027046608c875883166ff048227f0efba Mon Sep 17 00:00:00 2001 From: CWilcke <97018337+cwilcke@users.noreply.github.com> Date: Sun, 26 Oct 2025 16:13:44 +0100 Subject: [PATCH] Update 02.installations.md a little morre text for folks who don't run a VPS on CLI: extract zip-file locally & upload --- 01.basic/02.installations.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/01.basic/02.installations.md b/01.basic/02.installations.md index 8cbbf4b..3064c44 100644 --- a/01.basic/02.installations.md +++ b/01.basic/02.installations.md @@ -6,10 +6,11 @@ Install HTMLy using the source code: 1. Download the latest version from the [Github repo](https://github.com/danpros/htmly/releases/latest) -2. Upload and extract the zip file to your web server. You can upload it in the root directory, or in subdirectory such as `htmly`. -3. Visit your domain. If you extract it in root directory visit `https://www.example.com/install.php` and if in subdirectory visit `https://www.example.com/htmly/install.php`. -4. Follow the installer to install HTMLy. -5. The installer will try to delete itself. Please delete the installer manually if the `install.php` still exist. +2. You will get a zipped file on your hard drive with the latest release. If you don't have VPS it's better to unzip the file locally and then do the upload of the folder-content via ftp to your webspace. It's good practice to make this upload twice in order to avoid corrupted files being uploaded. +3. If you want to run htmly as main application in your Webspace you can upload it in the root directory. If you want to get an additional blog to an existing page, use a subdirectory such as `htmly`. +4. Visit your domain. If you uploaded it in root directory visit `https://www.example.com/install.php` and if in subdirectory visit `https://www.example.com/htmly/install.php`. +5. Follow the installer to install HTMLy. +6. The installer will try to delete itself. Please delete the installer manually if the `install.php` still exist. ## Using online install @@ -19,4 +20,4 @@ Install HTMLy without downloading the source code and use the online installer: 2. If you upload it in root directory visit `https://www.example.com/online-installer.php` or if in subdirectory visit `https://www.example.com/subdirectory/online-installer.php`. 3. Follow the installer to install HTMLy. 4. Please delete the installer manually if the `online-installer.php` and `install.php` still exist. - \ No newline at end of file +