{"id":1096,"date":"2015-03-07T14:29:18","date_gmt":"2015-03-07T21:29:18","guid":{"rendered":"https:\/\/blog.technerdservices.com\/?p=1096"},"modified":"2015-05-19T11:14:45","modified_gmt":"2015-05-19T17:14:45","slug":"tutorial-how-to-install-beansbooks-on-ubuntu-14-04","status":"publish","type":"post","link":"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/","title":{"rendered":"Tutorial: How to Install Beansbooks on Ubuntu 14.04"},"content":{"rendered":"<p><a title=\"BeansBooks\" href=\"https:\/\/beansbooks.com\/home\" target=\"_blank\">BeansBooks<\/a> is an Open Code cloud accounting web application that is flexible and scales easily. It simplifies accounting while providing insightful reports. Ideal for small to medium sized businesses, read on to find out how to install BeansBooks on an <a title=\"Ubuntu\" href=\"http:\/\/www.ubuntu.com\/\" target=\"_blank\">Ubuntu<\/a> 14.04 computer.<!--more--><\/p>\n<div id=\"toc_container\" class=\"no_bullets\"><p class=\"toc_title\">Contents<\/p><ul class=\"toc_list\"><li><a href=\"#Video_Tutorial\"><span class=\"toc_number toc_depth_1\">1<\/span> Video Tutorial<\/a><\/li><li><a href=\"#Installing_BeansBooks\"><span class=\"toc_number toc_depth_1\">2<\/span> Installing BeansBooks<\/a><ul><li><a href=\"#Prerequisites\"><span class=\"toc_number toc_depth_2\">2.1<\/span> Prerequisites<\/a><\/li><li><a href=\"#Getting_the_necessary_files\"><span class=\"toc_number toc_depth_2\">2.2<\/span> Getting the necessary files<\/a><\/li><li><a href=\"#Configure_MySQL\"><span class=\"toc_number toc_depth_2\">2.3<\/span> Configure MySQL<\/a><\/li><li><a href=\"#Configure_Apache_Web_Server\"><span class=\"toc_number toc_depth_2\">2.4<\/span> Configure Apache Web Server<\/a><\/li><li><a href=\"#Installing_BeansBooks-2\"><span class=\"toc_number toc_depth_2\">2.5<\/span> Installing BeansBooks<\/a><\/li><\/ul><\/li><\/ul><\/div>\n<h1><span id=\"Video_Tutorial\">Video Tutorial<\/span><\/h1>\n<p><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/xbVk3IPAhIA\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<h1><span id=\"Installing_BeansBooks\">Installing BeansBooks<\/span><\/h1>\n<h2><span id=\"Prerequisites\">Prerequisites<\/span><\/h2>\n<p>This installation assumes the following hardware and software components:<\/p>\n<ul>\n<li>Ubuntu 14.04 desktop or server computer<\/li>\n<li>a public web address<\/li>\n<li>a smtp mail server<\/li>\n<\/ul>\n<p>Check out some of the previous tutorials for setting up the computer.<\/p>\n<ul>\n<li><a title=\"Creating a Home Server Part 2: Installing the Operating System\" href=\"https:\/\/blog.technerdservices.com\/index.php\/2014\/09\/creating-a-home-server-part-2-installing-the-operating-system\/\" target=\"_blank\">How to install Ubuntu 14.04 Desktop<\/a><\/li>\n<li><a title=\"Creating a Home Server Part 3: How to install no-ip client in Ubuntu\" href=\"https:\/\/blog.technerdservices.com\/index.php\/2015\/01\/creating-home-server-part-3-install-no-ip-client-ubuntu\/\" target=\"_blank\">How to install No-IP client on Ubuntu 14.04 Desktop<\/a><\/li>\n<\/ul>\n<h2><span id=\"Getting_the_necessary_files\">Getting the necessary files<\/span><\/h2>\n<p>These instructions are based from <a title=\"system76\/beansbooks | Github\" href=\"https:\/\/github.com\/system76\/beansbooks#beansbooks\" target=\"_blank\">BeanBooks Github repository<\/a>. Furthermore, these instructions assume a clean install of Ubuntu 14.04.<\/p>\n<ol>\n<li>Login to the Ubuntu computer and open terminal. Update Ubuntu&#8217;s package list.\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo apt-get update<\/pre>\n<p><a href=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/03-Terminal.png\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1102\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/03-Terminal.png\" alt=\"03-Terminal\" width=\"642\" height=\"78\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/03-Terminal.png 642w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/03-Terminal-300x36.png 300w\" sizes=\"(max-width: 642px) 100vw, 642px\" \/><\/a><\/li>\n<li>Install necessary packages for BeansBooks:\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo apt-get install apache2 php5 libapache2-mod-php5 php5-cli php5-mysql php5-mcrypt php5-gd mysql-server mysql-client git<\/pre>\n<p>Note that MySQL will require you to create and confirm a password for the &#8216;root&#8217; user.<\/li>\n<li>Once the packages are installed, navigate to the web folder and archive the current web root folder\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cd \/var\/www\r\nsudo mv html html.old<\/pre>\n<\/li>\n<li>Retrieve the BeansBooks files from the Github repository and place them into a new html folder\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo git clone --recursive https:\/\/github.com\/system76\/beansbooks.git html<\/pre>\n<\/li>\n<li>Navigate into the new html folder and create the .htaccess security file\n<pre><\/pre>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cd html\r\nsudo cp example.htaccess .htaccess<\/pre>\n<\/li>\n<li>Open a text editor and disable the SSL redirect. (SSL redirect is recommended an should be added before the system is exposed to an external network)\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo nano .htaccess<\/pre>\n<p>Add &#8216;#&#8217; in front of the following lines.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">RewriteCond %{HTTPS} !=on\r\nRewriteRule ^ https:\/\/%{HTTP_HOST}%{REQUEST_URI} [L,R=301]<\/pre>\n<p><a href=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/04-htaccess.png\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1109\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/04-htaccess.png\" alt=\"04-htaccess\" width=\"649\" height=\"264\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/04-htaccess.png 649w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/04-htaccess-300x122.png 300w\" sizes=\"(max-width: 649px) 100vw, 649px\" \/>T<\/a>o save, press &#8220;Ctr&#8221; + &#8220;O&#8221; on the keyboard. (Do not rename the file, just confirm the save). Then exit by pressing &#8220;Ctr&#8221; + &#8220;X&#8221;.<\/li>\n<li>Change the permissions of some folders within BeansBooks\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo chmod 770 -R application\/logs\r\nsudo chmod 770 -R application\/cache<\/pre>\n<\/li>\n<li>Then create the configuration files\n<pre><\/pre>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">touch application\/classes\/beans\/config.php\r\nchmod 660 application\/classes\/beans\/config.php<\/pre>\n<\/li>\n<li>Change the permissions of the BeansBooks folder to be accessible by the web server\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">cd ..\r\nsudo chown www-data:www-data -R html<\/pre>\n<\/li>\n<\/ol>\n<h2><span id=\"Configure_MySQL\">Configure MySQL<\/span><\/h2>\n<ol>\n<li>Access MySQL from terminal\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">mysql -h localhost -u root -p<\/pre>\n<p>Enter the password for the root user.<\/li>\n<li>Create a new MySQL user and password\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';\r\nGRANT USAGE ON * . * TO 'username'@'localhost' IDENTIFIED BY 'password' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;<\/pre>\n<p>NOTE: don&#8217;t forget to change the username and password.<br \/>\nNOTE: after pressing enter after each command, MySQL should output &#8216;Query OK&#8217;<\/li>\n<li>Create a new MySQL database, grant the new user permissions and exit MySQL shell.\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">CREATE DATABASE IF NOT EXISTS `beans` CHARACTER SET utf8 COLLATE utf8_general_ci;\r\nGRANT ALL PRIVILEGES ON `beans`.* TO 'beans'@'localhost';\r\nexit<\/pre>\n<p>Note: &#8220;beans&#8221; is the name of database. Feel free to change it as necessary.<\/li>\n<\/ol>\n<h2><span id=\"Configure_Apache_Web_Server\">Configure Apache Web Server<\/span><\/h2>\n<ol>\n<li>Enable the rewrite mod for Apache and mcrypt setting of php\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo a2enmod rewrite\r\nsudo php5enmod mcrypt<\/pre>\n<\/li>\n<li>Open a text editor for Apache&#8217;s configuration file\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo nano \/etc\/apache2\/sites-available\/000-default.conf<\/pre>\n<\/li>\n<li>Add the following directory code after the &#8216;Directory Root&#8217; line in the configuration file\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">&lt;Directory PWDHERE&gt;\r\n    Options FollowSymLinks\r\n    AllowOverride All\r\n    Require all granted\r\n&lt;\/Directory&gt;<\/pre>\n<p><a href=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/05-apache.png\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1111\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/05-apache.png\" alt=\"05-apache\" width=\"641\" height=\"354\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/05-apache.png 641w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/05-apache-300x166.png 300w\" sizes=\"(max-width: 641px) 100vw, 641px\" \/><\/a><br \/>\nTo save, press &#8220;Ctr&#8221; + &#8220;O&#8221; on the keyboard. (Do not rename the file, just confirm the save). Then exit by pressing &#8220;Ctr&#8221; + &#8220;X&#8221;.<\/li>\n<li>Restart the Apache web server\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">sudo service apache2 restart<\/pre>\n<\/li>\n<\/ol>\n<h2><span id=\"Installing_BeansBooks-2\">Installing BeansBooks<\/span><\/h2>\n<ol>\n<li>Open a web browser and navigate to the computer&#8217;s web address and click the &#8216;Start Installation&#8217; button<a href=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/06-beansbookpage.png\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1114\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/06-beansbookpage.png\" alt=\"06-beansbookpage\" width=\"917\" height=\"479\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/06-beansbookpage.png 917w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/06-beansbookpage-300x157.png 300w\" sizes=\"(max-width: 917px) 100vw, 917px\" \/><\/a><\/li>\n<li>Enter the MySQL database information (A) that was created in the Configure MySQL section. Then click the &#8216;Verify Database Information&#8217; button (B)<a href=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/07-DBinfo.png\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1116\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/07-DBinfo.png\" alt=\"07-DBinfo\" width=\"613\" height=\"510\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/07-DBinfo.png 613w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/07-DBinfo-300x250.png 300w\" sizes=\"(max-width: 613px) 100vw, 613px\" \/><\/a><\/li>\n<li>Enter the SMTP mail settings (A). Then click the &#8216;Verify Email Information&#8217; button (B)<img loading=\"lazy\" class=\"aligncenter size-full wp-image-1117\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/08-smtp.png\" alt=\"08-smtp\" width=\"622\" height=\"551\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/08-smtp.png 622w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/08-smtp-300x266.png 300w\" sizes=\"(max-width: 622px) 100vw, 622px\" \/><\/li>\n<li>Create the administrative account. Then click the &#8220;Verify Credentials&#8217; button (B)<a href=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/09-FirstAccount.png\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1118\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/09-FirstAccount.png\" alt=\"09-FirstAccount\" width=\"608\" height=\"505\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/09-FirstAccount.png 608w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/09-FirstAccount-300x249.png 300w\" sizes=\"(max-width: 608px) 100vw, 608px\" \/><\/a><\/li>\n<li>Click the &#8216;Finalize Installation&#8217; button<a href=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/10-finalinstall.png\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1119\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/10-finalinstall.png\" alt=\"10-finalinstall\" width=\"534\" height=\"312\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/10-finalinstall.png 534w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/10-finalinstall-300x175.png 300w\" sizes=\"(max-width: 534px) 100vw, 534px\" \/><\/a><\/li>\n<\/ol>\n<p>Your now all set! Log in to see BeansBooks.<a href=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/11-login.png\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-1120\" src=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/11-login.png\" alt=\"11-login\" width=\"917\" height=\"413\" srcset=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/11-login.png 917w, https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/11-login-300x135.png 300w\" sizes=\"(max-width: 917px) 100vw, 917px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>BeansBooks is an Open Code cloud accounting web application that is flexible and scales easily. It simplifies accounting while providing insightful reports. Ideal for small to medium sized businesses, read on to find out how to install BeansBooks on an Ubuntu 14.04 computer.<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[33,2],"tags":[34,35,9],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.6.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Tutorial: How to Install Beansbooks on Ubuntu 14.04 | Tech Nerd Services - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tutorial: How to Install Beansbooks on Ubuntu 14.04 | Tech Nerd Services - Blog\" \/>\n<meta property=\"og:description\" content=\"BeansBooks is an Open Code cloud accounting web application that is flexible and scales easily. It simplifies accounting while providing insightful reports. Ideal for small to medium sized businesses, read on to find out how to install BeansBooks on an Ubuntu 14.04 computer.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Tech Nerd Services - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2015-03-07T21:29:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-05-19T17:14:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/03-Terminal.png\" \/>\n<meta name=\"author\" content=\"Mike Zhang\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mike Zhang\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/\",\"url\":\"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/\",\"name\":\"Tutorial: How to Install Beansbooks on Ubuntu 14.04 | Tech Nerd Services - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.technerdservices.com\/#website\"},\"datePublished\":\"2015-03-07T21:29:18+00:00\",\"dateModified\":\"2015-05-19T17:14:45+00:00\",\"author\":{\"@id\":\"https:\/\/blog.technerdservices.com\/#\/schema\/person\/fc12cf34dd081fb261e26a8ef8208f50\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.technerdservices.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tutorial: How to Install Beansbooks on Ubuntu 14.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.technerdservices.com\/#website\",\"url\":\"https:\/\/blog.technerdservices.com\/\",\"name\":\"Tech Nerd Services - Blog\",\"description\":\"Technology Consulting and Training\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.technerdservices.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.technerdservices.com\/#\/schema\/person\/fc12cf34dd081fb261e26a8ef8208f50\",\"name\":\"Mike Zhang\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/blog.technerdservices.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/88597b7505f7d9cfd0a2eecad53a9d8a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/88597b7505f7d9cfd0a2eecad53a9d8a?s=96&d=mm&r=g\",\"caption\":\"Mike Zhang\"},\"url\":\"https:\/\/blog.technerdservices.com\/index.php\/author\/mike\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tutorial: How to Install Beansbooks on Ubuntu 14.04 | Tech Nerd Services - Blog","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:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/","og_locale":"en_US","og_type":"article","og_title":"Tutorial: How to Install Beansbooks on Ubuntu 14.04 | Tech Nerd Services - Blog","og_description":"BeansBooks is an Open Code cloud accounting web application that is flexible and scales easily. It simplifies accounting while providing insightful reports. Ideal for small to medium sized businesses, read on to find out how to install BeansBooks on an Ubuntu 14.04 computer.","og_url":"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/","og_site_name":"Tech Nerd Services - Blog","article_published_time":"2015-03-07T21:29:18+00:00","article_modified_time":"2015-05-19T17:14:45+00:00","og_image":[{"url":"https:\/\/blog.technerdservices.com\/wp-content\/uploads\/2015\/03\/03-Terminal.png"}],"author":"Mike Zhang","twitter_misc":{"Written by":"Mike Zhang","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/","url":"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/","name":"Tutorial: How to Install Beansbooks on Ubuntu 14.04 | Tech Nerd Services - Blog","isPartOf":{"@id":"https:\/\/blog.technerdservices.com\/#website"},"datePublished":"2015-03-07T21:29:18+00:00","dateModified":"2015-05-19T17:14:45+00:00","author":{"@id":"https:\/\/blog.technerdservices.com\/#\/schema\/person\/fc12cf34dd081fb261e26a8ef8208f50"},"breadcrumb":{"@id":"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.technerdservices.com\/index.php\/2015\/03\/tutorial-how-to-install-beansbooks-on-ubuntu-14-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.technerdservices.com\/"},{"@type":"ListItem","position":2,"name":"Tutorial: How to Install Beansbooks on Ubuntu 14.04"}]},{"@type":"WebSite","@id":"https:\/\/blog.technerdservices.com\/#website","url":"https:\/\/blog.technerdservices.com\/","name":"Tech Nerd Services - Blog","description":"Technology Consulting and Training","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.technerdservices.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-CA"},{"@type":"Person","@id":"https:\/\/blog.technerdservices.com\/#\/schema\/person\/fc12cf34dd081fb261e26a8ef8208f50","name":"Mike Zhang","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/blog.technerdservices.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/88597b7505f7d9cfd0a2eecad53a9d8a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/88597b7505f7d9cfd0a2eecad53a9d8a?s=96&d=mm&r=g","caption":"Mike Zhang"},"url":"https:\/\/blog.technerdservices.com\/index.php\/author\/mike\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/posts\/1096"}],"collection":[{"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/comments?post=1096"}],"version-history":[{"count":0,"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/posts\/1096\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/media?parent=1096"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/categories?post=1096"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.technerdservices.com\/index.php\/wp-json\/wp\/v2\/tags?post=1096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}