hfs 0.49.0-alpha2 → 0.49.0-alpha3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -57,11 +57,12 @@ NB: minimum Windows version required is 8.1 , Windows Server 2012 R2 (because of
57
57
  - If you cannot find your system in the list, see next section [Other systems](#other-systems).
58
58
  4. the browser should automatically open on `localhost` address, so you can configure the rest in the Admin-panel.
59
59
  - if a browser cannot be opened on the computer where you are installing HFS,
60
- you should enter this command in HFS console: `create-admin <PASSWORD>`
61
- - if you are running as a service and cannot access the console, your best option is to stop it, launch it
62
- at command line (not as a service), and follow previous instruction.
63
- - if you can never access the console, even with the previous instructions,
64
- you can [edit config file add add your admin account](config.md#accounts)
60
+ you should enter this command in the HFS console: `create-admin <PASSWORD>`
61
+ - if you cannot access the console (like when you are running as a service),
62
+ you can [edit the config file to add your admin account](config.md#accounts)
63
+ - if you don't want to use an editor you can create the file with this command:
64
+
65
+ `echo "create-admin: PASSWORD" > config.yaml`
65
66
 
66
67
  If you access *Admin-panel* via localhost, by default HFS **won't** require you to login.
67
68
  If you don't like this behavior, disable it in the Admin-panel or enter this console command `config localhost_admin false`.
@@ -116,21 +117,11 @@ To update
116
117
 
117
118
  ## Console commands
118
119
 
119
- If you have access to HFS' console, you can enter commands. Start with `help` to have a full list.
120
+ If you have full access to HFS' console, you can enter commands. Start with `help` to have a full list.
120
121
 
121
122
  ## Configuration
122
123
 
123
- Configuration can be done in several ways
124
- - accessing the Admin-panel with your browser
125
- - it will automatically open when you start HFS. Bookmark it. if your port is 8000 the address will be http://localhost:8000/~/admin
126
- - passing via command line at start in the form `--NAME VALUE`
127
- - using envs in the form `HFS_NAME` (eg: `HFS_PORT`)
128
- - directly editing the `config.yaml` file. As soon as you save it is reloaded and changes are applied
129
- - after HFS has started you can enter console command in the form `config NAME VALUE`
130
-
131
- `NAME` stands for the property name that you want to change. See the [complete list](config.md).
132
-
133
- You can specify a different `config.yaml` at command line with `--config PATH` or similarly with an env `HFS_CONFIG`.
124
+ For configuration please see [file config.md](config.md).
134
125
 
135
126
  ### Where is it stored
136
127