You can check the current user in MySQL using the SELECT current_user(); command:
SELECTcurrent_user();
Which will display something similar to:
+--------------------+
| current_user() |
+--------------------+
| ownCloud@localhost |
+--------------------+
1 row in set (0.00 sec)
Create an Administrator Account
After ownCloud is installed and MySQL is configured, point your browser to ip_address_or_domain/owncloud (where, ip_address_or_domain is your IP or FQDN) and create an administrator account:
Click Storage & database and enter the database login information:
Welcome to ownCloud:
Install ClamAV and Configure ownCloud
Install ClamAV, an open source antivirus engine which works with ownCloud’s antivirus plugin:
sudo apt install clamav clamav-daemon
The clamav package starts a daemon on your system.
Enable the antivirus app in ownCloud. Select Apps from the menu, then Not enabled to find “Antivirus App for files” and click Enable:
Configure the antivirus mode in ownCloud to reflect the changes to your system:
To add new users and groups, select Users in the dropdown menu in the upper right-hand corner:
Secure the System
Now that ownCloud is installed and configured, you should secure your system. The official documentation has a well-written section on hardening your server, which covers everything from using HTTPS, to JavaScript Asset Managing.
More Information
You may wish to consult the following resources for additional information on this topic. While these are provided in the hope that they will be useful, please note that we cannot vouch for the accuracy or timeliness of externally hosted materials.
0 komentar:
Posting Komentar