ELAR-Systems_TinkerBoard_Ubuntu17.10_NextCloudServer_v1.0
- Write the Image file on a 8GB Class 10 SD card
- Adjust your Network setting in /etc/netplan/01-netcfg.yaml
- Adjust Apache Virtual Host to point to your Server IP address in /etc/apache2/sites-available/nextcloud.conf
- Adjust NextCloud IP addresses from default to your NextCloud Server IP in : /var/www/html/nextcloud/config/config.php
NOTE:
- System "root" password is set to "elar-systems"
- NextCloud Admin Account:
- User: tinker
- Password: tinker
- Database: nextclouddb
- Database User: nextcloud
- Database User Password: tinker
########################################################################
# ELAR-Systems TinkerBoard Ubuntu17.10 NextCloud Server v1.0
# Ready to use NextCLoud Server for ASUS Tinker Board
# Copyright (C) 2018 ELAR Systems
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
########################################################################
|