Restart Instructions for Expertiza
From WolfWikis
- Start the machine
- Apache may need to be restarted.
- Stop the /usr/etc/httpd process
- ps –ef | grep httpd
- kill <process id>
- Start the apache server
- apachectl start
- Enter the SSL password: expertiza
- Stop the /usr/etc/httpd process
- MediaWiki will be started as part of the initialization of the environment. There is no further requirement for this processes.
- Start the Mongrel process to surface the Expertiza Ruby application:
- Navigate to /local/pg as root
- Submit the command: mongrel_rails start –d –p 3000
- No message is given but your log directory should contain a mongrel.pid file if the start was successful.
- It may be necessary to restart MySQL if you are receiving the error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' or Connection refused - /var/lib/mysql/mysql.sock.
- Submit the command: /sbin/service mysqld restart
(Note: If only the MySql server needs to be restarted, simply issue: /sbin/service mysqld restart )
Back to Expertiza Main page.