background preloader

Development

Facebook Twitter

Incomplete Cheat Sheet for Moving A Single WordPress Site to A WordPress Multisite » Funroe. July 16, 2011 at 10:47 am I often hear that this is “Too Hard!”

Incomplete Cheat Sheet for Moving A Single WordPress Site to A WordPress Multisite » Funroe

, so I’ll reveal what I’ve done so far. This is my cheat-sheet being used to migrate single sub-directory WordPress installations into a sub-direcotry configured WordPress Multi-site installation ( I am too busy and lazy at this point to roll into a nice tight script, but if someone else does I’d be happy to know about it. Pay close attention to everything in between the “##…##.” That’s stuff you’ll want to replace with your personal issue. Epoch Converter - Unix Timestamp Converter. Create daemons in PHP. Everyone knows PHP can be used to create websites.

Create daemons in PHP

But it can also be used to create desktop applications and commandline tools. And now with a class called System_Daemon, you can even create daemons using nothing but PHP. And did I mention it was easy? Update 4 Dec, 2012: Legacy Warning This class was relevant in 2009, and may still be to some people, but if you want to daemonize a php script nowadays, a 5-line Ubuntu upstart script should suffice.