August 2009
2 posts
6 tags
Kaltura CE from git on MacPorts
Handy Commands to restart Apache and MySQL
These would be handy to put into a script to start or stop your development environment if you don’t want to have your web development running at all times.
sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
sudo apachectl restart
sudo launchctl unload /Library/LaunchDaemons/org.macports.mysql5.plist
sudo apachectl...