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

Lunch time in The Dirty!

    The Dalles has quite a few restaurants relative to it's size.  Some are great some are down right bad.       These are my five favorite places to eat lunch in The Dalles in no particular order.  Some are old favorites and others are relatively new establishments.  All serve delicious food and drink. Montira's Thai     Montira's is the only thai place in town.  But that lack of competition doesn't keep them from delivering a quality product.  Other restaurants of the Asian  variety  have them beat as far as portion size and price go but they  serve  a quality product consistently.  I can't say that about many other places in town.     Montira's serves really great food for a decent price.  Just be warned if you ask for extra-spicy you will feel it all the next day...  But its worth it if you really like spicy. Spooky's     Spooky's is one of t...

Ubuntu Games: Purplemines

    Do you love mines but your current game of mines just isn't colorful enough?  Maybe you'd like it to be a bit more purple?  Oh have I got a game for you!       Purplemines  is a little minesweeper game that uses  pygame .  It is pretty much just classic minesweeper with some cool purple affects.     Sound like fun?  Can download the source here .  Like bitsnake just unzip and execute the game.   There is also a .deb available but it is an older version (1.4 the latest is 1.6) but it will probably be just fine.     This little game is pretty fun in my opinion.  And hey why not have yet another minesweeper game? 

Free thoughts on a parking garage in downtown The Dalles

 The last thing this planet needs is more rebar and concrete poured out to support our automobile centered world.  Yet the City of The Dalles has concluded the need for a mutli-level parking structure in downtown The Dalles i s inevitabe .  The task force outlined several options to increase parking availability downtown especially for employees of downtown businesses.  Most of these ideas repurpose existing infrastructure in order to increase availability of automobile parking downtown.  The task force concluded that ultimately none of the existing infrastructure will support the needs of downtown long term; a parking garage would eventually be necessary.  Let me assert there is a longterm solution to the downtown parking problem that does not require investing further into the fading automobile age.  As the task force stated we do need employee only parking and time limits for general parking.  The problem I have is the task force sugges...