strider-docker-runner icon indicating copy to clipboard operation
strider-docker-runner copied to clipboard

plugin does not appear in strider interface

Open prune998 opened this issue 11 years ago • 9 comments

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.

prune998 avatar Nov 27 '14 17:11 prune998

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 [email protected] 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.

jaredly avatar Nov 27 '14 20:11 jaredly

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

prune998 avatar Nov 27 '14 20:11 prune998

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

prune998 avatar Nov 27 '14 23:11 prune998

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 [email protected] 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 .

jaredly avatar Nov 28 '14 00:11 jaredly

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 [email protected] 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 <[email protected] javascript:_e(%7B%7D,'cvml','[email protected]');> 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 .

kfatehi avatar Nov 28 '14 00:11 kfatehi

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).

terasaka2k avatar Nov 28 '14 05:11 terasaka2k

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 [email protected] 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: [email protected] T: @niallohiggins

niallo avatar Dec 02 '14 20:12 niallo

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

prune998 avatar Dec 02 '14 20:12 prune998

@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

terasaka2k avatar Dec 02 '14 22:12 terasaka2k