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