Moving the database and git deployment
Permalink 1 user found helpful
I wrote a php script that will move a Concrete5 database and uploaded files from one concrete5 installation to another. This is especially handy if you have a development site and a production site. Here is the script:http://pastie.org/8606887
I also wrote an article about how to setup git to deploy to a development and a production environment that is particularly geared towards working with Concrete5. Here is the post with more details:http://www.flyingcorkmedia.com/blog/our-git-deployment-setup...
I also wrote an article about how to setup git to deploy to a development and a production environment that is particularly geared towards working with Concrete5. Here is the post with more details:http://www.flyingcorkmedia.com/blog/our-git-deployment-setup...
Thanks.