{"id":17039,"date":"2015-04-15T12:37:51","date_gmt":"2015-04-15T17:37:51","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=17039"},"modified":"2022-06-03T03:44:25","modified_gmt":"2022-06-03T08:44:25","slug":"how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/","title":{"rendered":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div><p>Sugar CRM Community Edition is an open source and web based customer relationship management (CRM) software. It provides many functions such as activity management, contacts, accounts, campaigns, web-to-lead forms, dashboards, email clients and marketing, project management, bug tracking, shared calendars etc. that allow maximum management for business and client relationships.<br \/>\nIn this tutorial we will show you how to<strong> install Sugar CRM\u00a0Community Edition on an <a title=\"Ubuntu VPS\" href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">Ubuntu VPS<\/a><\/strong> in less than 5 minutes.<\/p>\n<p><!--more--><\/p>\n<p>Download the latest version of Sugar CRM Community Edition available at http:\/\/sourceforge.net\/projects\/sugarcrm\/files\/ to the &#8216;\/opt&#8217; directory on the server. Then, extract it and move the Sugar CRM files and directories to the &#8216;\/var\/www\/html\/sugar&#8217; directory. At the time of writing this tutorial, the latest stable version of Sugar CRM Community Edition is 6.5.20.<\/p>\n<pre>cd \/opt\/\r\nwget http:\/\/sourceforge.net\/projects\/sugarcrm\/files\/latest\/download -O SugarCE-6.5.20.zip\r\nunzip SugarCE-6.5.20.zip\r\nmv SugarCE-Full-6.5.20 \/var\/www\/html\/sugar<\/pre>\n<p>Sugar CRM Community Edition requires:<\/p>\n<ul>\n<li>PHP with bcmath, cURL, GD graphics library, hash, IMAP, JSON, mbstring, MySQLi, openSSL, SimpleXML, ZIP and ZLIB PHP extensions enabled.<\/li>\n<li>Apache Web Server &gt;= 2.x+<\/li>\n<li>MySQL &gt;= 5.x installed on your <strong>Linux VPS<\/strong>.<\/li>\n<\/ul>\n<p>Update your OS package lists and install the software updates using the following commands:<\/p>\n<pre>apt-get update\r\napt-get upgrade\r\n<\/pre>\n<p>Install PHP and required PHP modules:<\/p>\n<pre>apt-get install php5 php5-cli php5-common php5-dev php5-mysql php5-curl php5-gd php-pear php5-imap php5-mcrypt php5-xmlrpc php5-xsl<\/pre>\n<p>In order to improve performance, it is recommended to have JSMin PHP extension installed on your server. The JSMin PHP extension can be installed using the pecl command:<\/p>\n<pre>pecl install jsmin<\/pre>\n<p>Edit the php.ini configuration file and add &#8216;extension=jsmin.so&#8217; to it:<\/p>\n<pre>vi \/etc\/php5\/apache2\/php.ini<\/pre>\n<pre>extension=jsmin.so<\/pre>\n<p>Also, add\/modify the following settings:<\/p>\n<pre>post_max_size = 32M\r\nupload_max_filesize = 32M\r\nmemory_limit = 768M<\/pre>\n<p>InboundEmail and Campaigns (Email) require the IMAP libraries, so enable the IMAP module:<\/p>\n<pre>sudo php5enmod imap<\/pre>\n<p>Create a new virtual host directive in Apache. For example, create a new Apache configuration file named \u2018sugar.conf&#8217;:<\/p>\n<pre>touch \/etc\/apache2\/sites-available\/sugar.conf\r\nln -s \/etc\/apache2\/sites-available\/sugar.conf \/etc\/apache2\/sites-enabled\/sugar.conf\r\nvi \/etc\/apache2\/sites-available\/sugar.conf<\/pre>\n<p>then, add the following lines:<\/p>\n<pre>&lt;VirtualHost *:80&gt;\r\n   ServerAdmin admin@your-domain.com\r\n   DocumentRoot \/var\/www\/html\/sugar\/\r\n   ServerName your-domain.com\r\n   ServerAlias www.your-domain.com\r\n   &lt;Directory \/var\/www\/html\/sugar\/&gt;\r\n      Options FollowSymLinks\r\n      AllowOverride All\r\n   &lt;\/Directory&gt;\r\n   ErrorLog \/var\/log\/apache2\/your-domain.com-error_log\r\n   CustomLog \/var\/log\/apache2\/your-domain.com-access_log common\r\n&lt;\/VirtualHost&gt;<\/pre>\n<p>Restart the Apache web server for the changes to take effect:<\/p>\n<pre>service apache2 restart<\/pre>\n<p>The following files and directories inside the &#8216;\/var\/www\/html\/sugar\/&#8217; directory need to be writable from your web server:<\/p>\n<pre>'config.php' \r\n'config_override.php'\r\n'sugarcrm.log'\r\n'cache' and all subdirectories and files\r\n'custom' and all subdirectories and files\r\n'data' and all subdirectories and files\r\n'modules' and all subdirectories and files<\/pre>\n<p>This can easily be accomplished by executing the following command:<\/p>\n<pre>chown www-data:www-data -R \/var\/www\/html\/sugar\/<\/pre>\n<p>Create a new MySQL database named &#8216;sugarcrm&#8217; on your server:<\/p>\n<pre>mysql -u root -p\r\nmysql&gt; CREATE DATABASE sugarcrm;\r\nmysql&gt; CREATE USER sugar@localhost;\r\nmysql&gt; SET PASSWORD FOR 'sugar'@'localhost' = PASSWORD(\"sugar-password\");\r\nmysql&gt; GRANT ALL PRIVILEGES ON sugarcrm.* TO 'sugar'@'localhost' IDENTIFIED BY 'sugar-password' WITH GRANT OPTION;\r\nmysql&gt; FLUSH PRIVILEGES;\r\nmysql&gt; quit<\/pre>\n<p>Do not forget to change \u2018sugar-password\u2019 with a strong password for your \u2018sugar\u2019 MySQL user.<\/p>\n<p>Open http:\/\/your-domain.com in your favorite web browser and follow the easy instructions.<\/p>\n<p>In order to run Sugar Schedulers, add the following line to the crontab file:<\/p>\n<pre>*    *    *    *    *     cd \/var\/www\/html\/sugar; php -f cron.php &gt; \/dev\/null 2&gt;&amp;1<\/pre>\n<p>That is it. The Sugar CRM installation is now complete. Of course you don\u2019t have to do any of this if you use one of our <a href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting.html\">Ubuntu Optimized VPS Hosting<\/a> services, in which case you can simply ask our expert Linux admins to <strong>install Sugar CRM<\/strong> for you. They are available 24&#215;7 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS.<\/strong><\/span> If you liked this post 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","protected":false},"excerpt":{"rendered":"<p>Sugar CRM Community Edition is an open source and web based customer relationship management (CRM) software. It provides many functions &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/#more-17039\" aria-label=\"Read more about How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1710,13,1698],"tags":[766,764,765,385],"class_list":["post-17039","post","type-post","status-publish","format-standard","hentry","category-cms-crm-erp","category-tutorials","category-ubuntu","tag-how-to-install-sugarcrm-community-edition","tag-install-sugarcrm-community-edition","tag-install-sugarcrm-on-ubuntu","tag-sugarcrm","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | RoseHosting<\/title>\n<meta name=\"description\" content=\"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | 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\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS\" \/>\n<meta property=\"og:description\" content=\"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-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=\"2015-04-15T17:37:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:44:25+00:00\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS\",\"datePublished\":\"2015-04-15T17:37:51+00:00\",\"dateModified\":\"2022-06-03T08:44:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/\"},\"wordCount\":468,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"keywords\":[\"how to install SugarCRM Community Edition\",\"Install SugarCRM Community Edition\",\"Install SugarCRM on Ubuntu\",\"sugarcrm\"],\"articleSection\":[\"CMS, CRM, ERP\",\"Tutorials\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/\",\"name\":\"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"datePublished\":\"2015-04-15T17:37:51+00:00\",\"dateModified\":\"2022-06-03T08:44:25+00:00\",\"description\":\"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"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\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"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\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?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 Premium plugin. -->","yoast_head_json":{"title":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | RoseHosting","description":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | 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\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS","og_description":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2015-04-15T17:37:51+00:00","article_modified_time":"2022-06-03T08:44:25+00:00","author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS","datePublished":"2015-04-15T17:37:51+00:00","dateModified":"2022-06-03T08:44:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/"},"wordCount":468,"commentCount":5,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"keywords":["how to install SugarCRM Community Edition","Install SugarCRM Community Edition","Install SugarCRM on Ubuntu","sugarcrm"],"articleSection":["CMS, CRM, ERP","Tutorials","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/","name":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"datePublished":"2015-04-15T17:37:51+00:00","dateModified":"2022-06-03T08:44:25+00:00","description":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS | RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Sugar CRM Community Edition on an Ubuntu 14.04 VPS"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","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":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"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\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?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\/17039","targetHints":{"allow":["GET"]}}],"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=17039"}],"version-history":[{"count":1,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/17039\/revisions"}],"predecessor-version":[{"id":42118,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/17039\/revisions\/42118"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=17039"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=17039"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=17039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}