Answer the question
In order to leave comments, you need to log in
How to organize work on a Web project from two computers?
Hello dear developers!
Please share your experience on the topic of organizing the development of a project from 2 computers.
I do not consider GIT due to development alone.
I use a cloud IDE (PHP + MySQL + Yii2 are located in the same cloud). This allows you not to raise the LAMP server on two machines, as a result, it makes it possible to work with 2 PCs. Normal, but there are failures in work, I want to use a different code editor, etc.
So, there are:
1) 2 PCs (Linux and Windows) from which the Web project is being developed.
2) Web hosting where the project will be posted.
It is required:
To establish work from both with synchronization of the changes made.
Tried:
Sublime text 3 + SFTP plugin (wbond) + hosting project folder.
Didn't fit due to plugin's inability (due to Sublime API limitation) to show project folder tree in Sublime text tree.
Sublime text 3 + WinSCP plugin + placing project folder on hosting.
Couldn't find a description of the setting. Does anyone work like this?
Sublime text 3 + WinSCP + placing the project folder on the hosting.
The logic is simple: select Sublime as the default editor in WinSCP and edit the project files on the hosting. Is it adequate?
Looking forward to helpful advice.
Answer the question
In order to leave comments, you need to log in
Set up work from both with synchronization of the changes made.
I do not consider GIT due to development alone.
Hey!
Something I did not understand why the git does not fit?
I work from two computers and use git for this. And even if this is my home pet project, I still place it in tfs. The screw can fly or the wife steals the computer, you never know what can happen.
Use version control, you will be happy.
Sublime text 3 + anything = smell of 2000
If git is not an option, then only live, store files on a web host and use a normal IDE to work remotely via ftp.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question