Skip to main content

Install ownCloud 2.0 on Ubuntu Server.

    I recently stumbled upon a tutorial on how to setup ownCloud on a Debian machine.  I had actually never heard of ownCloud until reading this tutorial but now it is one of the projects I am most excited about.  ownCloud is an open source project that allows you to use your own server to store files, songs and do a bunch of other stuff.  It is similar to the many cloud services available on the web except it never leaves your "custody."


    One very easy way to start using ownCloud is to install ownCloud 1.1 from the Ubuntu repository by running:
 $ sudo apt-get install owncloud
    However, ownCloud 1.1 is pretty boring compared to the super sexiness of ownCloud 2.0 in my opinion.  So if you are cool with drab old 1.1 then go ahead and just apt-get it.  But if you want the sexiness of 2.0 on your Ubuntu server please follow along...


Getting ownCloud 2 up and running!


Log into your Ubuntu server and install the necessary packages:
$ sudo apt-get install apache2 git php5 php5-common php5-sqlite
Install some optional packages if you would like:
$ sudo apt-get install mp3info curl libcurl3 libcurl3-openssl-dev php5-curl zip
Get ownCloud via git (see what I did there...):
$ git clone git://gitorious.org/owncloud/owncloud.git
Copy ownCloud to your apache server.
$ sudo cp -r owncloud/ /var/www
Make www-data the owner of the ownCloud directory:
$ sudo chown -R www-data /var/www/owncloud/

    At this point you are finished with the command line side of things (hooray!) and now we can finish set up with ownCloud's fancy web interface.  Just to go to <your server (IP or hostname)>/owncloud in your browser.  Fill out the form to create an admin user.  Click advanced, choose either SQLite or MySQL.  If SQLite be sure to have install php5-sqlite.  fill in form if you chose MySQL. Click on Finish setup and you are finished..




    Now you can upload files, songs, add contact, calendar events, edit files, add users and even give those users quota.  You can do a ton of stuff.  This is awesome service in my opinion.  And if you have a public IP address you've got your own bad ass server that you can access from anywhere, so you are just balls deep in awesome!






Comments

Popular posts from this blog

Book Review: Tribes

 Tribes  by Seth Godin is a quick read on leadership.  I read this book because it was listed on "Books every leader needs to read" or some such similarly named list.    There are some good bits to glean out of this short book.  I'll try to condense them here:   Managers are not by nature leaders.  Managers allocate resources to accomplish a defined outcome.  Leaders change things by setting a vision and building a tribe around that vision.   Tribes are everywhere big and small.  Mega-tribes, sub-tribes, etc.   Leadership is inherent risky.  But far less risky than our minds tend to think.  This is evidenced by the many failures of several highly successful leaders.  (Think Elon Musk and the Tesla Truck presentation ).   Find people who are doing exceptionally better than average and amplify their influence on everyone else.   Leadership is about challenging the status quo.  It is s...

Book Review: Ten Arguments for Deleting Your Social Media Accounts Right Now

I recently (actually weeks or months ago now) finished reading "Ten Arguments for Deleting Your Social Media Accounts Right Now" by Jaron Lanier.  This short book covers what is quite possibly one of the biggest issues of the current era, the toxic influence of "social media" on individuals and culture at large. The book raises issues about more than purely "social media" sites like Facebook and Twitter, attacking the business model that many web services are operated on.  I can't bring myself to fully agree with every point raised by Lanier.  Ten chapters present ten different arguments for why you should opt out of most of interactions happening on the internet today.  However, I believe they can be summarized in two key points. Social media is bad for your health.   Your emotional, social, psychological and spiritual well being are degraded by the use of social media.  These sites tend to reduce our ability to have empathy, increase irritabili...

Some Goals for 2021

I have had a lot of time by myself recently.  I'm working away from home for a few months and my family hasn't been with me for several weeks of that.  I've tried my best to use that time for some productive self reflection, contemplation, navel gazing, etc.  The product of that is a list of goals for the year.  I wanted to put (some of) these out there publicly for some positive social pressure. Recreation & Relationship To start off, I'd like a little more fun in my life.  And I'd like to have that fun with people who I cherish. Have at least one meaningful, memorable one on one experience with each of my children.  This time apart from my family has highlighted  just how valuable time spent together is.  We're pretty good at finding ways to have fun all together at home.  We play board games, read books aloud (we read the first four Harry Potter books last year), spend time outdoors, etc.  But I have not been very good at spending...