1
0
Fork 0
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:
Florent 2024-03-05 20:55:56 +01:00
parent 76d4a3f2e5
commit 263781e798
2 changed files with 5 additions and 1 deletions

4
doc/POST_INSTALL.md Normal file
View file

@ -0,0 +1,4 @@
Congratulation, Open Search is installed!
You may try its API right now. Try this command:
curl http://localhost:**PORT**

View file

@ -1,4 +1,4 @@
### Limitations
LIMITATIONS
- 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)