Paul Sijpkes

Results 7 comments of Paul Sijpkes

> Did you resolve this one? I'm having a similar issue in the setup script.

> I have 20.04 it worked for me... I had to log out once, install ruby after the first failed run. I did restart after as well. The ICU dependency...

I got this working on Catalina from the source version with homebrew. 1. Install [Homebrew](https://brew.sh/) 2. Download and unzip the [tar.gz file](https://www.theologeek.ch/manuskript/download/) 3. Open a terminal and: ```zsh brew install...

I'll do you one better than a shell script: Open TextEdit and copy this: ```zsh #!/bin/bash [root location ...]/manuskript-0.11.0/bin/manuscript ``` Save the file as manuskript.command to somewhere you can find...

@gedakc I managed to package a version with Travis CI by changing the xcode version to 11.3 in `.travis.yml`. This also allows Manuskript to run using the `nohup` command I...

> I know the engineers who work on Linux do not use Dory with Canvas. I believe they use something called Traefik instead. Dory is based on dinghy-http-proxy, which as...