mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 23:22:47 +08:00
feat: add docs for memos setup after deploying (#1419)
This commit is contained in:
parent
e7ee181a91
commit
bc595b40e7
1 changed files with 6 additions and 0 deletions
6
docs/setup.md
Normal file
6
docs/setup.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue