Upload a nodjs and mongodb project to a VPS

1

I developed my project with Nodejs and MongoDB in Windows, now I intend to upload it in a Ubuntu VPS with these software already installed, I already have Putty installed on my machine and I got access to the server, but I do not know how to send the files.

    
asked by anonymous 19.02.2014 / 07:43

1 answer

0

One way to do this (I believe to be the best) would be to use git, such as github:

  • create a project in github
  • Set up your project locally on github
  • Send the project to github.
  • clone the project in your VPS

How to use git?

    
19.02.2014 / 11:34