664
edits
Line 34: | Line 34: | ||
<pre> | <pre> | ||
cp scripts/showfor/config.php.dist scripts/showfor/config.php | cp scripts/showfor/config.php.dist scripts/showfor/config.php | ||
cp webroot/js/wikiplugin_showfor.js.dist webroot/js/wikiplugin_showfor.js | |||
</pre> | </pre> | ||
To enable minify: (without this, pages may show up without CSS and JS) | To enable minify: (without this, pages may show up without CSS and JS) | ||
Line 80: | Line 81: | ||
# To enable showfor: (without this, knowledge base pages may show up blank) | # To enable showfor: (without this, knowledge base pages may show up blank) | ||
cp scripts/showfor/config.php.dist scripts/showfor/config.php | cp scripts/showfor/config.php.dist scripts/showfor/config.php | ||
cp webroot/js/wikiplugin_showfor.js.dist webroot/js/wikiplugin_showfor.js | |||
# To enable minify: (without this, pages may show up without CSS and JS) | # To enable minify: (without this, pages may show up without CSS and JS) |
edits