Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
316 stars 417 forks source link

[Part-DB-server] New Guide for Part-DB-Server or mixin with PartDB Guide #1514

Closed sunflower-seed closed 9 months ago

sunflower-seed commented 1 year ago

PartDB-Server is the new symfony based version of PartDB, which has already a guide in the Uberlab.

The new version offers several new features so it might be a good idea to add a second guide or update the current one.

You can also upgrade from an PartDB (legacy) installation - which i did on my uberspace. Therefore you can basically follow the upgrade guide

Currently i'm not able to work out a full text guide, maybe i'll do it in the future, but i will already note the (few) caveats here, if your are nosy.

TL;DR

You can basically run the Part-DB-server by their installation instruction.

You only have to replace the yarn install command with node --max_old_space_size=800 ./node_modules/webpack/bin/webpack.js

Step-by-Step in condensed version for Uberspace

sunflower-seed commented 9 months ago

1717

SalocinHB commented 9 months ago

@sunflower-seed is PartDB (legacy) completely obsolete or would there be some kind of benefit in keeping both guides? I see that you replaced the guide in your PR #1717, but mention adding a second guide in the description of this issue.

sunflower-seed commented 9 months ago

@SalocinHB According to the project site https://github.com/Part-DB/Part-DB-legacy and the commits, there is no further development and the author calls it "deprecated".

In my personal opinion i would suggest to remove PartDB (legacy) now. This was unclear when i initially opened this issue.