YunoHost-Apps / codimd_ynh

CodiMD package for YunoHost
https://hackmd.io/
GNU General Public License v3.0
11 stars 12 forks source link

Installation fails due to corrupt source (sha256sum) #51

Closed pintman closed 3 years ago

pintman commented 3 years ago

Describe the bug Installation fails

Versions

To Reproduce Just install the package.

Expected behavior Installed codimd.

Logs https://paste.yunohost.org/raw/aqilepuluy

ericgaspar commented 3 years ago

@pintman Thanks for reporting this issue. CodiMD project goes through a name change process: from CodiMD to HedgeDoc. The name of the downloaded file changed from codimd-1.6.0.tar.gz to hedgedoc-1.6.0.tar.gz: the shasum no longer matches the signature... this will be corrected shortly.

ericgaspar commented 3 years ago

Should be fixed with #52

pintman commented 3 years ago

I am one step further. Thank for the fast support.

But now the setup fails as well with a different kind of error. It looks like a timeout during build of node modules.

The log is here: https://paste.yunohost.org/raw/danoqacuyu

ericgaspar commented 3 years ago

@pintman I don't know how much ram you have available on your VPS... CodiMD needs a massive 3.5GO of RAM to buid the app...

pintman commented 3 years ago

That might be the problem. Thanks for the fast answer. I can increase the amount of RAM for the installation process. However is this big amount of RAM needed in production as well?

ericgaspar commented 3 years ago

Indeed it is massive. I hope in the future they will provide prebuid binaries

pintman commented 3 years ago

I did an installation with an 8 GB machine. After installation I scaled down back to 1 GB. Everything worked fine so far.

Thanks for your help.