Closed marcellodesales closed 9 years ago
Here's an updated step-by-step for setting up RHEL 7... One single step might be broken, https://gist.github.com/marcellodesales/6a771a412a9e4aef6476... I get the following output while accessing "localhost:8080"... Which step might have not worked properly? It opens the couchdb main output instead of the registry data...
{
couchdb: "Welcome",
uuid: "32416f1f651444817a5fd6eaa081763d",
version: "1.6.1",
vendor: {
version: "1.6.1",
name: "The Apache Software Foundation"
}
}
I can see the registry database in CouchDB...
[root@pppdc9prd8tl mdesales]# curl localhost:5984/_all_dbs/
["_replicator","_users","registry","test"]
thanks Marcello
Hey @marcellodesales don't know where things currently stand for you, but we've just released a new version of the installer ... It's my hopes that this will work better on RHEL-7:
sudo npm install npme -g --unsafe
Added bonus, there's now a nice UI to manage everything:
Hi @bcoe
Thanks for the update!!! We are finally getting the RHEL 7 servers in our environment in 2 weeks and I will be helping the team get it installed... I will verify this new installer this afternoon!!!
The UI looks great!!! Is there a new installation instruction? I can reproduce the steps and provide feedback!!!
Thanks Marcello
These are the new instructions that we send out:
https://gist.github.com/bcoe/5d3efe3e4a518789a7bb
I think the only additional caveat is that you now also need to make sure that replicated.com
can be accessed through your firewall, this is the company that hosts our images.
@bcoe Which HTTP client do you use? Would the HTTP_PROXY or HTTPS_PROXY environment variable be honored by the admin?
@marcellodesales the admin console should have proxy support. Let me know if your into any issues and I can reach out to the developers who have been helping us build out the installer tomorrow.
@marcellodesales this documentation should help:
http://docs.replicated.com/docs/installing-replicated#section-installing-behind-a-proxy
With regards to getting npm on-site working with a proxy, there is a configuration flag -- but we might need to work with you once things are up and running to add it to the configuration UI.
@bcoe Could not look at it last night... I hope I can take a look at it today to give you feedback... What would be the configuration flag? Let me know so I can try it out...
@marcellodesales there is a proxy setting now we can configure in service.json
, once we ensure this works for you, we can make it so it's a field inside the management console.
Let me know when you're at this point and perhaps we can Google Hangout?
@marcellodesales let's create new tickets for any issues you run into going forward, since this one is pretty ancient at this point :+1:
I got the installer to work on RHEL7... However, there's a couple of things I needed to do...
sh: /etc/npme/node_modules/.bin/ndm: Permission denied