rabchev / brackets-server

Hosted Brackets
MIT License
83 stars 32 forks source link

brackets git plugin can't find git #9

Open bevinhex opened 8 years ago

bevinhex commented 8 years ago

I wanted to build a development environment for our team , here is the idea, I installed openshift on our server, which holds our applications, and exposes ssh based git link, then I will install brackets-server some other place , and run.

Expected results would be, when I open brackets on browser, I would be opening a remote IDE, then I would use it's git plugin to pull source code from openshift server, then I use a remote terminal(maybe I have to write a plugin for brackets) to build my code where brackets is served, This way I don't have to configure the development everywhere, everyone would be developing online, and building on one machine, which serving brackets, when I push code to openshift, I can open the domain name openshift gave me.

But now, I can use git plugin with local brackets, but unable to use it in online version, it says unable to find "/usr/bin/git", something like that, well I do have up to date git installed already, everything working find.

Do you have any idea what's causing it? how do we solve it?

rabchev commented 8 years ago

I assume you are talking about Martin Zagora's Git plugin. I have tested it long time ago and it used to work. It is possible that something has changed since than. Unfortunately lately I don't have time to pay attention to this project.

I won't be able to test it now, but here are a few things you could check:

Let me know how it goes.

-Boyan

On Tue, 3 Nov 2015 at 12:14 bevinhex notifications@github.com wrote:

I wanted to build a development environment for our team , here is the idea, I installed openshift on our server, which holds our applications, and exposes ssh based git link, then I will install brackets-server some other place , and run.

Expected results would be, when I open brackets on browser, I would be opening a remote IDE, then I would use it's git plugin to pull source code from openshift server, then I use a remote terminal(maybe I have to write a plugin for brackets) to build my code where brackets is served, This way I don't have to configure the development everywhere, everyone would be developing online, and building on one machine, which serving brackets, when I push code to openshift, I can open the domain name openshift gave me.

But now, I can use git plugin with local brackets, but unable to use it in online version, it says unable to find "/usr/bin/git", something like that, well I do have up to date git installed already, everything working find.

Do you have any idea what's causing it? how do we solve it?

— Reply to this email directly or view it on GitHub https://github.com/rabchev/brackets-server/issues/9.

bevinhex commented 8 years ago
 I've checked everything you said, but today I got other errors saying something like "unable to connect to NodeJS" when I hit the git plugin button, It was really good idea to turn brackets into a cloud IDE, but after googling for a while, there is other open source cloud IDE's for pretty much the same thing, for the moment cloud9 looks promising, now trying to figure out how to develop git and other plugins to automate our development process.
 Thanks for the reply
rabchev commented 8 years ago

You also need NodeJS installed because this extension uses it.