Install Nextcloud 13.0.0 on Fedora 27
- 
 @Donahue Yours is ALL messed up. Here is an example of yours assembled into something that should work... <?php $CONFIG = array ( 'passwordsalt' => 'aHdWc/uw5GBAEkcCjSXrGsUEw52U83', 'secret' => 'n8kBWYVghXuKUQZHk+ZPgDTEWUqsYAaSUWtAAjFD8EOumpdX', 'trusted_domains' => array ( 0 => 'nextcloud.gem.local', ), 'datadirectory' => '/var/www/html/nextcloud/data', 'dbtype' => 'mysql', 'version' => '15.0.0.10', 'overwrite.cli.url' => 'https://nextcloud.gem.local/nextcloud', 'dbname' => 'nextcloud', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'ncadmin', 'dbpassword' => '***', 'installed' => true, 'memcache.local' => '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', redis' => array( 'host' => 'localhost', 'port' => 6379, ), );
- 
 @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27: @Donahue Yours is ALL messed up. Here is an example of yours assembled into something that should work... <?php $CONFIG = array ( 'passwordsalt' => 'aHdWc/uw5GBAEkcCjSXrGsUEw52U83', 'secret' => 'n8kBWYVghXuKUQZHk+ZPgDTEWUqsYAaSUWtAAjFD8EOumpdX', 'trusted_domains' => array ( 0 => 'nextcloud.gem.local', ), 'datadirectory' => '/var/www/html/nextcloud/data', 'dbtype' => 'mysql', 'version' => '15.0.0.10', 'overwrite.cli.url' => 'https://nextcloud.gem.local/nextcloud', 'dbname' => 'nextcloud', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'ncadmin', 'dbpassword' => '***', 'installed' => true, 'memcache.local' => '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', redis' => array( 'host' => 'localhost', 'port' => 6379, ), );still doesnt work, is there a missing comma or something somewhere? 
- 
 @Donahue got it. It was missing a single quote in front of redis, and also the instance ID 
- 
 @Donahue said in Install Nextcloud 13.0.0 on Fedora 27: @Donahue got it. It was missing a single quote in front of redis, and also the instance ID I edited it all by hand, so pretty easy to miss something. 
- 
 Guide works with Fedora 29. As always @JaredBusch guide works.  
- 
 The Apache vhost file location is no longer available. Do you have another location where I can find it or steps to configure it manually? 
- 
 @WindowsGuy said in Install Nextcloud 13.0.0 on Fedora 27: The Apache vhost file location is no longer available. Do you have another location where I can find it or steps to configure it manually? Should be on my github. maybe it got moved when I cleaned things up. let me look. 
- 
 @WindowsGuy said in Install Nextcloud 13.0.0 on Fedora 27: The Apache vhost file location is no longer available. Do you have another location where I can find it or steps to configure it manually? here: wget https://raw.githubusercontent.com/sorvani/scripts/master/Nextcloud/nextcloud.conf



