0

How do you as a Web Developer cope with working between Dev and Production servers and interms of config files etc?

What do you use etc

I am use to changing files manually etc

  • 2
    Use a distributed version control system, create a workflow through which only vetted changes are allowed to go to the production machines. – vonbrand Feb 19 '13 at 05:46
  • We're not (generally) web developers here perhaps you meant to ask this on [StackOverflow](http://stackoverflow.com), please [search](http://stackoverflow.com/search) their site for similar questions that may already have the answer you're looking for. – user9517 Feb 19 '13 at 07:38

2 Answers2

2

You can use Puppet from link which is very powerful software aiming at server config automations with lots of modules already available.

You can follow its tutorials and documentations available in product web site.

Boynux
  • 141
  • 3
1

Read more about Git and Github.

In addition, here is our set up:

  1. Source Code: Github / Sourceforge
  2. Dynamic Documents (Manuals, help, etc.): Google Drive
  3. Static Files (.PSD, .PDF): Dropbox
  4. Task Management: Asana
  5. Communication: Skype / Outlook.com
Mahdi
  • 287
  • 2
  • 5
  • 11