Introduction to the test installation server

I use Dreamweaver, and I have a domain hosted by a public hosting company.

Currently, when I edit my .php, I have to constantly upload it to my domain in order to check it. I really do not want to configure a local server, for example xampp, because I want to have access to the most updated site on several companies and anywhere.

My site is still at a very early stage of development.

Is this a typical workflow? "This is very unpleasant for me.

thank

+3
source share
2 answers

Here are your options:

  • Develop locally, push your changes to the remote server.
  • , /, .
  • ssh, . .
0

, , . - . , ? , . DTAP

, , . , , . , -. , .

, , , . , .

, , . , . . , . , , , , , .

, , , :

  • dev.example.com
  • test.example.com
  • acceptance.example.com
  • example.com

, . . , "" -, . , , :

, , - . , .

, , . -, ftp'ing php.


, . ( - ) . , . - , .

+6

All Articles