{"id":4159,"date":"2014-08-17T12:52:32","date_gmt":"2014-08-17T17:52:32","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=4159"},"modified":"2022-12-15T07:06:11","modified_gmt":"2022-12-15T13:06:11","slug":"install-apache-solr-4-9-on-a-centos-7-vps","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/","title":{"rendered":"Install Apache Solr on CentOS 7"},"content":{"rendered":"
<\/div>

\"Install<\/p>\n

We’ll show you, how to install Apache Solr on CentOS 7. Apache Solr is an open source enterprise search platform used to easily create search engines which searches websites, files and databases. Its major features include powerful full-text search, faceted search, distributed search, hit highlighting and index replication.
\nIn this tutorial we will show you how to install Apache Solr on a CentOS 7 VPS<\/a>.<\/p>\n

Make sure your operating system is fully up to date by executing the following command:<\/p>\n

yum update<\/pre>\n

Install the latest available version of Java on your server:<\/p>\n

<\/p>\n

yum list available | grep -i jdk\r\n\r\njava-1.7.0-openjdk.x86_64<\/pre>\n

Verify that Java is properly installed:<\/p>\n

java -version\r\njava version \"1.7.0_65\"\r\nOpenJDK Runtime Environment (rhel-2.5.1.2.el7_0-x86_64 u65-b17)\r\nOpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)<\/pre>\n

The next step is to download and unpack the Solr archive. At the time of writing this tutorial, the latest stable version is Solr 4.9. Once you have the package, unpack it into the directory of your choice (in this tutorial we use \u2018\/opt\u2019 for the Solr 4.9 installation). So, download and unpack Apache Solr 4.9 on your Centos 7 VPS<\/a>:<\/p>\n

cd \/opt\r\nwget http:\/\/www.bizdirusa.com\/mirrors\/apache\/lucene\/solr\/4.9.0\/solr-4.9.0.tgz\r\ntar -xvf solr-4.9.0.tgz\r\nmv \/opt\/solr-4.9.0 \/opt\/solr\r\nmv \/opt\/solr\/example \/opt\/solr\/core<\/pre>\n

Create a systemd service for Solr or if you are used to the old\u00a0init scripts, you can keep using them. Create an init script for the Solr service:<\/p>\n

vi \/etc\/init.d\/solr<\/pre>\n
#!\/bin\/bash\r\n#\r\n# chkconfig: 2345 20 20\r\n# short-description: Solr\r\n# description: Startup script for Apache Solr Server\r\n\r\nSOLR_DIR=\"\/opt\/solr\/core\"\r\nLOG_FILE=\"\/var\/log\/solr.log\"\r\nJAVA=\"\/usr\/bin\/java -DSTOP.PORT=8079 -DSTOP.KEY=stopkey -jar start.jar\"\r\n\r\nstart() {\r\necho -n \"Starting Solr... \"\r\ncd $SOLR_DIR\r\n$JAVA > $LOG_FILE 2>&1 &\r\nsleep 2\r\nRETVAL=$?\r\n\r\n    if [ $RETVAL = 0 ]\r\n    then\r\n        echo \"done.\"\r\n    else\r\n        echo \"failed. See error code for more information.\"\r\n    fi\r\n    return $RETVAL\r\n}\r\n\r\nstop() {\r\necho -n \"Stopping Solr... \"\r\npkill -f start.jar > \/dev\/null\r\nRETVAL=$?\r\n\r\n    if [ $RETVAL = 0 ]\r\n    then\r\n        echo \"done.\"\r\n    else\r\n        echo \"failed. See error code for more information.\"\r\n    fi\r\n    return $RETVAL\r\n}\r\n\r\ncase \"$1\" in\r\nstart)\r\nstart\r\n;;\r\nstop)\r\nstop\r\n;;\r\nrestart)\r\nstop\r\nstart\r\n;;\r\n*)\r\necho $\"Usage: solr {start|stop|restart}\"\r\nexit 3\r\nesac\r\nexit $RETVAL<\/pre>\n

Set the proper permission for the ‘solr’ script and make Solr automatically start on server boot:<\/p>\n

chmod +x \/etc\/init.d\/solr\r\n\r\nchkconfig --add solr<\/pre>\n

You can now start Solr using the following command:<\/p>\n

\/etc\/init.d\/solr start<\/pre>\n

You should also be able to use the ‘service’ command to start,stop and restart Solr:<\/p>\n

service solr start\r\nservice solr stop\r\nservice solr restart<\/pre>\n

Once Solr is up and running you should be able to access it through your favorite web browser at
\nhttp:\/\/server_IP:8983\/solr\/ (just replace ‘server_IP’ with your server IP address appropriately):<\/p>\n

\"solr<\/p>\n

Of course you don’t have to Install Apache Solr on CentOS 7,\u00a0 if you use one of our Apache\u00a0VPS Hosting<\/a> services, in which case you can simply ask our expert Linux admins to install Apache Solr search platform for you. They are available 24×7 and will take care of your request immediately.<\/p>\n

PS<\/span>.<\/strong> If you liked this post, on how to\u00a0Install Apache Solr on CentOS 7, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n

 <\/p>\n","protected":false},"excerpt":{"rendered":"

We’ll show you, how to install Apache Solr on CentOS 7. Apache Solr is an open source enterprise search platform … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":25792,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1699,13],"tags":[525,524],"yoast_head":"\nInstall Apache Solr on CentOS 7 - RoseHosting<\/title>\n<meta name=\"description\" content=\"Install Apache Solr on CentOS 7 - RoseHosting\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Apache Solr on CentOS 7 - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"Install Apache Solr on CentOS 7 - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2014-08-17T17:52:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-15T13:06:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"Install Apache Solr on CentOS 7\",\"datePublished\":\"2014-08-17T17:52:32+00:00\",\"dateModified\":\"2022-12-15T13:06:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/\"},\"wordCount\":349,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg\",\"keywords\":[\"install apache solr\",\"install solr on centos\"],\"articleSection\":[\"CentOS\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/\",\"name\":\"Install Apache Solr on CentOS 7 - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg\",\"datePublished\":\"2014-08-17T17:52:32+00:00\",\"dateModified\":\"2022-12-15T13:06:11+00:00\",\"description\":\"Install Apache Solr on CentOS 7 - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg\",\"width\":1200,\"height\":600,\"caption\":\"Install Apache Solr on CentOS 7\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Apache Solr on CentOS 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install Apache Solr on CentOS 7 - RoseHosting","description":"Install Apache Solr on CentOS 7 - RoseHosting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/","og_locale":"en_US","og_type":"article","og_title":"Install Apache Solr on CentOS 7 - RoseHosting","og_description":"Install Apache Solr on CentOS 7 - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2014-08-17T17:52:32+00:00","article_modified_time":"2022-12-15T13:06:11+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"Install Apache Solr on CentOS 7","datePublished":"2014-08-17T17:52:32+00:00","dateModified":"2022-12-15T13:06:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/"},"wordCount":349,"commentCount":2,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg","keywords":["install apache solr","install solr on centos"],"articleSection":["CentOS","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/","url":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/","name":"Install Apache Solr on CentOS 7 - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg","datePublished":"2014-08-17T17:52:32+00:00","dateModified":"2022-12-15T13:06:11+00:00","description":"Install Apache Solr on CentOS 7 - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/08\/Install-Apache-Solr-on-CentOS-7.jpg","width":1200,"height":600,"caption":"Install Apache Solr on CentOS 7"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/install-apache-solr-4-9-on-a-centos-7-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install Apache Solr on CentOS 7"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4159"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=4159"}],"version-history":[{"count":3,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4159\/revisions"}],"predecessor-version":[{"id":44299,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/4159\/revisions\/44299"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/25792"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=4159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=4159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=4159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}