Skip to Page Content

Restart Instructions for Expertiza

From WolfWikis

Jump to: navigation, search
  1. Start the machine
  2. 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
  3. MediaWiki will be started as part of the initialization of the environment. There is no further requirement for this processes.
  4. 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.
  5. 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.


Wiki Stats

Users:  7,206
Pages:  3,945
Uploads:  4,767
Views:  4,512,000
Edits:  92,130