Synology: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) |
||
Line 6: | Line 6: | ||
and that I want to use Apache to support owncloud. | and that I want to use Apache to support owncloud. | ||
== Database == | == Database engine of choice == | ||
I have a media server, so it has PostgreSQL installed already. Therefore I use PostgreSQL and not MariaDB for things that need a SQL database, | I have a media server, so it has PostgreSQL installed already. Therefore I use PostgreSQL and not MariaDB for things that need a SQL database, |
Revision as of 23:05, 18 November 2016
Enabled SSH Server Created Trailpeople Group used TrailPeople gmail account to enable email
I am getting the impression that the management engine (DSM) is running in nginx on port 5000 and that I want to use Apache to support owncloud.
Database engine of choice
I have a media server, so it has PostgreSQL installed already. Therefore I use PostgreSQL and not MariaDB for things that need a SQL database, including owncloud and mediawiki, and it makes it possible for me to use PostGIS pretty painlessly.
Packages
VPN
Enable Synocommunity, https://synocommunity.com/
for owncloud, install
- redis -- http://www.iholken.com/index.php/2016/03/16/install-redis-server-and-phpredis-extension-into-synology-nas-running-dsm-6-without-bootstrapping/
- MariaDB
- phpMyAdmin (which pulls in webstation and php 5.6)
- debian chroot
I download from owncloud.org because the version in packages is outdated.
wget https://download.owncloud.org/community/owncloud-9.1.2.tar.bz2
Debian packages
sudo -s sudo /var/packages/chroot/scripts/start_stop_status chroot apt-get update apt-get install locales dpkg-reconfigure locales dpkg-reconfigure tzdata apt-get install php5-dev apt-get install php5-redis