From bc595b40e7ffb35da78fba551370d17392c8efe6 Mon Sep 17 00:00:00 2001 From: Dmitry Shemin Date: Mon, 27 Mar 2023 22:45:02 +0700 Subject: [PATCH] feat: add docs for memos setup after deploying (#1419) --- docs/setup.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/setup.md diff --git a/docs/setup.md b/docs/setup.md new file mode 100644 index 00000000..724d8a22 --- /dev/null +++ b/docs/setup.md @@ -0,0 +1,6 @@ +# Setup + +After deploying and running Memos in `prod` mode, you should create "host" user. There are two ways to do this: + +1. Navigate to the Memos application URL, such as `http://localhost:5230`, and follow the prompts to create a username and password for the "host" user. +2. Use the command `memos setup --host-username=$USERNAME --host-password=$PASSWORD --mode=prod` to set up the host user. This method may be more convenient for deploying through Ansible or other provisioning softwares.