{"id":3635,"date":"2014-05-26T15:15:18","date_gmt":"2014-05-26T20:15:18","guid":{"rendered":"https:\/\/secure.rosehosting.com\/blog\/?p=3635"},"modified":"2022-06-03T03:46:57","modified_gmt":"2022-06-03T08:46:57","slug":"how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/","title":{"rendered":"How to install Gallery3 on an Ubuntu 14.04 LTS VPS"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div><p><a href=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png\"><img decoding=\"async\" class=\"alignleft size-full wp-image-3636\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png\" alt=\"how-to-install-gallery3-on-ubuntu-14-04-lts-vps\" width=\"300\" height=\"178\" \/><\/a>The following article will guide you through the steps on <strong>how to install Gallery3 on <a title=\"Ubuntu VPS Hosting\" href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">Ubuntu 14.04 LTS VPS<\/a><\/strong>.<\/p>\n<p><strong>What is Gallery3?<\/strong><\/p>\n<p>It is an open source photo sharing web application, based on PHP and MySQL.<\/p>\n<p><strong>Gallery3<\/strong> has intuitive photo management administration and you can use it into your own website no matter whether you&#8217;re running a small personal site or a large community portal.<\/p>\n<p><!--more--><\/p>\n<p>In order to install and run Gallery3 on your <a title=\"Linux VPS Hosting\" href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">linux virtual server<\/a>, the following minimum system requirements have to be met:<\/p>\n<ul>\n<li>Apache 2.2+<\/li>\n<li>PHP <span style=\"color: #000000; font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19.049999237060547px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;\">5.2.3<\/span>+<\/li>\n<li>PHP safe_mode must be disabled<\/li>\n<li>PHP-Iconv<\/li>\n<li>PHP-Simplexml<\/li>\n<li>PHP-Filter<\/li>\n<li>PHP-Json<\/li>\n<li>PHP-Mbstring<\/li>\n<li>PHP short_open_tag must be enabled<\/li>\n<li>MySQL database server<\/li>\n<\/ul>\n<p>Ok, before proceeding any further, make sure you are in a <code>screen<\/code> session and your <a title=\"Ubuntu VPS Hosting\" href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">Ubuntu 14.04 LTS Linux VPS<\/a> is up-to-date by running:<\/p>\n<pre>## screen -U -s gallery3-screen\r\n## apt-get update\r\n## apt-get upgrade<\/pre>\n<p>Since Gallery3 requires a webserver, a database server and a PHP server\/support, we will have to <strong>install and set-up LAMP (Linux Apache MySQL and PHP)<\/strong> on the system.<\/p>\n<p>Install Apache2 on your Ubuntu 14.04 VPS using:<\/p>\n<pre>## apt-get install apache2<\/pre>\n<p>Next, proceed with installing the MySQL database server in your system using<\/p>\n<pre>## apt-get install mysql-server<\/pre>\n<p>once installed, run the post-installation script <code>mysql_secure_installation<\/code> and configure it like this<\/p>\n<pre>## mysql_secure_installation\r\n\r\n- Set root password? [Y\/n] y\r\n- Remove anonymous users? [Y\/n] y\r\n- Disallow root login remotely? [Y\/n] y\r\n- Remove test database and access to it? [Y\/n] y\r\n- Reload privilege tables now? [Y\/n] y<\/pre>\n<p>install PHP support on the system using the following command:<\/p>\n<pre>## apt-get install php5 php5-mysql php5-gd<\/pre>\n<p>check it out using<\/p>\n<pre>## php -v<\/pre>\n<p>edit your PHP configuration file and set the following:<\/p>\n<pre>## vim \/etc\/php5\/apache2\/php.ini\r\n\r\nshort_open_tag = On<\/pre>\n<p>restart apache for the changes to take effect:<\/p>\n<pre>## service apache2 restart<\/pre>\n<p>create a new MySQL database for Gallery3 using MySQL command line or any other tool like phpMyAdmin. Using command line, this can be achieved by running the following SQL statements:<\/p>\n<pre>## mysql -u root -p\r\n\r\nmysql&gt; CREATE DATABASE gallery3;\r\nmysql&gt; GRANT ALL ON gallery3.* TO gallery3@localhost IDENTIFIED BY '54YfQndxln';\r\nmysql&gt; \\q\r\n<\/pre>\n<p><a href=\"http:\/\/sourceforge.net\/projects\/gallery\/files\/latest\/download?source=fileshttp:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">Download the latest version<\/a> of Gallery3. At the time of writing this article, the version is <code>3.0.9<\/code>. Once you have the URL to the zip archive, pass it to the wget command and run the following:<\/p>\n<pre>## wget -O \/tmp\/gallery3.zip http:\/\/downloads.sourceforge.net\/project\/gallery\/gallery3\/3.0.9\/gallery-3.0.9.zip\r\n## unzip -d \/var\/www\/html \/tmp\/gallery3.zip\r\n## cd \/var\/www\/html\/gallery3\r\n## chown www-data: -R ..\/gallery3\/<\/pre>\n<p>with all that in place, navigate to <a href=\"#\">http:\/\/yourdomain.tld\/gallery3<\/a> and install Gallery3 using the web-installer as shown on the screenshot below:<br \/>\n<a href=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/gallery3-web-installer.jpg\"><img decoding=\"async\" class=\"aligncenter size-medium wp-image-3647\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/gallery3-web-installer-269x300.jpg\" alt=\"gallery3-web-installer\" width=\"269\" height=\"300\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/gallery3-web-installer-269x300.jpg 269w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/gallery3-web-installer-600x669.jpg 600w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/gallery3-web-installer-624x695.jpg 624w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/gallery3-web-installer.jpg 643w\" sizes=\"(max-width: 269px) 100vw, 269px\" \/><\/a><\/p>\n<hr \/>\n<p>Of course you don\u2019t have to do any of this if you use one of our <a title=\"Linux VPS Hosting\" href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting.html\" target=\"_blank\" rel=\"noopener noreferrer\">Linux VPS Hosting<\/a> services, in which case you can simply ask our expert Linux admins to install Gallery3\u00a0 for you. They are available 24&#215;7 and will take care of your request immediately.<\/p>\n<p><strong><span style=\"color: #ff0000;\">PS<\/span>.<\/strong> 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>The following article will guide you through the steps on how to install Gallery3 on Ubuntu 14.04 LTS VPS. What &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to install Gallery3 on an Ubuntu 14.04 LTS VPS\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#more-3635\" aria-label=\"Read more about How to install Gallery3 on an Ubuntu 14.04 LTS VPS\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":3636,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,1698],"tags":[449,91,200],"class_list":["post-3635","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-ubuntu","tag-gallery","tag-lamp","tag-ubuntu-vps","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.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to install Gallery3 on an Ubuntu 14.04 LTS VPS | RoseHosting<\/title>\n<meta name=\"description\" content=\"How to install Gallery3 on an Ubuntu 14.04 LTS 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-gallery3-on-an-ubuntu-14-04-lts-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 Gallery3 on an Ubuntu 14.04 LTS VPS\" \/>\n<meta property=\"og:description\" content=\"How to install Gallery3 on an Ubuntu 14.04 LTS VPS | RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-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=\"2014-05-26T20:15:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:46:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"178\" \/>\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=\"3 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-gallery3-on-an-ubuntu-14-04-lts-vps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to install Gallery3 on an Ubuntu 14.04 LTS VPS\",\"datePublished\":\"2014-05-26T20:15:18+00:00\",\"dateModified\":\"2022-06-03T08:46:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/\"},\"wordCount\":396,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/05\\\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png\",\"keywords\":[\"gallery\",\"lamp\",\"ubuntu vps\"],\"articleSection\":[\"Tutorials\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/\",\"name\":\"How to install Gallery3 on an Ubuntu 14.04 LTS VPS | RoseHosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/05\\\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png\",\"datePublished\":\"2014-05-26T20:15:18+00:00\",\"dateModified\":\"2022-06-03T08:46:57+00:00\",\"description\":\"How to install Gallery3 on an Ubuntu 14.04 LTS VPS | RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/05\\\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/05\\\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png\",\"width\":300,\"height\":178},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Gallery3 on an Ubuntu 14.04 LTS 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 Gallery3 on an Ubuntu 14.04 LTS VPS | RoseHosting","description":"How to install Gallery3 on an Ubuntu 14.04 LTS 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-gallery3-on-an-ubuntu-14-04-lts-vps\/","og_locale":"en_US","og_type":"article","og_title":"How to install Gallery3 on an Ubuntu 14.04 LTS VPS","og_description":"How to install Gallery3 on an Ubuntu 14.04 LTS VPS | RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2014-05-26T20:15:18+00:00","article_modified_time":"2022-06-03T08:46:57+00:00","og_image":[{"width":300,"height":178,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.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":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to install Gallery3 on an Ubuntu 14.04 LTS VPS","datePublished":"2014-05-26T20:15:18+00:00","dateModified":"2022-06-03T08:46:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/"},"wordCount":396,"commentCount":1,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png","keywords":["gallery","lamp","ubuntu vps"],"articleSection":["Tutorials","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/","name":"How to install Gallery3 on an Ubuntu 14.04 LTS VPS | RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png","datePublished":"2014-05-26T20:15:18+00:00","dateModified":"2022-06-03T08:46:57+00:00","description":"How to install Gallery3 on an Ubuntu 14.04 LTS VPS | RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2014\/05\/how-to-install-gallery3-on-ubuntu-14-04-lts-vps.png","width":300,"height":178},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-gallery3-on-an-ubuntu-14-04-lts-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Gallery3 on an Ubuntu 14.04 LTS 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\/3635","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=3635"}],"version-history":[{"count":1,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/3635\/revisions"}],"predecessor-version":[{"id":42218,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/3635\/revisions\/42218"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/3636"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=3635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=3635"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=3635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}