{"id":1577,"date":"2020-01-07T19:05:16","date_gmt":"2020-01-07T19:05:16","guid":{"rendered":"https:\/\/lamp.ciscoar.com\/?page_id=1577"},"modified":"2020-04-02T17:39:12","modified_gmt":"2020-04-02T17:39:12","slug":"installing-wordpress","status":"publish","type":"page","link":"https:\/\/lamp.ciscoar.com\/?page_id=1577","title":{"rendered":"Installing WordPress"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"274\" height=\"63\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-logo.png\" alt=\"\" class=\"wp-image-1599\"\/><\/figure><\/div>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Installing WordPress on CentOS 7<\/h2>\n\n\n\n<p>We&#8217;ve created a brand new <a href=\"\/add-an-apaches-virtual-host\/\">Apache&#8217;s Virtual Host<\/a> and we tested it using a simple, probably the simplest <a href=\"\/apache-virtual-host-index-html\/\">HTML file<\/a> of all, the next step for us is to replace that file with <strong>WordPress <\/strong>because we are going to use that particular <strong>CMS<\/strong> (Content Management System) to build our website.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where to download WordPress?<\/h2>\n\n\n\n<p>As you probably know, wordpress is available for free, the wordpress&#8217; team always put together all the necessary files and folders for us to download, that way you can rest assured you&#8217;ll be always downloading the latest stable version.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li> <a href=\"https:\/\/wordpress.org\/download\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">https:\/\/wordpress.org\/download\/<\/a> <\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1022\" height=\"860\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress.jpg\" alt=\"\" class=\"wp-image-1588\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress.jpg 1022w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-300x252.jpg 300w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-768x646.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><\/a><figcaption>Downloading the latest version of WordPress <\/figcaption><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Downloading the latest version of WordPress<\/h2>\n\n\n\n<p>We can copy the download URL and use it as the parameter for &#8220;<strong><a href=\"\/wget\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">wget<\/a><\/strong>&#8221; to be able to download the file via the CLI on our Linux.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/wordpress.org\/latest.tar.gz\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"https:\/\/wordpress.org\/latest.tar.gz (opens in a new tab)\">https:\/\/wordpress.org\/latest.tar.gz<\/a><\/li><\/ul>\n\n\n\n<p><a href=\"\/wget\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"wget  (opens in a new tab)\"><strong>wget<\/strong> <\/a>is a widely used network downloader which supports HTTP and HTTPS, by default, <a href=\"\/wget\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"wget  (opens in a new tab)\"><strong>wget<\/strong> <\/a>download files in the current working directory.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p> You can use &#8220;<strong>pwd<\/strong>&#8221; to see the current working directory. <\/p><\/blockquote>\n\n\n\n<p>If you want to download the file to an specific directory then you must use the &#8220;<strong>-P<\/strong>&#8221; option and do not forget to also include the path to your folder of preference, see the example below.<\/p>\n\n\n<p class=\"fonts-plugin-block \" style=\"font-family: calibri;font-size: 19px;color: #9b51e0\">wget http:\/\/wordpress.org\/latest.tar.gz -P \/var\/www\/example.com\/public_html<\/p>\n\n\n<p>If you have been following all the proposed steps, at this point you should have both files inside the &#8220;public_html&#8221; directory of your Virtual Host, see below screenshot taken from WinSCP.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"502\" height=\"194\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz.jpg\" alt=\"\" class=\"wp-image-1605\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz.jpg 502w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-300x116.jpg 300w\" sizes=\"auto, (max-width: 502px) 100vw, 502px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Extracting WordPress files<\/h2>\n\n\n\n<p>Once we have the .gz file, the next step is to extract the files and folders, this task is an easy one, the CLI command to be used below:<\/p>\n\n\n<p class=\"fonts-plugin-block \" style=\"font-family: calibri;font-weight: 700;font-size: 20px;color: #9b51e0\">tar xzvf latest.tar.gz<\/p>\n\n\n<p>Immediately after the execution of the above command you will see a new folder called &#8220;wordpress&#8221;, see below screenshot.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-02-1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"548\" height=\"223\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-02-1.jpg\" alt=\"\" class=\"wp-image-1610\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-02-1.jpg 548w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-02-1-300x122.jpg 300w\" sizes=\"auto, (max-width: 548px) 100vw, 548px\" \/><\/a><figcaption>wordpress folder<\/figcaption><\/figure><\/div>\n\n\n\n<p>If you open that folder you will be able to see all the wordpress files and folders<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-03.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"567\" height=\"455\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-03.jpg\" alt=\"\" class=\"wp-image-1611\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-03.jpg 567w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/download-wordpress-latest.tar.gz-03-300x241.jpg 300w\" sizes=\"auto, (max-width: 567px) 100vw, 567px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>We have to move all these files and folders one level up, and after that we can delete the &#8220;wordpress&#8221; folder because it will be left empty, let&#8217;s do that using WinSCP.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-move-rsync-01.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"551\" height=\"509\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-move-rsync-01.jpg\" alt=\"\" class=\"wp-image-1614\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-move-rsync-01.jpg 551w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-move-rsync-01-300x277.jpg 300w\" sizes=\"auto, (max-width: 551px) 100vw, 551px\" \/><\/a><figcaption>WinSCP move to (Shift+F6)<\/figcaption><\/figure><\/div>\n\n\n\n<p>Specify the correct path and hit &#8220;OK&#8221;<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-move-rsync-02-1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"680\" height=\"258\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-move-rsync-02-1.jpg\" alt=\"\" class=\"wp-image-1617\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-move-rsync-02-1.jpg 680w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-move-rsync-02-1-300x114.jpg 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" \/><\/a><figcaption>WinSCP move to specific folder<\/figcaption><\/figure><\/div>\n\n\n\n<p>Those of you who prefer the CLI can use &#8220;<a href=\"\/rsync\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"rsync (opens in a new tab)\">rsync<\/a>&#8221; to achieve the same.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Setting ownership and permissions<\/h2>\n\n\n\n<p>As you probably noticed the last column &#8220;Owner&#8221; states &#8220;nobody&#8221;, let&#8217;s fix that making sure that Apache will be able to not only read but also to modify these files, every time is needed, for example when a new version of wordpress is released and you want to update your wordpress.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-01.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"399\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-01.jpg\" alt=\"\" class=\"wp-image-1622\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-01.jpg 534w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-01-300x224.jpg 300w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-02.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"412\" height=\"484\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-02.jpg\" alt=\"\" class=\"wp-image-1625\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-02.jpg 412w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-02-255x300.jpg 255w\" sizes=\"auto, (max-width: 412px) 100vw, 412px\" \/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"376\" height=\"204\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/ch-owner.gif\" alt=\"\" class=\"wp-image-1623\"\/><\/figure><\/div>\n\n\n\n<p>This step can also be done from the CLI, see the necessary command below:<\/p>\n\n\n<p class=\"fonts-plugin-block \" style=\"font-family: calibri;font-size: 19px;color: #9b51e0\">chown -R apache:apache \/var\/www\/example.com\/public_html\/*<\/p>\n\n\n<h2 class=\"wp-block-heading\">WordPress.org recommends the following<\/h2>\n\n\n\n<p>The following are the permissions settings recommended by WordPress.org at <a href=\"https:\/\/wordpress.org\/support\/article\/changing-file-permissions\/\" target=\"_blank\" rel=\"noreferrer noopener\">this article<\/a>.<\/p>\n\n\n\n<p>Permissions settings recommended for <strong>directories<\/strong> (folders)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"vim\" class=\"language-vim\">find \/var\/www\/example.com\/public_html -type d -exec chmod 755 {} \\;<\/code><\/pre>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Permissions settings recommended for <strong>files<\/strong> (general)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"vim\" class=\"language-vim\">find \/var\/www\/example.com\/public_html -type f -exec chmod 644 {} \\;<\/code><\/pre>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Permissions settings recommended for the file &#8220;<strong>wp-config.php<\/strong>&#8220;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"vim\" class=\"language-vim\">chmod 600 wp-config.php<\/code><\/pre>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Permissions settings recommended for the file &#8220;<strong>.htaccess<\/strong>&#8220;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"vim\" class=\"language-vim\">chmod 600 .htaccess<\/code><\/pre>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>This step is always completed really fast from the CLI, but you can take a look at the WinSCP GUI to get a graphical understanding of what was donde, the image below shows how the &#8220;Owner&#8221; and &#8220;Rights&#8221; columns must look like.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-03.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"586\" height=\"575\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-03.jpg\" alt=\"\" class=\"wp-image-1629\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-03.jpg 586w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-winscp-changing-owner-03-300x294.jpg 300w\" sizes=\"auto, (max-width: 586px) 100vw, 586px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>Before moving to the next step, a very good practice is to delete the files and folders that are no longer needed, an small cleaning up is always welcome.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/winscp-delete-files.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"527\" height=\"391\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/winscp-delete-files.jpg\" alt=\"\" class=\"wp-image-1634\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/winscp-delete-files.jpg 527w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/winscp-delete-files-300x223.jpg 300w\" sizes=\"auto, (max-width: 527px) 100vw, 527px\" \/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/winscp-delete-files-02.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"488\" height=\"175\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/winscp-delete-files-02.jpg\" alt=\"\" class=\"wp-image-1636\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/winscp-delete-files-02.jpg 488w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/winscp-delete-files-02-300x108.jpg 300w\" sizes=\"auto, (max-width: 488px) 100vw, 488px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Setting SELinux for WordPress<\/h2>\n\n\n\n<p>This step is only needed for systems using SELinux, and it is necessary to be able to install worpress upgrades in the future.<\/p>\n\n\n\n<p>As you can imagine, when doing an upgrade a few files needs to be changed\/overwritten and most probably new ones have to be created, same situation with directories, it all dependes on each update, for that reason Apache has to be allowed on SELinux to do these kind of changes.<\/p>\n\n\n\n<p>IMPORTANT:<br><strong>This change must be performed from the CLI using the &#8220;root&#8221; account<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-01.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-01.jpg\" alt=\"\" class=\"wp-image-1648\" width=\"700\" height=\"381\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-01.jpg 933w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-01-300x163.jpg 300w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-01-768x418.jpg 768w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/a><figcaption>SELinux before<\/figcaption><\/figure><\/div>\n\n\n<p class=\"fonts-plugin-block \" style=\"font-family: calibri;font-size: 19px;color: #9b51e0\">chcon -t httpd_sys_rw_content_t \/var\/www\/example.com\/public_html\/ -R<\/p>\n\n\n<figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-02.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-02.jpg\" alt=\"\" class=\"wp-image-1649\" width=\"730\" height=\"368\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-02.jpg 973w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-02-300x151.jpg 300w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/01\/wordpress-SELinux-write-permission-02-768x387.jpg 768w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/a><figcaption>SELinux After<\/figcaption><\/figure>\n\n\n\n<p>Configuring SELinux may seem unnecessary now because we&#8217;ve installed the latest WordPress version and because of that our wordpress will stay unchanged for some time, but, believe me, more sooner than later a new version of wordpress will be released and you&#8217;ll have to update it, see <a href=\"\/how-to-update-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">this article<\/a> to learn how to update your WordPress.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where to go next?<\/h2>\n\n\n\n<p>We&#8217;re making good progress, our WordPress was put in place and both the ownership and read and write (rw) permissions have been configured, the last step will be to connect wordpress with Maria Data Base, let&#8217;s do that in two separate parts as follow:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"\/creating-a-new-mysql-maria-data-base\/\">Create a new MySQL (Maria) database<\/a><\/li><\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing WordPress on CentOS 7 We&#8217;ve created a brand new Apache&#8217;s Virtual Host and we tested it using a simple, probably the simplest HTML file of all, the next step for us is to replace that file with WordPress because we are going to use that particular CMS (Content Management System) to build our website. &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/lamp.ciscoar.com\/?page_id=1577\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Installing WordPress&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1577","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/1577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1577"}],"version-history":[{"count":70,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/1577\/revisions"}],"predecessor-version":[{"id":4618,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/1577\/revisions\/4618"}],"wp:attachment":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}