Difference between revisions of "HPCLab System Tools Configuration"
From hpcwiki
| Line 1: | Line 1: | ||
| − | + | ||
===Mediawiki Math Extension=== | ===Mediawiki Math Extension=== | ||
Latest revision as of 11:41, 8 March 2019
[edit] Mediawiki Math Extension
http://www.mediawiki.org/wiki/Manual:Enable_TeX
[edit] WordPress CMS
Tutorial here
mysql> CREATE DATABASE wordpress;
mysql> CREATE USER wordpressuser@localhost;
mysql> SET PASSWORD FOR wordpressuser@hpclab= PASSWORD("wppass");
mysql> GRANT ALL PRIVILEGES ON wordpress.* TO wordpressuser@localhost IDENTIFIED BY 'wppass';
mysql> FLUSH PRIVILEGES;