wiki-v1
wiki-v1 copied to clipboard
Something is missing
I've got everything installed that I'm aware of. GIT, Mongo, etc.
The configuration finishes successfully without errors.
When I run node server I get the following.
PS E:\wiki> node server 2020-05-31T18:03:59.455Z - info: [SERVER] Wiki.js is initializing... 2020-05-31T18:03:59.629Z - info: [SERVER] Checking data directories... 2020-05-31T18:03:59.633Z - info: [SERVER] Data and Repository directories are OK. 2020-05-31T18:04:00.159Z - info: [SERVER] Checking Git repository... E:\wiki\node_modules\jsdom\lib\jsdom\living\nodes\Document-impl.js:240 this._origin = whatwgURL.serializeURLToUnicodeOrigin(parsed); ^
TypeError: whatwgURL.serializeURLToUnicodeOrigin is not a function
at new DocumentImpl (E:\wiki\node_modules\jsdom\lib\jsdom\living\nodes\Document-impl.js:240:30)
at Object.setup (E:\wiki\node_modules\jsdom\lib\jsdom\living\generated\Document.js:741:17)
at Object.create (E:\wiki\node_modules\jsdom\lib\jsdom\living\generated\Document.js:711:10)
at new Window (E:\wiki\node_modules\jsdom\lib\jsdom\browser\Window.js:68:29)
at exports.jsdom (E:\wiki\node_modules\jsdom\lib\jsdom.js:109:18)
at Object.exports.patch (E:\wiki\node_modules\mathjax-node\lib\patch\jsdom.js:286:18)
at Object.
where's your host info?
Made it past this part. I successfully set up version 1 of wiki.js.
Now I'm wrestling with version 2. I can connect to port 3000 and access administration.
Email setup is failing. It keeps responding with a cert error and I can't find a way to disable it.
LDAP does appear to be set up correctly, but I can't add new users using LDAP. I enabled the error logging, but no errors are showing. Adding uses using LDAP is greyed out when trying to add them. (But this may because I can't set up the email)
The server is Windows 2016.
I'm trying to find configuration examples, but they don't appear to actually exist anywhere no matter how many Google searches I do.