Comparing version 3 and version 2
If you are developing a project based around Radiant, and want to use Radiant trunk (or a piston/external managed non-gem version), here is how to do that. #cd ~/src#svn co http://svn.radiantcms.org/radiant/trunk/radiant/ radiant_trunk#cd radiant_trunk/config#ln -s database.mysql.yml database.yml#script/generate instance -d mysql#~/tmp/radiant_instance~/your/project/trunkcd ~/your/project; svn add trunk; svn commit -m"initial radiant file structure, without pointing to a custom radiant version (yet)" more coming soon...
