<div dir="ltr"><div>Hi devs,</div><div><br></div><div>I'm trying to set up a local cached instance of the VEP REST API, and this link has been very helpful - <a href="https://github.com/Ensembl/ensembl-rest/wiki/REST-Installation-and-Development">https://github.com/Ensembl/ensembl-rest/wiki/REST-Installation-and-Development</a></div><div><br></div>I modified those instructions for CentOS and this is where I am right now - <a href="https://gist.github.com/ckandoth/a7bb6b79964926ed4263b0c869d97a96">https://gist.github.com/ckandoth/a7bb6b79964926ed4263b0c869d97a96</a><div><br></div><div>The following command works if <b>ensembl_rest.conf</b> contains <b>host = <a href="http://ensembldb.ensembl.org">ensembldb.ensembl.org</a></b></div><div><br></div><div>> curl -L <a href="http://localhost:3000/info/ping?content-type=application/json">http://localhost:3000/info/ping?content-type=application/json</a><br></div><div>{"ping":1}<br></div><div><br></div><div><b>Q1</b>. If I set <b>host = <a href="http://useastdb.ensembl.org">useastdb.ensembl.org</a></b> instead, then it returns:</div><div><br></div><div>{"error":"Database is unavailable"}<br></div><div><br></div><div><div><b>Q2</b>. Did I properly install the VEP REST service using the gist above?</div></div><div><br></div><div><b>Q3</b>. Instead of using the remote database, I was trying to set up a local instance of everything. Can you point me the right way?</div><div><br></div><div>Thanks!</div><div><br></div><div>~Cyriac</div></div>