koka-lang / madoko

Madoko is a fast markdown processor for high quality academic and technical articles
Other
393 stars 42 forks source link

How to self-host Madoko? #42

Closed sductor closed 6 years ago

sductor commented 6 years ago

I want to propose private url to my collaborators to access an hosted instance of madoko that is linked to a local folder through madoko-local, allowing thus to not impose the use of dropbox nor onedrive as we already have all of our files on gitlab.

I wish also to not add additional load to your server, as the project is open source and I believe of high quality.

I have two questions.

  1. How I deploy my own instance of modoko.net? I tried to clone the repo, do a npm install on the web folder and then do a node server.js but then I have a problem with a required passphrase. I tried to provide the one returned by madoko-local but the error remains Error: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt
  2. DO madoko support concurrent editing through madoko-local or do it requires to use dropbox?

Thank for this astonishing work!

sductor commented 6 years ago

everything working well with madoko-local!