forked from doubaniux/boofilsic
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62a0cd6
commit 44e4104
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,6 +79,13 @@ neodb-manage user --staff <username> | |
neodb-manage user --super <username> | ||
``` | ||
|
||
create a super user; delete a user / remote identity (`takahe-stator` and `neodb-worker` containers must be running to complete the deletion) | ||
``` | ||
neodb-manage createsuperuser | ||
neodb-manage user --delete username | ||
neodb-manage user --delete [email protected] | ||
``` | ||
|
||
Create an invite link | ||
|
||
``` | ||
|
@@ -104,7 +111,7 @@ neodb-manage crawl <url> # crawl all recognizable links from a page | |
``` | ||
|
||
|
||
## Run without Docker | ||
## Run PostgresQL/Redis/Typesense without Docker | ||
|
||
It's currently possible but quite cumbersome to run without Docker, hence not recommended. However it's possible to only use docker to run neodb server but reuse existing PostgresQL/Redis/Typesense servers with `compose.override.yml`, an example for reference: | ||
|
||
|