D
D
Dmitry2014-08-15 10:38:10
git
Dmitry, 2014-08-15 10:38:10

How to develop a web project?

Hello.
I work on a project from different places during the day (at work during the day, at home in the evening).
The project was hosted in order to have access to it from everywhere.
At work, there is no way to install a normal IDE to work from it via FTP (SSH), using NetBeans.
Please tell me how to work with a remote project. Develop on a local server, and then copy everything, use GIT (I can’t figure it out in any way, if this method is correct, tell me intelligible documentation, not just for not just for the commands available in it, but for the work process), or something else .
PS. Please support all advice with references to examples.
Thank you!

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexander David, 2014-08-15
@alexdevid


NetBeans has the ability to create a project from a remote server, and set up unloading when saving a file

D
Dima Barsukov, 2014-08-15
@mrsombre

Normal beech as a portable workplace. Virtualbox (or denwer / zendserver) on it, if it's difficult with virtual machines. Like ide - phpstorm. All development is local, if there is only one developer, you can live without a git, although it is more convenient with it. From phpstorm (and from other modern ide) it is nowhere easier to work with git. You need to buy a private account on github, for example, $ 7 per month. Initialize the turnip. Clone it from ide and only press two buttons commit-push and rarely pull. It is convenient to release ready-made code to the server in the ide deployment tool.
Previously, too, I worked at work on one computer, at home on another. But when I bought a beech and everything began to live on one machine, I felt the joy of life)

K
Konstantin Velichko, 2014-08-15
@Zoxon

Use Git or another version control system. If you really are a noob in the git or you don’t want to read manuals and pick the console, then use the GUI.
For example , SourceTree is very simple, you will quickly figure it out.

V
Vadim Kyssa, 2014-08-15
@cissav

Of course, you need to use Git. There is a very good manual , but it is in English. If this is not a problem, then be sure to study.

S
Sergey Romanov, 2014-08-15
@Serhioromano

Another + for Git and specifically GitHub.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question