Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin does not appear in strider interface #25

Open
prune998 opened this issue Nov 27, 2014 · 9 comments
Open

plugin does not appear in strider interface #25

prune998 opened this issue Nov 27, 2014 · 9 comments

Comments

@prune998
Copy link

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
Copy link
Member

jaredly commented Nov 27, 2014

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
#25.

@prune998
Copy link
Author

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

@prune998
Copy link
Author

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

@jaredly
Copy link
Member

jaredly commented Nov 28, 2014

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
#25 (comment)
.

@kfatehi
Copy link
Member

kfatehi commented Nov 28, 2014

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
#25 (comment)
.

@terasaka2k
Copy link

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
Copy link
Member

niallo commented Dec 2, 2014

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
#25 (comment)
.

Niall O'Higgins
W: http://niallohiggins.com
E: [email protected]
T: @niallohiggins

@prune998
Copy link
Author

prune998 commented Dec 2, 2014

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

@terasaka2k
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants