joplin-server-ubuntu-install
joplin-server-ubuntu-install copied to clipboard
install joplin-server on Ubuntu 20
Running the 'joplin.sh build' command currently fails with the error below, because the folder 'patches' did not get copied to the build folder. ``` ~$ ./joplin.sh build ➤ YN0000: ┌...
This will need a little tweaking. No time right now so just making a note. I noticed that [server-v2.7.4](https://github.com/laurent22/joplin/releases/tag/server-v2.7.4) is available and heck I'm always kinda keen to have the...
Added the necessary variables to the run function in [joplin.sh](https://github.com/hi-ko/joplin-server-ubuntu-install/blob/rework_build_yarn/joplin.sh) and export them. Also disabled the mailer by default and fixed a typo in [Joplin Defaults](https://github.com/hi-ko/joplin-server-ubuntu-install/blob/rework_build_yarn/default/joplin) file.
Just re-run the script on a clean Debian install for testing and noticed, that the $workdir never automaticly get's created.
You might want to check the new file https://github.com/laurent22/joplin/blob/dev/Dockerfile.server
Added update.sh for: * re-downloading the basic files of the repo of hi-ko * reinstalling the requirements with ```--full``` argument * checking automatically at github for the latest server version...
Having configured the mailer, I figure the mailer configs should be in run.sh as well, to make them easily discoverable. Added a few comments as well and export each variable...
The requirements script I think is better named an install script. This then follows the standard paradigm, of build, then install. And if we examine the contents of this script...