This Article is Under Construction!

Difference between revisions of "NextCloud/Installation"

From SETV Springfield Technical Wiki
Jump to: navigation, search
m
m
Line 15: Line 15:
  
 
  mysql_secure_installation
 
  mysql_secure_installation
 +
 +
Install PHP 7
 +
{| class="wikitable"
 +
|2
 +
 +
3
 +
 +
4
 +
 +
5
 +
 +
6
 +
|portsnap fetch
 +
 +
cd /usr/ports
 +
 +
git clone <nowiki>https://github.com/miwi-fbsd/miwi-ports.git</nowiki> git-ports-php7
 +
 +
cd git-ports-php7
 +
 +
rsync -av ./* ../
 +
 +
portsnap fetch extract
 +
|}
  
 
https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1
 
https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1

Revision as of 00:35, 17 September 2016


Install nano, wget and enable SSH

Install modifued LAMP

F A M P: FreeBSD, Apache, MariaDB, PHP 7

DigitalOcean Guide up until MySQL

pkg install mariadb101-server

 sysrc mysql_enable=yes
 service mysql-server start
mysql_secure_installation

Install PHP 7

2

3

4

5

6

portsnap fetch

cd /usr/ports

git clone https://github.com/miwi-fbsd/miwi-ports.git git-ports-php7

cd git-ports-php7

rsync -av ./* ../

portsnap fetch extract

https://www.digitalocean.com/community/tutorials/how-to-install-an-apache-mysql-and-php-famp-stack-on-freebsd-10-1

https://www.linuxbabe.com/cloud-storage/setup-nextcloud-server-ubuntu-16-04-apache-mariadb-php7

https://forums.freenas.org/index.php?threads/how-to-owncloud-using-nginx-php-fpm-and-mysql.17786/

https://forums.freenas.org/index.php?threads/drkks-definitive-guide-to-installing-owncloud-in-freenas-or-freebsd.19605/