0

How to develop on a dev server remotely via Eclipse Che or some other editor? With terminal access.

Example: Cloude9, I tried it and it's great. I'm trying to do the same on my own server because that's where all my files and configurations are.

I'm programming in python and php.

Thanks

1 Answers1

0

You can connect your own server to Cloud9 using SSH workspaces and develop directly on it.

One thing to note, however, is that SSH workspaces are a premium feature.

[Full Disclosure: I work for Cloud9]

Mutahhir
  • 3,812
  • 3
  • 21
  • 26
  • Thanks, I'm looking to host myself. I may have to use it for work server as well. –  Mar 18 '16 at 15:07