New Developers Working Group
Switch to the opensrf user and run:
osrf_control -l --restart-all
Switch to the root user and run:
/etc/init.d/apache2 restart
OR
systemctl restart apache2
Switch to the opensrf user and run:
/openils/bin/autogen.sh
As root user:
/etc/init.d/memcached restart
As the opensrf user
To check if Clark is already running:
ps -ef|grep -i Clark
To kill Clark:
pkfill -f Clark
After killing Clark, delete reporter-LOCK in /tmp/
To restart:
clark-kent.pl --daemon
Restart Apache after changing perl and as a first step for changes not showing.
Restart opensrf after changing the perl, or when postgres restarts.
Run autogen.sh after making org-level changes: new names, new orgs.
You only need to restart Clark if he dies.