Quantcast
Channel: Drup.org - Ubuntu
Viewing all articles
Browse latest Browse all 19

Installing OwnCloud on Ubuntu 14.04

$
0
0
apt-get install openssh-server

Follow instructions on www.howtoforge.com/…untu-14.04

making particularly sure to follow them on the first setup screen when the database is chosen.

vi /etc/php5/apache2/php.ini and uncomment the line default_charset = "UTF-8"

service apache2 restart
  • optionally add a line in fstab to put the data somewhere else:
/data/owncloud  /var/www        none    bind    0 0

Viewing all articles
Browse latest Browse all 19

Trending Articles