thank you very much Ian, very helpful.
On Wed, May 7, 2014 at 3:13 AM, Ian Duffy wrote:
> Sorry and NPM: http://jjasonclark.com/how-to-setup-node-behind-web-proxy
>
>
> On 6 May 2014 21:12, Ian Duffy wrote:
>
> > I don't know the script in detail just briefly glanced over it.
> >
> > It looks
It should work as long as yum is configured to work using the proxy but
this has not been tested. I be interested in your feedback if you test it.
The cldstk-deploy tool is for the most automating the installation using
ansible. There is also what I call a "local" installation type which
creates a
I don't know the script in detail just briefly glanced over it.
It looks like it should work if you
1) Set the proxy for yum. Modify /etc/yum.conf add in
proxy=http://whatever:port
2) Modify /etc/bashrc and do exports for http_proxy and https_proxy
3) Modify /etc/wgetrc and do http_proxy=http://w
Sorry and NPM: http://jjasonclark.com/how-to-setup-node-behind-web-proxy
On 6 May 2014 21:12, Ian Duffy wrote:
> I don't know the script in detail just briefly glanced over it.
>
> It looks like it should work if you
>
> 1) Set the proxy for yum. Modify /etc/yum.conf add in
> proxy=http://whate
Hi all, is it possible to use cldstk-dply
https://github.com/thehyperadvisor/cldstk-deploy with proxy environment and
a single host?
I want to test it in my college lab.thanks