git - using AWS CodeCommit for website development -
i have client wants use multiple developers work on wordpress website hosted on aws ec2 instance. using codecommit right tool use in order have proper version control on project? works through git , can push files etc. possible apply current ec2 site codecommit including database?
codecommit git server hosted , managed aws. it's no different using github, bitbucket, gitlab or of other managed git services. honest use 1 of other ones instead of codecommit since tend offer more features, bug tracking , project wiki hosting.
if want automate deployments have integrate other services, possibly aws codedeploy or 1 of many third-party services. might search "automated deployment tools" see i'm talking about, there tons of different services out there.
but possible apply current ec2 site codecommit including database?
you can commit files make wordpress site git. commit database git have export database file first. common practice keep database schema definition in source control. less common thing keep database data in source control. might want @ this question see previous discussion storing database in source control.
there might wordpress specific solutions using git i'm not aware of. quick search turned this interesting plugin might useful you.
Comments
Post a Comment