carlynorama

the blog

CRASH Test on MODx started

by Carlyn Maw on April 23, 2010, no comments

Sorry it's been so long since I've been technical. Working on stuff for Crash Space and the Intro classes @ machine project.

But I'm back and starting to build Crash Space 2.0

I wanted to have a local testing server on my own machine so I got that running using

http://dwfaq.info/home.php?id=18

And then I installed MODx 2.0

I need to use a bit of chmod fancyness to make all the directories have the right permissions during the install:

find YourTopDirectoryName -type d -exec chmod 777 {} ;

Looks like it'll be pretty straight forward so far…