Running memos on the server, not using docker #2772
nibazshab
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
what about run it on windows? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi everyone, I made a PR on NixOS' repository to have a service to run Memos ! If you want to check it out at NixOS/nixpkgs#426687 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's so easy. We just need get
memos
binary file, anddist
filesdocker ps -a
to find it IDdocker cp ID:/usr/local/memos/memos ./memos
copy the binary filedocker cp ID:/usr/local/memos/dist ./dist
copy the dist files ( version >= 0.18.2. I'm not sure whether v0.18.1 need this step, I don't test it. )Beta Was this translation helpful? Give feedback.
All reactions