Wiki.JS (Obsolete)
Wiki.Js install & configuration
based on Node.js
Install as an ubuntu user by following official documentation
Configure the port in config.yml
:
title: WikiJS
host: 'https://wikijs.communecter.org'
port: 3003
And the reverse proxy for apache :
ProxyPass / http://83.166.144.90:3003/
ProxyPassReverse / http://83.166.144.90:3003/
ProxyRequests Off
ProxyPreserveHost Off
If there is a bug, the command to restart the server is node wiki reload
Replace files in assets with those in this zip file
Edit the file app.js and add the following CSS code just before the 1st character \
de \n\n/*# sourceMappingURL=app.scss.map
:
.nav-left{overflow-x: hidden} .nc-icon-outline.ui-2_layers::before {content: ""; width: 36px; display: block;} a.nav-item {background-image: url("/images/logo-30-36.png");background-repeat: no-repeat;background-position: 10px center;} .nav-item h1 {font-size: 24px; margin-top: 8px;} .nav.is-indigo .control input[type="text"]:placeholder-shown {color: #e8eaf6}#search-input::-webkit-input-placeholder { color: #e8eaf6 !important; } #search-input:-moz-placeholder { color: #e8eaf6 !important; opacity: 1;}#search-input::-moz-placeholder {color: #e8eaf6 !important;opacity: 1;}#search-input:-ms-input-placeholder {color: #e8eaf6 !important;}#search-input::-ms-input-placeholder {color: #e8eaf6 !important;}#search-input::placeholder {color: #e8eaf6 !important;} .mkcontent a {color: #1976d2; text-decoration: none;} .mkcontent a:hover {text-decoration: underline;} .mkcontent h3 {color: #004d40}
And replace all :
-
#3f51b5
with#E33551
-
#283593
with#c5203b
-
#3949AB
with#de314d
-
#5c6bc0
with#4a4a4a