Replies: 4 comments 11 replies
-
Why not using the reccomend way with docker? |
Beta Was this translation helpful? Give feedback.
-
@joellti , This method of installation was carried over from the original Trilium. In my opinion this installation method is overly complicated since it's more like installing a development environment. We should probably get rid of it. I would recommend downloading the server build which is available on the latest release and using that instead, if you are on x86_64. |
Beta Was this translation helpful? Give feedback.
-
I wrote an tutorial to build and run Trilium on android which is arm64. zadam/trilium#4542 It is the hard way. |
Beta Was this translation helpful? Give feedback.
-
I've made it run on my phone. In short, the old way of using release files does not work now, we have to directly run from source code. This one from the source code, it works. This one from release file will not work. Not sure which one cause the error. I'll write a detailed tutorial later. |
Beta Was this translation helpful? Give feedback.
-
I was unable to successfully complete the procedure at https://triliumnext.github.io/Docs/Wiki/manual-server-installation.html. On the other hand, I was able to complete the procedure for the original trilium notes at https://github.com/zadam/trilium/wiki/Manual-server-installation, which appears to be what this one is based on. I performed this procedure in both amd64 and arm64 platforms with the same result. Basically command
npm install
fails to complete without error. Maybe the procedure needs an update?Beta Was this translation helpful? Give feedback.
All reactions