.setup owncloud on dreamhost

https://help.dreamhost.com/hc/en-us/articles/216472487-How-to-install-ownCloud

Hit several errors but here is how…

  1. Enable PHP 7.1 instead of the 5.x
  2. Under .php/7.1/ , add “extension = intl.so” to phprc file
  3. Run “killall -9 php71.cgi” to refresh killall -9 php71.cgi

Optimizing server:

  1. Increase upload file
  2. Command to scan files “php occ files:scan [userid]”

Setup audio player app:

  1. # php occ file:scan [user ID]
  2. # php occ audioplayer:scan [user ID] –debug

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.