installation instructions for Linux
Massimo Melina committed
Feb 7, 2022 at 10:21 UTC
5e0b56ff3c69ddb6011555f8e1c2a7b2cd18b909
1 file changed
+12
-2
README.md
+12
-2
@@ -24,6 +24,7 @@ You won't find all previous features here (yet), but still we got:
24
- plug-ins
25
- log file
26
- speed throttler
27
+- admin web interface
28
29
### Why you should upgrade from HFS 2.x to 3
30
@@ -40,7 +41,6 @@ As you can see from the list above, we already have some goods that you can't fi
41
- easier to configure
42
- smaller
43
- more tested
43
-- real-time monitoring
44
45
# Installation
46
@@ -54,7 +54,17 @@ As you can see from the list above, we already have some goods that you can't fi
54
Future upgrades you may probably want to keep your existing config, and possibly use the example as an inspiration.
55
You should edit config to suite your needs. Surely you want at least to change what files and folders are accessible
56
by the browser, and you'll find that under the `vfs` entry. For further details please check the `Configuration` section below.
57
-5. launch the `hfs.exe` file
57
+
58
+you are now ready to launch the `hfs.exe` file
59
+
60
+## Linux
61
+
62
+1. install node.js version 16+ from https://nodejs.org/
63
+2. download and unzip the latest package from https://github.com/rejetto/hfs/releases/
64
+3. first time you should rename `config-example` to `config`, and `accounts-example` to `accounts`. Preserve the `yaml` extension.
65
+4. chmod +x run.bat
66
+
67
+you are now ready to launch `run.bat`
68
69
# Configuration
70