H
H
Hellas2018-02-11 05:16:30
Web development
Hellas, 2018-02-11 05:16:30

How to develop on windows, having a local server on ubuntu?

At the moment there is a remote, rented server on the ubuntu system where the project is located.
From my home computer, on windows 10, development is underway. Using programs such as winSCP, putty on it, I connect to a remote server and edit the code.
Is it possible to transfer a remote ubuntu server to your windows and continue development in the same ways - winSCP, putty, etc.? Is it possible to use virtualBox for this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gleb Starkov, 2018-02-11
@Hellas

You can also use virtualbox, you can use vagrant
to put everything you need for development on win10. You
need to store the code in a repository, for example, git,
deploy the project locally, immediately put the database.
After changing the code, send it to the repository.
On a remote server, get changes from the repository.
There are no problems at all.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question