How to Install WordPress on MediaTemple (gs)

After successfully trying the 1-Click Applications installer offered by the MediaTemple (gs) control panel, I decided I would rather know what was going on behind the scenes…not to mention that they have all sorts of warnings saying “DO NOT(!) use the one-click installer to upgrade any…yada yada yada or we will torture small animals to scare you…yadda yadda.”

Although it was a very straightforward process, after having stepped my way through the manual install, I felt inclined to record my paces. [ Read more ยป ]

Urchin 5: Reset a Pending or Running Task

cd\Program Files\Urchin\bin
urchinctl -s stop
cd ..\util

uconf-driver action=set_parameter table=task name="ProfileName" cr_runnow=0
uconf-driver action=set_parameter table=task name="ProfileName" ct_runstatus=2
uconf-driver action=set_parameter table=task name="ProfileName" ct_completed=0
uconf-driver action=set_parameter table=task name="ProfileName" ct_status=1
uconf-driver action=set_parameter table=task name="ProfileName" ct_lockid=0

cd ..\bin
urchinctl -s start

← Previous Page