Moving from local machine to group web development environment
Posted
by
Djave
on Programmers
See other posts from Programmers
or by Djave
Published on 2013-07-03T13:58:51Z
Indexed on
2013/07/03
17:18 UTC
Read the original article
Hit count: 374
web-development
|teamwork
I'm a freelancer who currently creates websites locally using something like MAMP to test websites locally before pushing them live with FTP. I'm looking at taking on my first employee, and I would need to be able to work on websites with them simultaneously.
Can anyone explain or provide links to some good documentation on team workflow, or some key phrases I should be googling to get started on my set up? Unlike a lot of the stackoverflow community I've never worked in a dev team, large or small as I'm self taught so just need to know where to start.
At present I'm thinking I need an extra computer to use as a server, then use Git or some such to version control files on that computer, as well as installing apache on it so it can be viewed by any computers in my current home network. Is this heading down the right track?
© Programmers or respective owner