From 263781e79856682e167c84d4dcacfe371335e946 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 5 Mar 2024 20:55:56 +0100 Subject: [PATCH] Add POST_INSTALL doc --- doc/POST_INSTALL.md | 4 ++++ doc/PRE_INSTALL.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc/POST_INSTALL.md diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..0e5977b --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +1,4 @@ +Congratulation, Open Search is installed! + +You may try its API right now. Try this command: +curl http://localhost:**PORT** diff --git a/doc/PRE_INSTALL.md b/doc/PRE_INSTALL.md index ef521fb..08cceb6 100644 --- a/doc/PRE_INSTALL.md +++ b/doc/PRE_INSTALL.md @@ -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)