RocketDerp
RocketDerp
I already deleted my .cargo directory and did a RustUp and didn't fix it. cargo --version cargo 1.70.0 (ec8a8a0ca 2023-04-25) rustc --version rustc 1.70.0 (90c541806 2023-05-31) I see one other...
On the same server, **building from git source seems to work**. Following these steps: ``` git clone https://github.com/LemmyNet/lemmy.git lemmy cd lemmy git checkout 0.17.4 git submodule init git submodule update...
So, I'm trying to update the documents here: https://github.com/RocketDerp/lemmy-docs_fix0/blob/lemmy_scratch_update_2023-06-23a/src/administration/from_scratch.md The problem I'm running into is when building from git checkout, how do we go about on the choice of pics...
In issue #213 the issue of shifting to using git checkout for server came up, I think it is more in the spirit of 'from scratch'. But I'm stuck, because...
ok, so maybe from-scratch should encourage non-integration given the philosophy of doing things more 'under control' for your own server. I'll try to add that to the document. Thank you.
I firmly identify the lack of clear to read documentation and focus upon the SQL TRIGGER (FUNCTION) statements in lemmy_server lead to taking months to close/resolve https://github.com/LemmyNet/lemmy/issues/2910 PostgreSQL has forensically...
I was able to compile 17.3 using the "from scratch" instructions, but 17.4 failed to compile for me too. I ended up doing a git checkout of the code and...
ToDo: add more details to "Lemmy from Scratch" on upgrades. Tips such as: https://github.com/LemmyNet/lemmy/issues/3269
Ok, "from scratch" had some updates go in, but it still needs more work. The NodeJS and Yarn install instructions are pretty outdated for Ubuntu 22.04.2 - and I think...
Adding some notes here on adjacent topics. On my Ubuntu 22.04.2 development system, I wanted to have postgresql 15 instead of the 14 that comes with Ubuntu. I followed install...