Update and rename readme.txt to README.md
This commit is contained in:
parent
6ca7261976
commit
af2c37bda6
2 changed files with 26 additions and 17 deletions
26
apps/manage/README.md
Normal file
26
apps/manage/README.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
To get the manage application to work you need to
|
||||||
|
|
||||||
|
- add it to the `apps.properties` file with the following line:
|
||||||
|
|
||||||
|
```
|
||||||
|
manage
|
||||||
|
````
|
||||||
|
|
||||||
|
- use a Helma distribution version 1.5 or higher.
|
||||||
|
|
||||||
|
- add the following properties to the `server.properties` file:
|
||||||
|
|
||||||
|
```
|
||||||
|
allowAdmin = [comma-separated list of hosts or ip-addresses that
|
||||||
|
are allowed to access this application. wildcards
|
||||||
|
are only allowed in addresses, not in hostnames!]
|
||||||
|
adminAccess = <MD5-encoded credentials>
|
||||||
|
```
|
||||||
|
|
||||||
|
Creating the credentials can be done after you've got the application
|
||||||
|
up and running at this address:
|
||||||
|
|
||||||
|
```
|
||||||
|
http://<your-server-name>/manage/makekey
|
||||||
|
```
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
To get the manage-application to work you must:
|
|
||||||
|
|
||||||
- add it to the apps.properties file with the following line:
|
|
||||||
manage
|
|
||||||
|
|
||||||
- use helma distribution 1.5 or later.
|
|
||||||
|
|
||||||
- add the following properties to server.properties:
|
|
||||||
|
|
||||||
allowAdmin = [comma-separated list of hosts or ip-addresses that
|
|
||||||
are allowed to access this application. wildcards
|
|
||||||
are only allowed in addresses, not in hostnames!]
|
|
||||||
adminAccess = <MD5-encoded credentials>
|
|
||||||
|
|
||||||
Creating the credentials can be done after you've got the application
|
|
||||||
up and running at this address: http://<your-server-name>/manage/makekey
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue