Restart instructions for Wiki

From Expertiza_Wiki
Revision as of 20:05, 17 May 2016 by Rkyadav (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The expertiza wiki uses the mediawiki software and is hosted at expertiza wiki .

If the wiki goes down, it could be due either to a web server crash or a mysql server crash. Follow these steps to restart:

  • Log into expertiza.csc.ncsu.edu (use ssh to log in). If you are trying to log in from outside the NCSU network, you will need to be using NCSU VPN (vpn.ncsu.edu)
  • To restart mysqld
sudo /etc/init.d/mysqld restart 
  • To restart apache web server
sudo /etc/init.d/httpd restart