Synology: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
Line 13: Line 13:
* MariaDB
* MariaDB
* phpMyAdmin (which pulls in webstation and php 5.6)
* phpMyAdmin (which pulls in webstation and php 5.6)
* sebian chroot
* debian chroot


I download from owncloud.org because the version in packages is outdated.
I download from owncloud.org because the version in packages is outdated.
  wget https://download.owncloud.org/community/owncloud-9.1.2.tar.bz2
  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

Revision as of 01:09, 18 November 2016

Enabled SSH Server Created Trailpeople Group used TrailPeople gmail account to enable email

Packages

VPN

Enable Synocommunity, https://synocommunity.com/

for owncloud, install

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