{"id":17308,"date":"2016-03-08T11:26:21","date_gmt":"2016-03-08T17:26:21","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=17308"},"modified":"2022-12-16T03:38:09","modified_gmt":"2022-12-16T09:38:09","slug":"install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/","title":{"rendered":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL"},"content":{"rendered":"
<\/div>

\"litecart\"In this tutorial we will explain how to install LiteCart on an Ubuntu 14.04 VPS<\/a> with Nginx, PHP-FPM and MySQL.
\nLiteCart is a free e-commerce, feature rich e-commerce solution.<\/p>\n

The framework is constructed to be lightweight and easy for developers to modify and build upon.<\/p>\n

LiteCart relies on the latest HyperText standard HTML 5, the latest CSS 3 for styling, the jQuery framework for client-side dynamics, and the popular web scripting language PHP for server-side dynamics.<\/p>\n

<\/p>\n

REQUIREMENTS<\/strong><\/p>\n

We will be using our SSD 1 Linux VPS<\/a> Hosting plan for this tutorial.<\/p>\n

UPDATE THE SYSTEM<\/strong><\/p>\n

Make sure your server is fully up to date using:<\/p>\n

# apt-get update && apt-get upgrade<\/pre>\n

Your next step is to install Nginx, PHP-FPM, MySQL and some needed dependencies. Run the following command:<\/p>\n

# apt-get install nginx php5-fpm mysql-server php5-mysql php5-curl<\/pre>\n

Then, create the database needed for LiteCart. Log into your MySQL service as root:<\/p>\n

# mysql -u root -p\r\n\r\nmysql> create database lite;\r\nQuery OK, 1 row affected (0.00 sec)\r\n\r\nmysql> grant all privileges on lite.* to liteuser@localhost identified by 'your_password';\r\nQuery OK, 0 rows affected (0.05 sec)\r\n\r\nmysql> flush privileges;\r\n\r\nmysql> exit\r\nBye<\/pre>\n

INSTALL LITECART<\/strong><\/p>\n

Next, install LiteCart. For our purposes we will download LiteCart into the \/opt<\/em> directory. Run the following commands:<\/p>\n

# cd \/opt\r\n\r\n# wget http:\/\/download2us.softpedia.com\/dl\/9a4e457ced9819c2aa03f2adb2b4e551\/556d7e98\/700082813\/webscripts\/php\/litecart-1.3.zip<\/pre>\n

Unzip the archive:<\/p>\n

# unzip litecart-1.3.zip<\/pre>\n

Create the needed directory into which you will move all the installation files. Enter the following commands:<\/p>\n

# mkdir \/var\/www\/litecart\r\n\r\n# mv * \/var\/www\/litecart<\/pre>\n
Enter the newly created directory and delete the zip file we don't need:<\/pre>\n
# cd \/var\/www\/litecart\r\n\r\n# rm litecart-1.3.zip<\/pre>\n

CONFIGURE NGINX FOR LITECART<\/strong><\/p>\n

Your next step is to configure an Nginx block so you can access LiteCart using a domain. Therefore, create a new file using the below command:<\/p>\n

# vim \/etc\/nginx\/sites-available\/your_domain<\/pre>\n

Paste the following into the file:<\/p>\n

server {\r\nlisten 80 ;\r\n\r\nroot \/var\/www\/litecart\/public_html;\r\nindex index.php index.html index.htm;\r\nrewrite ^\/sitemap_index\\.xml$ \/index.php?sitemap=1 last;\r\nrewrite ^\/([^\/]+?)-sitemap([0-9]+)?\\.xml$ \/index.php?sitemap=$1&sitemap_n=$2 last;\r\n\r\nserver_name your_domain ;\r\n\r\naccess_log \/var\/log\/nginx\/your_domain\/access.log;\r\nerror_log \/var\/log\/nginx\/your_domain\/error.log;\r\n\r\nlocation \/ {\r\n# try_files $uri $uri\/ =404;\r\ntry_files $uri $uri\/ \/index.php?q=$uri&$args;\r\n}\r\n\r\nerror_page 404 \/404.html;\r\n\r\nerror_page 500 502 503 504 \/50x.html;\r\nlocation = \/50x.html {\r\nroot \/usr\/share\/nginx\/html;\r\n}\r\n\r\nlocation ~ \\.php$ {\r\ntry_files $uri =404;\r\nfastcgi_split_path_info ^(.+\\.php)(\/.+)$;\r\nfastcgi_pass unix:\/var\/run\/php5-fpm.sock;\r\nfastcgi_index index.php;\r\ninclude fastcgi_params;\r\n\r\n}\r\n}<\/pre>\n

Don’t forget to replace the your_domain<\/em> values with your actual domain.<\/p>\n

Enable the site:<\/p>\n

# a2ensite your_domain<\/pre>\n

Restart Nginx for the changes to take effect:<\/p>\n

# \/etc\/init.d\/nginx restart<\/pre>\n

Check the path of the current working directory using the command:<\/p>\n

# pwd<\/pre>\n

You should be in the \/var\/www\/litecart directory. If so, enter the following command to set the proper file ownership:<\/p>\n

chown www-data -R public_html\/<\/pre>\n

To finish the LiteCart installation, open your favorite web browser and navigate to http:\/\/your_domain . You will be welcomed by the installer. Check if your server meets the System Requirements. If some extensions or settings need to be enabled, you should install\/enable them before proceeding. After that is done, fill in the database credentials in the MySQL field under the Installation Parameters section. Then choose your username and password for the LiteCart administration backend. After everything is done, click on Install Now.<\/p>\n

After the installation is completed, you should delete the install<\/em> directory in \/var\/www\/litecart\/<\/p>\n

That\u2019s it. You have successfully installed LiteCart on your Ubuntu 14.04 VPS<\/a>. For more information about LiteCart, please refer to their wiki<\/a>.<\/p>\n

Of course you don\u2019t have to do any of this if you use one of our Managed Ubuntu VPS hosting<\/a> plans, in which case you can simply ask our expert Linux admins to install LiteCart for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n

PS.<\/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":"

In this tutorial we will explain how to install LiteCart on an Ubuntu 14.04 VPS with Nginx, PHP-FPM and MySQL. … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":17309,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1702,1711,13,1712,1707],"tags":[375,833,39,49,51,601],"yoast_head":"\nInstall LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting<\/title>\n<meta name=\"description\" content=\"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - 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\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/\" \/>\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=\"2016-03-08T17:26:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-16T09:38:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png\" \/>\n\t<meta property=\"og:image:width\" content=\"239\" \/>\n\t<meta property=\"og:image:height\" content=\"120\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL\",\"datePublished\":\"2016-03-08T17:26:21+00:00\",\"dateModified\":\"2022-12-16T09:38:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/\"},\"wordCount\":470,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png\",\"keywords\":[\"eCommerce\",\"litecart\",\"mysql\",\"nginx\",\"php-fpm\",\"ubuntu 14.04\"],\"articleSection\":[\"Databases\",\"E-Commerce\",\"Tutorials\",\"Web Frameworks\",\"Web Servers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/\",\"name\":\"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png\",\"datePublished\":\"2016-03-08T17:26:21+00:00\",\"dateModified\":\"2022-12-16T09:38:09+00:00\",\"description\":\"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png\",\"width\":239,\"height\":120},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"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\":\"required name=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\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?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 plugin. -->","yoast_head_json":{"title":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting","description":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - 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\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/","og_locale":"en_US","og_type":"article","og_title":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting","og_description":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2016-03-08T17:26:21+00:00","article_modified_time":"2022-12-16T09:38:09+00:00","og_image":[{"width":239,"height":120,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png","type":"image\/png"}],"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\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL","datePublished":"2016-03-08T17:26:21+00:00","dateModified":"2022-12-16T09:38:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/"},"wordCount":470,"commentCount":0,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png","keywords":["eCommerce","litecart","mysql","nginx","php-fpm","ubuntu 14.04"],"articleSection":["Databases","E-Commerce","Tutorials","Web Frameworks","Web Servers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/","url":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/","name":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png","datePublished":"2016-03-08T17:26:21+00:00","dateModified":"2022-12-16T09:38:09+00:00","description":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2015\/06\/litecart.png","width":239,"height":120},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/install-litecart-on-ubuntu-14-04-with-nginx-php-fpm-and-mysql\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","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":"required name=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\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?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\/17308"}],"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=17308"}],"version-history":[{"count":3,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/17308\/revisions"}],"predecessor-version":[{"id":44325,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/17308\/revisions\/44325"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/17309"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=17308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=17308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=17308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}