mirror of
https://github.com/YunoHost-Apps/opensearch_ynh.git
synced 2024-09-03 19:46:35 +02:00
Add POST_INSTALL doc
This commit is contained in:
parent
76d4a3f2e5
commit
263781e798
2 changed files with 5 additions and 1 deletions
4
doc/POST_INSTALL.md
Normal file
4
doc/POST_INSTALL.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Congratulation, Open Search is installed!
|
||||||
|
|
||||||
|
You may try its API right now. Try this command:
|
||||||
|
curl http://localhost:**PORT**
|
|
@ -1,4 +1,4 @@
|
||||||
### Limitations
|
LIMITATIONS
|
||||||
|
|
||||||
- Currently the security is disabled
|
- Currently the security is disabled
|
||||||
- Therefore, the package is configured to remain not public for now (i.e. not accessible through the web, the apps depending on it should be installed on the same server)
|
- Therefore, the package is configured to remain not public for now (i.e. not accessible through the web, the apps depending on it should be installed on the same server)
|
||||||
|
|
Loading…
Add table
Reference in a new issue