I was messing around on my dev box and tried to access the term store management link in a site collection, but it was nowhere to be found. Turns out creating the root site using the blank template omits this feature.
To activate it, do the following:
To activate it, do the following:
Powershell:
Enable-SPFeature -id “73EF14B1-13A9-416b-A9B5-ECECA2B0604C” -Url <SiteCollection-URL>
Stsadm:
Stsadm.exe -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C –url http://<SiteCollection-URL> –force