{"id":748,"date":"2011-07-14T15:25:05","date_gmt":"2011-07-14T20:25:05","guid":{"rendered":"http:\/\/it.thelibrarie.com\/weblog\/?p=748"},"modified":"2011-07-14T15:25:05","modified_gmt":"2011-07-14T20:25:05","slug":"ifolder","status":"publish","type":"post","link":"https:\/\/it.thelibrarie.com\/weblog\/2011\/07\/ifolder\/","title":{"rendered":"iFolder"},"content":{"rendered":"<p>I was tasked with removing access to dropbox, but also with creating an internally-hosted dropbox-like solution.  This is about as creative as I could get as most of the users were on Windows, with another handful of developers using their Macs:<br \/>\niFolder 3.8.x<\/p>\n<p>Installed Ubuntu 10.04.2 LTS x32<br \/>\nLAMP, MySQL, Mail Server<\/p>\n<p>Change the password for the root user<br \/>\n<code>sudo passwd root<\/code><\/p>\n<p>Log in as root<br \/>\n<code>su<\/code><\/p>\n<p>Add the PPA repositories to your system<br \/>\n<code>nano \/etc\/apt\/sources.list<\/code><br \/>\nAdd the following lines at the bottom of the file:<\/p>\n<blockquote><p>deb http:\/\/ppa.launchpad.net\/marceloshima\/ifolder\/ubuntu lucid main<br \/>\ndeb-src http:\/\/ppa.launchpad.net\/marceloshima\/ifolder\/ubuntu lucid main<\/p><\/blockquote>\n<p>Save and Close<br \/>\nAdd the signing of the packages<br \/>\n<code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ED649F97DE6BFD99<\/code><br \/>\nTest configuration<br \/>\n<code>apt-get update<\/code><\/p>\n<p>Install ifolder3-enterprise<br \/>\n<code>apache2ctl stop<\/code><br \/>\n<code>apt-get install ifolder3-enterprise<\/code><\/p>\n<p>Create the self-signed cert\/Allow Apache features<br \/>\n<code>make-ssl-cert generate-default-snakeoil<\/code><br \/>\n<code>a2enmod ssl<\/code><br \/>\n<code>a2enmod rewrite<\/code><\/p>\n<p>Link the conf files<br \/>\n<code>ln -sf \/etc\/ifolder-server\/apache\/ifolder_apache.conf \/etc\/apache2\/conf.d\/<\/code><br \/>\n<code>a2ensite default-ssl<\/code><\/p>\n<p>Install .net files<br \/>\n<code>apt-get install liblog4net1.2-cil<\/code><br \/>\n<code>apache2ctl restart<\/code><\/p>\n<p>Test by navigating to http:\/\/IPADDRESS\/admin<br \/>\nYou must create a user before you can use http:\/\/IPADDRESS\/ifolder or the locally installed applications.<\/p>\n<p>To change any configuration, just run either of these commands:<br \/>\n<code>ifolder-admin-setup<br \/>\nifolder-web-setup<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I was tasked with removing access to dropbox, but also with creating an internally-hosted dropbox-like solution. This is about as creative as I could get as most of the users were on Windows, with another handful of developers using their Macs: iFolder 3.8.x Installed Ubuntu 10.04.2 LTS x32 LAMP, MySQL, Mail Server Change the password &hellip; <a href=\"https:\/\/it.thelibrarie.com\/weblog\/2011\/07\/ifolder\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">iFolder<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-748","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/748","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/comments?post=748"}],"version-history":[{"count":1,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/748\/revisions"}],"predecessor-version":[{"id":749,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/748\/revisions\/749"}],"wp:attachment":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/media?parent=748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/categories?post=748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/tags?post=748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}