Dmitry Belitsky wrote: > Hey Kevin. > I'm also interesting to know different ways to deploy production ready > Radiant app. > > Right now i'm using file_system > http://ext.radiantcms.org/extensions/67-file-system > and super_export http://ext.radiantcms.org/extensions/43-super-export > extensions > to version control and deploy apps from my local host to remote server.
I think I tried the super export extension, but had some issues (bad YAML? Don't recall) so I ended up coding my own tools to run mysqldump, push it to the server, then import it on the server. Using capistrano it works quite well. I have to check out the file system extension, though. I think it would make local git branching and development simpler. Plus any significant text editing would be nicer running off the file system. James -- Neurogami - Smart application development http://www.neurogami.com [email protected] _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
