0

I am a new web developer. I am using XAMPP and Dreamweaver CS6. I want to edit and debug my source code on my local computer. Then I want to commit that edit to my web server (shared or vps). Right now I edit files on local computer and then I upload that file to server.

Can anyone suggest any other options.

Thank you in advance.

JayV
  • 35
  • 6

2 Answers2

0

I haven't used Dreamweaver in forever but you can upload on saving which you set in the Site Definition. Go to the Remote definition that you setup and click on the Advanced tab. You can set DW to automatically upload on save there. It's generally not best practice but it's an option.

0

I suppose you could achieve this in many ways.

For example you can use deployment tools (like Jenkins) and then configure it to hook your commits. In order to do this you need first to install Git in your system (I'm not sure but maybe you can even find some Git plugins for Dreamweaver so that you could work with Git directly from Dreamweaver; if not don't worry there are plenty of Git clients that help to facilitate use of Git, SourceTree is one of them)

If you feel like you have difficulty in configuring Jenkins to hook your commits I'd suggest you to have a look at this answer.

Community
  • 1
  • 1
hatef
  • 5,491
  • 30
  • 43
  • 46