Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Apr 2012
    Posts
    24
    Thanks
    1
    Thanked 2 Times in 1 Post
    Rep Power
    0
    Quote Originally Posted by wjack2010 View Post
    Could you do this same tutorial but convert it for Ubuntu, or do I just replace yum with apt-get or something? Could someone please tell me, this way I can use Ubuntu for my cloud server, it doesn't matter if it can't be done with Ubuntu, however I would really prefer it Thanks for any one who can help me.

    For ubuntu, follow this step.

    2) Install Own Cloud dependencies via terminal / shell:

    sudo apt-get install apache2 php5 php-pear php-xml-parser php5-sqlite php5-json sqlite php5-mysql mp3info curl libcurl3 libcurl3-dev php5-curl zip php5-gd

    2) Download the latest own cloud via here or by terminal / shell using "wget http://owncloud.org/releases/owncloud-3.0.2.tar.bz2"

    3) You need to decompress the file using tar and extract to its own folder in terminal / shell.

    cd
    tar -xvf owncloud*.tar.bz2
    sudo mv owncloud /var/www/owncloud

    4) Setup the permissions

    sudo chown -R www-data:www-data /var/www/owncloud

    5) Restart Apache on terminal / shell

    sudo /etc/init.d/apache2 restart

    6) Open a browser and enter http://localhost/owncloud - if you get an error similar to this: "No database drivers (sqlite or mysql) installed.", restart your computer and the error should be gone.

    7) Ok, now back to: http://localhost/owncloud - here you'll be prompted to enter a new admin username and password and you're done!

    8) If you get an error similar to the following:

    "Could not open /var/www/.well-known/host-meta for writing, please check permissions!"

    after creating your username and password, run the following commands in terminal / shell :

    sudo mkdir /var/www/.well-known
    sudo touch /var/www/.well-known/host-meta
    sudo chown -R www-data:www-data /var/www/.well-known/



  2. The Following 2 Users Say Thank You to kInOzAwA For This Useful Post:

    Rob (04-16-2012),sam300 (04-17-2012)




  3. #12
    Join Date
    Apr 2012
    Posts
    20
    Thanks
    1
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Nice and short tutorial! May come in handy sometime. Thanks.

  4. The Following User Says Thank You to sam300 For This Useful Post:

    ghost4782000 (07-28-2012)

  5. #13
    Join Date
    Apr 2012
    Posts
    24
    Thanks
    1
    Thanked 2 Times in 1 Post
    Rep Power
    0
    Quote Originally Posted by sam300 View Post
    Nice and short tutorial! May come in handy sometime. Thanks.
    you're welcome.

    BTW if anyone need to use mysql database to have bigger addon/options to add more users instead of sqlite (single user) just add this line after no 5 via terminal /shell :

    mysql -u root -p
    CREATE DATABASE owncloud;
    GRANT ALL ON owncloud.* TO 'owncloud'@'localhost' IDENTIFIED BY 'your-preferable-pass';
    GRANT ALL ON owncloud.* TO 'owncloud'@'localhost.localdomain' IDENTIFIED BY 'your-preferable-pass';
    type 'quit' or 'exit' to end mysql then continue to line 6).


  6. #14
    Join Date
    Apr 2012
    Posts
    124
    Thanks
    5
    Thanked 1 Time in 1 Post
    Rep Power
    2
    Very nice.. as to the post mentioning technological mobility... oh for sure seed heaven for lower GB's and maybe something even better if I can set up a little pool at the office for bypassing all that mess of secure server nonsense. Hmmmm lol.

  7. #15
    Join Date
    Apr 2012
    Posts
    90
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    2
    Thanks for the advanced configuration tips!The Linux version I know best is Ubuntu Server, as this is what I used on all my own virtual servers until now. The second one is CentOS, which is the default at my day job – but there I don’t do system administration. So I first tried to install OpenVZ on Ubuntu server, and then on CentOS – installing a new OS image in my dedicated server only takes a few minutes, so making different tries was very easy.

  8. #16
    Join Date
    Jul 2012
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Thanks Rob

  9. #17
    Join Date
    Nov 2011
    Posts
    93
    Thanks
    5
    Thanked 1 Time in 1 Post
    Rep Power
    2
    This is something new to me. I'm use to share my files with dropbox with only 2gb I'd ask the people in the ubuntu forum if they have the webtatic in their repo so maybe i could also install this.

  10. #18
    Join Date
    Oct 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    excellent!

  11. #19
    Join Date
    Oct 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Thank pal that was really helpful i was looking forward for this.


    Cheers

  12. #20
    Join Date
    Oct 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Ok I set it up ,now a dumb question.How do I access it ?

    Sent from my Nexus 7 using Tapatalk 2

 

 

Similar Threads

  1. Replies: 0
    Last Post: 12-16-2011, 02:36 PM
  2. Replies: 0
    Last Post: 11-30-2011, 05:34 AM
  3. HOWTO: Use APT without the Bloat
    By Fred in forum Linux News
    Replies: 0
    Last Post: 11-18-2011, 12:30 AM
  4. Replies: 0
    Last Post: 11-14-2011, 08:14 AM
  5. Replies: 0
    Last Post: 11-11-2011, 09:23 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
           








Check out Linux Central for Linux software and other goodies!





» Stats

Members: 3,540
Threads: 3,912
Posts: 9,423
Top Poster: Fred (1,486)
Welcome to our newest member, Kiuze

» Links



Powered by vBadvanced CMPS