I want to start using bitbucket as a repository for my Umbraco project, so I can share it with my project colleague. Is there any special guidelines I have to follow to make this work? Do I have to take special care to any files? Also, how does it work with the database?
We are using bitbucket. We just have setup the visual studio gitignore and the umbraco gitignore from here: https://github.com/github/gitignore
For the database, you could use a local one and use the usync extension https://our.umbraco.org/projects/developer-tools/usync/ to sync all datatype/etc. with all the developer or you could use an internal DB server to share the same DB. The advantage of the usync is that every developer can have they own content to test.
When it's time to insert content we use a staging server and we do only changes locally or if not we sync the files before commiting them.
Umbraco in Bitbucket
Hi guys,
I want to start using bitbucket as a repository for my Umbraco project, so I can share it with my project colleague. Is there any special guidelines I have to follow to make this work? Do I have to take special care to any files? Also, how does it work with the database?
Thank you very much!
Hi,
We are using bitbucket. We just have setup the visual studio gitignore and the umbraco gitignore from here: https://github.com/github/gitignore
For the database, you could use a local one and use the usync extension https://our.umbraco.org/projects/developer-tools/usync/ to sync all datatype/etc. with all the developer or you could use an internal DB server to share the same DB. The advantage of the usync is that every developer can have they own content to test.
When it's time to insert content we use a staging server and we do only changes locally or if not we sync the files before commiting them.
We use sourcetree with bitbucket.
Hope it helps.
is working on a reply...