Strider-CD / strider-docker-runner

Strider runner that uses Docker
34 stars 19 forks source link

plugin does not appear in strider interface #25

Open prune998 opened 9 years ago

prune998 commented 9 years ago

I installed as suggested : cd into strider deployment and run npm install strider-docker-runner

I now have 3 directories in my strider install : bin, lib and node_modules inside node_modules I have strider-docker-runner directory

I restarted stider but still can't see the docker plugin.

jaredly commented 9 years ago

Sanity check: are you starting strider via ./bin/strider, or are you otherwise sure that you don't have a duplicate installation?

On Thu, Nov 27, 2014, 10:08 AM Prune notifications@github.com wrote:

I installed as suggested : cd into strider deployment and run npm install strider-docker-runner

I now have 3 directories in my strider install : bin, lib and node_modules inside node_modules I have strider-docker-runner directory

I restarted stider but still can't see the docker plugin.

— Reply to this email directly or view it on GitHub https://github.com/Strider-CD/strider-docker-runner/issues/25.

prune998 commented 9 years ago

I'm starting it as ./bin/strider no duplicate application/installation...

prune998 commented 9 years ago

I'm sorry but could someone clarify what "cd into strider deployment" means ? Where are supposed to be the plugin files installed ?

jaredly commented 9 years ago

Yeah, it should be just installed there in the node_modules directory. You need to restart strider for them to take effect

On Thu, Nov 27, 2014, 4:05 PM Prune notifications@github.com wrote:

I'm sorry but could someone clarify what "cd into strider deployment" means ? Where are supposed to be the plugin files installed ?

— Reply to this email directly or view it on GitHub https://github.com/Strider-CD/strider-docker-runner/issues/25#issuecomment-64836422 .

kfatehi commented 9 years ago

If you're using latest master and running bin/strider, stop messing with the files directly and use the admin interface !

On Friday, November 28, 2014, Jared Forsyth notifications@github.com wrote:

Yeah, it should be just installed there in the node_modules directory. You need to restart strider for them to take effect

On Thu, Nov 27, 2014, 4:05 PM Prune <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

I'm sorry but could someone clarify what "cd into strider deployment" means ? Where are supposed to be the plugin files installed ?

— Reply to this email directly or view it on GitHub < https://github.com/Strider-CD/strider-docker-runner/issues/25#issuecomment-64836422>

.

— Reply to this email directly or view it on GitHub https://github.com/Strider-CD/strider-docker-runner/issues/25#issuecomment-64840044 .

terasaka2k commented 9 years ago

The installation explanation cd into strider deployment and... is a bit confusing. I believe people who try using StriderCD can understand the way or even feel more comfortable if there is just a simple installation example, e.g:

npm install strider
pushd node_modules/strider/
npm install strider-docker-runner
popd

This is a bit longer than the current explanation but more concrete and comfortable (at least for me).

niallo commented 9 years ago

Sure, we definitely need better docs for CLI and admin interface. Pull requests very welcome!

On Thu, Nov 27, 2014 at 9:17 PM, terasaka2k notifications@github.com wrote:

The installation explanation cd into strider deployment and... is a bit confusing. I believe people who try using StriderCD can understand the way or even feel more comfortable if there is just a simple installation example, e.g:

npm install strider pushd node_modules/strider/ npm install strider-docker-runner popd

This is a bit longer than the current explanation but more concrete and comfortable (at least for me).

— Reply to this email directly or view it on GitHub https://github.com/Strider-CD/strider-docker-runner/issues/25#issuecomment-64855859 .

Niall O'Higgins W: http://niallohiggins.com E: n@niallo.me T: @niallohiggins

prune998 commented 9 years ago

well, despite this, I still wasnt able to install stider on a fresh ubuntu 14.04 host without beeing root... still searching...

terasaka2k commented 9 years ago

@prune998

Can't installing strider locally be a choice?

cd $HOME
npm install strider
pushd node_modules/strider
npm install strider-docker-runner
popd
./node_modules/.bin/strider