| 7 | }}} |
| 8 | |
| 9 | configure DeepaMehta specific network and security properties |
| 10 | {{{#!sh |
| 11 | $ cat etc/system.properties |
| 12 | # DeepaMehta specific configuration |
| 13 | dm4.security.read_requires_login=true |
| 14 | dm4.security.write_requires_login=true |
| 15 | dm4.security.subnet_filter=0.0.0.0/0 |
| 16 | dm4.host.url=http://<FQDN>:18081/ |
| 17 | dm4.database.path=${karaf.home}/deepamehta-db |
| 18 | dm4.filerepo.path=${karaf.home}/deepamehta-files |
| 19 | }}} |
| 20 | |
| 21 | and optionally configure the HTTP environment |
| 22 | {{{#!sh |
| 23 | $ cat etc/org.apache.felix.http.cfg |
| 24 | org.apache.felix.http.enable = true |
| 25 | org.osgi.service.http.port = 18081 |