{"id":3743,"date":"2017-02-08T19:19:37","date_gmt":"2017-02-08T19:19:37","guid":{"rendered":"http:\/\/www.kevinmaschke.com\/?p=3743\/"},"modified":"2017-03-01T12:20:27","modified_gmt":"2017-03-01T12:20:27","slug":"zimbra-collaboration-8-6-installation","status":"publish","type":"post","link":"https:\/\/www.kevinmaschke.com\/en\/zimbra-collaboration-8-6-installation\/","title":{"rendered":"Zimbra Collaboration 8.6 &#8211; Installation"},"content":{"rendered":"<p style=\"text-align: justify;\">Previously we&#8217;ve seen <a href=\"http:\/\/www.kevinmaschke.com\/en\/linux-en\/zimbra-collaboration-8-6\/\">what Zimbra is<\/a>, what <a href=\"http:\/\/www.kevinmaschke.com\/en\/linux-en\/zimbra-collaboration-8-6-prerequisites\/\">prerequisites must be met for its installation<\/a> and <a href=\"http:\/\/www.kevinmaschke.com\/en\/linux-en\/zimbra-collaboration-8-6-dnsmasq\/\">how to install and configure DNSMasq<\/a> to work with Zimbra. Finally, <strong>once we have the server prepared we can go on and continue with the installation of Zimbra Collaboration 8.6.<\/strong><\/p>\n<h2>Download and uncompress Zimbra Collaboration<\/h2>\n<p style=\"text-align: justify;\">To download Zimbra we use the following command (you can find more versions to download clicking <a href=\"https:\/\/www.zimbra.com\/downloads\/zimbra-collaboration-open-source\/archives\/\" target=\"_blank\" rel=\"noopener\">here<\/a>):<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">sudo wget https:\/\/files.zimbra.com\/downloads\/8.6.0_GA\/zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz<\/pre>\n<p>And to uncompress it:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">sudo tar -xvf zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116.tgz<\/pre>\n<h2>Installation of Zimbra Collaboration<\/h2>\n<p style=\"text-align: justify;\">At last, <strong>we have configured the server and we have downloaded and uncompressed Zimbra<\/strong>. Now we can proceed and install it. To do si, we jump into the uncompressed folder:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">cd zcs-8.6.0_GA_1153.UBUNTU14_64.20141215151116\/<\/pre>\n<p>And <strong>run the installer:<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">sudo .\/install.sh\r\n\r\nOperations logged to \/tmp\/install.log.1275\r\n\r\nChecking for existing installation...\r\n\r\nzimbra-ldap...NOT FOUND\r\nzimbra-logger...NOT FOUND\r\nzimbra-mta...NOT FOUND\r\nzimbra-dnscache...NOT FOUND\r\nzimbra-snmp...NOT FOUND\r\nzimbra-store...NOT FOUND\r\nzimbra-apache...NOT FOUND\r\nzimbra-spell...NOT FOUND\r\nzimbra-convertd...NOT FOUND\r\nzimbra-memcached...NOT FOUND\r\nzimbra-proxy...NOT FOUND\r\nzimbra-archiving...NOT FOUND\r\nzimbra-core...NOT FOUND\r\n\r\nPLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE.\r\nZIMBRA, INC. (\"ZIMBRA\") WILL ONLY LICENSE THIS SOFTWARE TO YOU IF YOU\r\nFIRST ACCEPT THE TERMS OF THIS AGREEMENT. BY DOWNLOADING OR INSTALLING\r\nTHE SOFTWARE, OR USING THE PRODUCT, YOU ARE CONSENTING TO BE BOUND BY\r\nTHIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS\r\nAGREEMENT, THEN DO NOT DOWNLOAD, INSTALL OR USE THE PRODUCT.\r\n\r\nLicense Terms for the Zimbra Collaboration Suite:\r\nhttp:\/\/www.zimbra.com\/license\/zimbra-public-eula-2-5.html\r\n\r\nDo you agree with the terms of the software license agreement? [N]<\/pre>\n<p style=\"text-align: justify;\">We write &#8220;Y&#8221; and press enter to accept the EULA for Zimbra which can be found in the following link:\u00a0<a href=\"http:\/\/www.zimbra.com\/license\/zimbra-public-eula-2-5.html\" target=\"_blank\" rel=\"noopener\">http:\/\/www.zimbra.com\/license\/zimbra-public-eula-2-5.html<\/a><\/p>\n<p style=\"text-align: justify;\">Now <strong>Zimbra will check the system to make sure all prerequisites\u00a0are installed<\/strong>.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">Checking for prerequisites...\r\n\r\nFOUND: NPTL\r\nFOUND: netcat-openbsd-1.105-7ubuntu1\r\nFOUND: sudo-1.8.9p5-1ubuntu1.2\r\nFOUND: libidn11-1.28-1ubuntu2\r\nFOUND: libpcre3-1:8.31-2ubuntu2.1\r\nFOUND: libgmp10-2:5.1.3+dfsg-1ubuntu1\r\nFOUND: libexpat1-2.1.0-4ubuntu1.1\r\nFOUND: libstdc++6-4.8.4-2ubuntu1~14.04\r\nFOUND: libperl5.18-5.18.2-2ubuntu1\r\nFOUND: libaio1-0.3.109-4\r\nFOUND: resolvconf-1.69ubuntu1.1\r\nFOUND: unzip-6.0-9ubuntu1.5\r\n\r\nChecking for suggested prerequisites...\r\n\r\nFOUND: pax\r\nFOUND: perl-5.18.2\r\nFOUND: sysstat\r\nFOUND: sqlite3\r\n\r\nPrerequisite check complete.\r\n\r\nChecking for installable packages\r\n\r\nFound zimbra-core\r\nFound zimbra-ldap\r\nFound zimbra-logger\r\nFound zimbra-mta\r\nFound zimbra-dnscache\r\nFound zimbra-snmp\r\nFound zimbra-store\r\nFound zimbra-apache\r\nFound zimbra-spell\r\nFound zimbra-memcached\r\nFound zimbra-proxy<\/pre>\n<p style=\"text-align: justify;\">If any prerequisite is missing, Zimbra will cancel the installation and will let us know which one is missing:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">MISSING: libaio1<\/pre>\n<p>If any dependency is missing, we can simply install it:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">sudo apt-get install libaio1<\/pre>\n<p style=\"text-align: justify;\">And restart the Zimbra installation running the same command:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">sudo .\/install.sh<\/pre>\n<p style=\"text-align: justify;\">Once we have all necessary dependencies, the installed will ask us which packages we want to install. <strong>In our case we will install all packages but &#8220;zimbra-dnscache&#8221;<\/strong> since we use <a href=\"http:\/\/www.kevinmaschke.com\/en\/linux-en\/zimbra-collaboration-8-6-dnsmasq\/\" target=\"_blank\">DNSMasq<\/a> for this purpose.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">Select the packages to install\r\n\r\nInstall zimbra-ldap [Y] Y\r\nInstall zimbra-logger [Y] Y\r\nInstall zimbra-mta [Y] Y\r\nInstall zimbra-dnscache [Y] N\r\nInstall zimbra-snmp [Y] Y\r\nInstall zimbra-store [Y] Y\r\nInstall zimbra-apache [Y] Y\r\nInstall zimbra-spell [Y] Y\r\nInstall zimbra-memcached [Y] Y\r\nInstall zimbra-proxy [Y] Y\r\nChecking required space for zimbra-core\r\nChecking space for zimbra-store\r\nChecking required packages for zimbra-store\r\nzimbra-store package check complete.\r\n\r\nInstalling:\r\nzimbra-core\r\nzimbra-ldap\r\nzimbra-logger\r\nzimbra-mta\r\nzimbra-snmp\r\nzimbra-store\r\nzimbra-apache\r\nzimbra-spell\r\nzimbra-memcached\r\nzimbra-proxy\r\n\r\nThe system will be modified.\u00a0 Continue? [N]<\/pre>\n<p style=\"text-align: justify;\">At this point, the installer will warn us that the system will be modified. We write &#8220;Y&#8221; and press enter for Zimbra to be installed. This process can take some time, so <strong>don&#8217;t worry if it stays &#8220;stuck&#8221; at one point for some minutes.<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">The system will be modified.\u00a0 Continue? [N] Y\r\n\r\nRemoving \/opt\/zimbra\r\nRemoving zimbra crontab entry...done.\r\nCleaning up zimbra init scripts...done.\r\nCleaning up \/etc\/ld.so.conf...done.\r\nCleaning up \/etc\/logrotate.d\/zimbra...done.\r\nCleaning up \/etc\/security\/limits.conf...done.\r\n\r\nFinished removing Zimbra Collaboration Server.\r\n\r\nInstalling packages\r\n\r\nzimbra-core......zimbra-core_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-ldap......zimbra-ldap_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-logger......zimbra-logger_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-mta......zimbra-mta_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-snmp......zimbra-snmp_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-store......zimbra-store_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-apache......zimbra-apache_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-spell......zimbra-spell_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-memcached......zimbra-memcached_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nzimbra-proxy......zimbra-proxy_8.6.0.GA.1153.UBUNTU14.64_amd64.deb...done\r\nOperations logged to \/tmp\/zmsetup02172016-182936.log\r\nInstalling LDAP configuration database...done.\r\nSetting defaults...\r\nChecking for port conflicts<\/pre>\n<h2>Establish the Administrator Password<\/h2>\n<p style=\"text-align: justify;\">Once Zimbra is installed we will find ourselves with a Main Menu which will help us to perform the initial system configuration:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">Main menu\r\n\r\n1) Common Configuration:\r\n2) zimbra-ldap:                             Enabled\r\n3) zimbra-logger:                           Enabled\r\n4) zimbra-mta:                              Enabled\r\n5) zimbra-snmp:                             Enabled\r\n6) zimbra-store:                            Enabled\r\n\r\n  +Create Admin User:                    yes\r\n  +Admin user to create:                 admin@mailserver.com\r\n  ******* +Admin Password                        UNSET\r\n  +Anti-virus quarantine user:           virus-quarantine.cebjqslvu@mailserver.com\r\n  +Enable automated spam training:       yes\r\n  +Spam training user:                   spam.oqcaklal4@mailserver.com\r\n  +Non-spam(Ham) training user:          ham.igpx_1jn@mailserver.com\r\n  +SMTP host:                            mailserver.com\r\n  +Web server HTTP port:                 8080\r\n  +Web server HTTPS port:                8443\r\n  +Web server mode:                      https\r\n  +IMAP server port:                     7143\r\n  +IMAP server SSL port:                 7993\r\n  +POP server port:                      7110\r\n  +POP server SSL port:                  7995\r\n  +Use spell check server:               yes\r\n  +Spell server URL:                     http:\/\/mailserver.com:7780\/aspell.php\r\n  +Enable version update checks:         TRUE\r\n  +Enable version update notifications:  TRUE\r\n  +Version update notification email:    admin@mailserver.com\r\n  +Version update source email:          admin@mailserver.com\r\n  +Install mailstore (service webapp):   yes\r\n  +Install UI (zimbra,zimbraAdmin webapps): yes\r\n\r\n7) zimbra-spell:                            Enabled\r\n8) zimbra-proxy:                            Enabled\r\n9) Default Class of Service Configuration:\r\n\r\n  s) Save config to file\r\n  x) Expand menu\r\n  q) Quit\r\n\r\nAddress unconfigured (**) items  (? - help)6<\/pre>\n<p><strong>The first thing we have to do is to establish the Administrator password<\/strong>. To do si we go to option 6 of the menu. We will see the submenu for the &#8221; Store Configuration&#8221;:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">Store configuration\r\n\r\n1) Status:                                  Enabled\r\n2) Create Admin User:                       yes\r\n3) Admin user to create:                    admin@mailserver.com\r\n** 4) Admin Password                           UNSET\r\n5) Anti-virus quarantine user:              virus-quarantine.cebjqslvu@mailserver.com\r\n6) Enable automated spam training:          yes\r\n7) Spam training user:                      spam.oqcaklal4@mailserver.com\r\n8) Non-spam(Ham) training user:             ham.igpx_1jn@mailserver.com\r\n9) SMTP host:                               mailserver.com\r\n10) Web server HTTP port:                    8080\r\n11) Web server HTTPS port:                   8443\r\n12) Web server mode:                         https\r\n13) IMAP server port:                        7143\r\n14) IMAP server SSL port:                    7993\r\n15) POP server port:                         7110\r\n16) POP server SSL port:                     7995\r\n17) Use spell check server:                  yes\r\n18) Spell server URL:                        http:\/\/mailserver.com:7780\/aspell.php\r\n19) Enable version update checks:            TRUE\r\n20) Enable version update notifications:     TRUE\r\n21) Version update notification email:       admin@mailserver.com\r\n22) Version update source email:             admin@mailserver.com\r\n23) Install mailstore (service webapp):      yes\r\n24) Install UI (zimbra,zimbraAdmin webapps): yes<\/pre>\n<p>Here <strong>we select the option 4 to change the password<\/strong>:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">Select, or 'r' for previous menu [r] 4\r\nPassword for admin@mailserver.com (min 6 characters): [sm1PFMBL] CONTRASE\u00d1A<\/pre>\n<p style=\"text-align: justify;\">Once we&#8217;ve changed it we will see that the option 4 has changed to &#8220;SET&#8221;:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">Store configuration\r\n\r\n1) Status:                                  Enabled\r\n2) Create Admin User:                       yes\r\n3) Admin user to create:                    admin@mailserver.com\r\n4) Admin Password                           set\r\n5) Anti-virus quarantine user:              virus-quarantine.cebjqslvu@mailserver.com\r\n6) Enable automated spam training:          yes\r\n7) Spam training user:                      spam.oqcaklal4@mailserver.com\r\n8) Non-spam(Ham) training user:             ham.igpx_1jn@mailserver.com\r\n9) SMTP host:                               mailserver.com\r\n10) Web server HTTP port:                    8080\r\n11) Web server HTTPS port:                   8443\r\n12) Web server mode:                         https\r\n13) IMAP server port:                        7143\r\n14) IMAP server SSL port:                    7993\r\n15) POP server port:                         7110\r\n16) POP server SSL port:                     7995\r\n17) Use spell check server:                  yes\r\n18) Spell server URL:                        http:\/\/mailserver.com:7780\/aspell.php\r\n19) Enable version update checks:            TRUE\r\n20) Enable version update notifications:     TRUE\r\n21) Version update notification email:       admin@mailserver.com\r\n22) Version update source email:             admin@mailserver.com\r\n23) Install mailstore (service webapp):      yes\r\n24) Install UI (zimbra,zimbraAdmin webapps): yes<\/pre>\n<p>Now we go back to the previous menu by typing &#8220;r&#8221; and pressing enter:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">Select, or 'r' for previous menu [r] r<\/pre>\n<h2>Finalizing the Installation<\/h2>\n<p style=\"text-align: justify;\">From the Main Menu we will write &#8220;a&#8221; and press enter to save the changes, and press enter twice again to save the configuration in a file. <strong>We will also be advised again that the system will be modified<\/strong> and ask if we want to continue.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">*** CONFIGURATION COMPLETE - press 'a' to apply\r\n\r\nSelect from menu, or press 'a' to apply config (? - help) a\r\nSave configuration data to a file? [Yes]\r\nSave config in file: [\/opt\/zimbra\/config.11671]\r\nSaving config in \/opt\/zimbra\/config.11671...done.\r\nThe system will be modified - continue? [No] Y\r\nOperations logged to \/tmp\/zmsetup02172016-184418.log\r\nSetting local config values...done.\r\nInitializing core config...Setting up CA...done.\r\nDeploying CA to \/opt\/zimbra\/conf\/ca ...done.\r\nCreating SSL zimbra-store certificate...done.\r\nCreating new zimbra-ldap SSL certificate...done.\r\nCreating new zimbra-mta SSL certificate...done.\r\nCreating new zimbra-proxy SSL certificate...done.\r\nInstalling mailboxd SSL certificates...done.\r\nInstalling MTA SSL certificates...done.\r\nInstalling LDAP SSL certificate...done.\r\nInstalling Proxy SSL certificate...done.\r\nInitializing ldap...done.\r\nSetting replication password...done.\r\nSetting Postfix password...done.\r\nSetting amavis password...done.\r\nSetting nginx password...done.\r\nSetting BES searcher\u00a0 password...done.\r\nCreating server entry for mailserver.com...done.\r\nSetting Zimbra IP Mode...done.\r\nSaving CA in ldap ...done.\r\nSaving SSL Certificate in ldap ...done.\r\nSetting spell check URL...done.\r\nSetting service ports on mailserver.com...done.\r\nSetting zimbraFeatureTasksEnabled=TRUE...done.\r\nSetting zimbraFeatureBriefcasesEnabled=TRUE...done.\r\nSetting TimeZone Preference...done.\r\nInitializing mta config...done.\r\nSetting services on mailserver.com...done.\r\nAdding mailserver.com to zimbraMailHostPool in default COS...done.\r\nCreating domain mailserver.com...done.\r\nSetting default domain name...done.\r\nCreating domain mailserver.com...already exists.\r\nCreating admin account admin@mailserver.com...done.\r\nCreating root alias...done.\r\nCreating postmaster alias...done.\r\nCreating user spam.oqcaklal4@mailserver.com...done.\r\nCreating user ham.igpx_1jn@mailserver.com...done.\r\nCreating user virus-quarantine.cebjqslvu@mailserver.com...done.\r\nSetting spam training and Anti-virus quarantine accounts...done.\r\nInitializing store sql database...done.\r\nSetting zimbraSmtpHostname for mailserver.com...done.\r\nConfiguring SNMP...done.\r\nSetting up syslog.conf...done.\r\nStarting servers...done.\r\nInstalling common zimlets...\r\ncom_zimbra_email...done.\r\ncom_zimbra_mailarchive...done.\r\ncom_zimbra_ymemoticons...done.\r\ncom_zimbra_srchhighlighter...done.\r\ncom_zimbra_adminversioncheck...done.\r\ncom_zimbra_attachcontacts...done.\r\ncom_zimbra_webex...done.\r\ncom_zimbra_attachmail...done.\r\ncom_zimbra_date...done.\r\ncom_zimbra_viewmail...done.\r\ncom_zimbra_url...done.\r\ncom_zimbra_phone...done.\r\ncom_zimbra_tooltip...done.\r\ncom_zimbra_clientuploader...done.\r\ncom_zimbra_bulkprovision...done.\r\ncom_zimbra_proxy_config...done.\r\ncom_zimbra_cert_manager...done.\r\nFinished installing common zimlets.\r\nRestarting mailboxd...done.\r\nCreating galsync account for default domain...done.\r\n\r\nYou have the option of notifying Zimbra of your installation.\r\nThis helps us to track the uptake of the Zimbra Collaboration Server.\r\nThe only information that will be transmitted is:\r\nThe VERSION of zcs installed (8.6.0_GA_1153_UBUNTU14_64)\r\nThe ADMIN EMAIL ADDRESS created (admin@mailserver.com)\r\n\r\nNotify Zimbra of your installation? [Yes]<\/pre>\n<p style=\"text-align: justify;\">Once this is done, if we want to notify Zimbra of the installation, we simply press enter. If we don&#8217;t want to notify Zimbra, we write &#8220;No&#8221; and press enter.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">Notify Zimbra of your installation? [Yes] No\r\nNotification skipped\r\nSetting up zimbra crontab...done.\r\n\r\nMoving \/tmp\/zmsetup02172016-184418.log to \/opt\/zimbra\/log\r\n\r\nConfiguration complete - press return to exit<\/pre>\n<p style=\"text-align: justify;\"><strong>Finally, we press enter to finish and exit the installer<\/strong>.<\/p>\n<p style=\"text-align: justify;\">We now got out Zimbra Collaboration 8.6 Open Source Edition server installed and working! Now we can add domains, mailboxes, distribution lists and a long list of other things!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Previously we&#8217;ve seen what Zimbra is, what prerequisites must be met for its installation and how to install and configure DNSMasq to work with Zimbra. Finally, once we have the server prepared we can go &#8230;<\/p>\n","protected":false},"author":1,"featured_media":3745,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[408,410,154],"tags":[631,679,678,633,632,655,634,656,630],"class_list":["post-3743","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guias","category-guides","category-linux","tag-correoelectronico","tag-dnsmasq-en","tag-dnsmasq","tag-ews","tag-imapsync","tag-instalacion","tag-open-source","tag-prerrequisitos","tag-zimbra"],"acf":{"book_cover":null,"special_featured_image":null},"_links":{"self":[{"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/posts\/3743","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/comments?post=3743"}],"version-history":[{"count":0,"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/posts\/3743\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/media\/3745"}],"wp:attachment":[{"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/media?parent=3743"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/categories?post=3743"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kevinmaschke.com\/en\/wp-json\/wp\/v2\/tags?post=3743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}