Jump to content

Working on a website from two locations


squiblo

Recommended Posts

Hello, I have recently partnered up with a new friend to help design and develop a website, as I live in the UK and he lives in the USA. How can we communicate, work together as a team so we always know what we are both doing in the most effective way possible?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/206963-working-on-a-website-from-two-locations/
Share on other sites

Subversion is a version control system allowing developers to checkout projects, then to update the repository with there changes. Version control is an essential tool when working in groups (personally I use it even when working alone).

 

There are many issue trackers around (I use one called Jira by http://atlassian.com, though there are plenty of free ones). These allow you to post bugs, feature requests, proposals whatever.... and have each feature (whatever) tracked through various stages of implementation.

 

Again, these are another way of making sure you don't tread on each others toes. A dev can login, assign a task to himself then go about there work knowing that know one else is doing the same task.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.