{"id":1355,"date":"2017-04-17T22:03:08","date_gmt":"2017-04-17T16:33:08","guid":{"rendered":"https:\/\/blog.pheonixsolutions.com\/?p=1355"},"modified":"2017-04-17T22:03:08","modified_gmt":"2017-04-17T16:33:08","slug":"simple-guide-start-using-vagrant-virtualbox","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/","title":{"rendered":"Simple guide to start using Vagrant with VirtualBox"},"content":{"rendered":"<h3>What is Vagrant?<\/h3>\n<p>Vagrant is an open-source virtualization manager, used for managing VM(Virtual Machine)\u00a0and their configurations with few commands.<\/p>\n<p>It\u00a0is supported by VirtualBox, Docker, Hyper-V as well as VMWare virtualization. Vagrants helps managing the configurations of VM created using any of the mentioned virtualization. Its available for Mac OS X, Windows, Debian and Centos.<\/p>\n<p>From <a href=\"https:\/\/en.wikipedia.org\/wiki\/Vagrant_(software)\">Wikipedia<\/a>:\u00a0<b>Vagrant<\/b> is an open-source software product for building and maintaining portable virtual development environments.\u00a0The core idea behind its creation lies in the fact that the environment maintenance becomes increasingly difficult in a large project with multiple technical stacks. Vagrant manages all the necessary configurations for the developers in order to avoid the unnecessary maintenance and setup time, and increases development productivity.<\/p>\n<h3>Why Vagrant?<\/h3>\n<p>Consider you need a development environment setup. Using Vagrant, you can set it up in no time. And the best thing is that you just need to have very few and basic knowledge of computer networks. If you are well versed with the Vagrant setup, you can use the same setup for production too.<\/p>\n<p>And best of all, its quite easy to setup, and safe use &amp; re-use.<\/p>\n<h3>Install Vagrant with VirtualBox support<\/h3>\n<ol>\n<li>Download VirtualBox from\u00a0<a href=\"https:\/\/www.virtualbox.org\/wiki\/Downloads\">https:\/\/www.virtualbox.org\/wiki\/Downloads<\/a> (&#8220;platform packages&#8221;) and install it.<\/li>\n<li>Next\u00a0download Vagrant at <a href=\"https:\/\/www.vagrantup.com\/downloads.html\">https:\/\/www.vagrantup.com\/downloads.html<\/a>\u00a0as per your OS preference, and install the package.<\/li>\n<\/ol>\n<h3>Managing VMs:<\/h3>\n<h6><span style=\"text-decoration: underline;\"><strong>STARTING YOUR FIRST VM<\/strong><\/span><\/h6>\n<p>Setting up and starting a VM is so simple that it will take not more than 5 mins. An example below is to download Centos image, install and start it:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">~ &gt; mkdir centos-vm &amp;&amp; cd centos-vm\r\n\r\n~ &gt; vagrant box add centos https:\/\/github.com\/CommanderK5\/packer-centos-template\/releases\/download\/0.6.7\/vagrant-centos-6.7.box\r\n==&gt; box: Adding box 'centos' (v0) for provider:\r\n    box: Downloading: https:\/\/github.com\/CommanderK5\/packer-centos-template\/releases\/download\/0.6.7\/vagrant-centos-6.7.box\r\n==&gt; box: Successfully added box 'centos' (v0) for 'virtualbox'!\r\n\r\n~ &gt; vagrant init centos\r\nA `Vagrantfile` has been placed in this directory. You are now\r\nready to `vagrant up` your first virtual environment! Please read\r\nthe comments in the Vagrantfile as well as documentation on\r\n`vagrantup.com` for more information on using Vagrant.\r\n\r\n~ &gt; vagrant up<\/pre>\n<p>&nbsp;<\/p>\n<p>Thats it! Your VM with Centos is now ready to be used.\u00a0Wasn&#8217;t it easy?<\/p>\n<p>Note: You can get list of other Vagrant files for other OS at:\u00a0<a href=\"http:\/\/www.vagrantbox.es\/\">http:\/\/www.vagrantbox.es\/<\/a><\/p>\n<h6><\/h6>\n<h6><span style=\"text-decoration: underline;\">ACCESSING THE VM<\/span><\/h6>\n<p>The command is\u00a0&#8216;vagrant ssh&#8217; to login the VM.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">~\/V\/centos-vm &gt; vagrant ssh\r\nLast login: Mon Mar 20 13:49:26 2017 from 10.0.2.2\r\n[vagrant@localhost ~]$ cat \/etc\/redhat-release\r\nCentOS release 6.7 (Final)\r\n[vagrant@localhost ~]$<\/pre>\n<p>&nbsp;<\/p>\n<h6><span style=\"text-decoration: underline;\">SHUTTING DOWN THE VM<\/span><\/h6>\n<p>The command is &#8216;vagrant halt&#8217; to shutdown the VM.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">~\/V\/centos-vm &gt; vagrant halt\r\n==&gt; default: Attempting graceful shutdown of VM...<\/pre>\n<p>&nbsp;<\/p>\n<h6><span style=\"text-decoration: underline;\">DELETING THE VM<\/span><\/h6>\n<p>The command is &#8216;vagrant destroy&#8217; to delete the VM.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">~\/V\/centos-vm &gt; vagrant destroy\r\n    default: Are you sure you want to destroy the 'default' VM? [y\/N] y\r\n==&gt; default: Destroying VM and associated drives...\r\n~\/V\/centos-vm &gt;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Vagrant? Vagrant is an open-source virtualization manager, used for managing VM(Virtual Machine)\u00a0and their configurations with few commands. It\u00a0is supported by VirtualBox, Docker, Hyper-V as well as VMWare virtualization. Vagrants helps managing the configurations of VM created using any of the mentioned virtualization. Its available for Mac OS X,&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Simple guide to start using Vagrant with VirtualBox<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[161,325,326],"class_list":{"0":"post-1355","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"tag-centos","8":"tag-vagrant","9":"tag-virtualbox","10":"h-entry","12":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"What is Vagrant? Vagrant is an open-source virtualization manager, used for managing VM(Virtual Machine)\u00a0and their configurations with few commands. It\u00a0is supported by VirtualBox, Docker, Hyper-V as well as VMWare virtualization. Vagrants helps managing the configurations of VM created using any of the mentioned virtualization. Its available for Mac OS X,&hellip; Continue Reading Simple guide to start using Vagrant with VirtualBox\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-04-17T16:33:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3837\" \/>\n\t<meta property=\"og:image:height\" content=\"2540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\"},\"headline\":\"Simple guide to start using Vagrant with VirtualBox\",\"datePublished\":\"2017-04-17T16:33:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/\"},\"wordCount\":345,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"keywords\":[\"centOS\",\"vagrant\",\"virtualbox\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"datePublished\":\"2017-04-17T16:33:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/simple-guide-start-using-vagrant-virtualbox\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simple guide to start using Vagrant with VirtualBox\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ffa33d73c869faec2d50e79c24e3503\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/blog.pheonixsolutions.com\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","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:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"What is Vagrant? Vagrant is an open-source virtualization manager, used for managing VM(Virtual Machine)\u00a0and their configurations with few commands. It\u00a0is supported by VirtualBox, Docker, Hyper-V as well as VMWare virtualization. Vagrants helps managing the configurations of VM created using any of the mentioned virtualization. Its available for Mac OS X,&hellip; Continue Reading Simple guide to start using Vagrant with VirtualBox","og_url":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2017-04-17T16:33:08+00:00","og_image":[{"width":3837,"height":2540,"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/"},"author":{"name":"admin","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503"},"headline":"Simple guide to start using Vagrant with VirtualBox","datePublished":"2017-04-17T16:33:08+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/"},"wordCount":345,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"keywords":["centOS","vagrant","virtualbox"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/","url":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"datePublished":"2017-04-17T16:33:08+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/simple-guide-start-using-vagrant-virtualbox\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Simple guide to start using Vagrant with VirtualBox"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/0ffa33d73c869faec2d50e79c24e3503","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09bacc0294abee1322a23ab4bc6a0330dd4cb4df707dc9d0b0efeba6c109608b?s=96&r=g","caption":"admin"},"sameAs":["http:\/\/blog.pheonixsolutions.com"],"url":"https:\/\/pheonixsolutions.com\/blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-lR","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=1355"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1355\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=1355"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=1355"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=1355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}