Restart instructions for Wiki

From Expertiza_Wiki
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