instructions for cloud server
Massimo Melina committed
May 12, 2022 at 18:46 UTC
905d0111b705200b784554897a6b87963925cc7e
1 file changed
+21
-2
README.md
+21
-2
@@ -36,9 +36,28 @@ You won't find all previous features here (yet), but still we got:
36
1. go to https://github.com/rejetto/hfs/releases
37
2. click on `Assets`
38
3. **download** the right version for your computer
39
-4. run the file
39
+4. launch `hfs` file
40
+5. the browser should automatically open on `localhost` address, so you can configure the rest
41
41
-If your system is not covered, you can try this alternative version:
42
+### Cloud server?
43
+
44
+If you are installing HFS on "another" machine, then step 5 may not be possible.
45
+In this case you should create a `config.yaml` file with this content:
46
+```
47
+accounts:
48
+ YOUR-USERNAME:
49
+ admin: true
50
+ password: YOUR-PASSWORD
51
+```
52
+
53
+This way you'll have your admin account.
54
+Be sure to respect spaces/indentation.
55
+
56
+Don't worry about the password, it will be encrypted at first run.
57
+
58
+### Other systems
59
+
60
+If your system is not Windows/Linux/Mac, you can try this alternative version:
61
62
1. install node.js version 16+ from https://nodejs.org/
63
2. download and unzip `hfs-node.zip`