plugin does not appear in strider interface
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.
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.
I'm starting it as ./bin/strider no duplicate application/installation...
I'm sorry but could someone clarify what "cd into strider deployment" means ? Where are supposed to be the plugin files installed ?
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 .
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 .
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).
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
well, despite this, I still wasnt able to install stider on a fresh ubuntu 14.04 host without beeing root... still searching...
@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