software:nextcloud:installation
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:nextcloud:installation [2021/04/28 23:44] – created rodolico | software:nextcloud:installation [2023/11/01 23:28] (current) – rodolico | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| http:// | http:// | ||
| + | |||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| <code bash> | <code bash> | ||
| Line 19: | Line 28: | ||
| joe / | joe / | ||
| - | <text> | + | <code> |
| memory_limit = 512M | memory_limit = 512M | ||
| upload_max_filesize = 500M | upload_max_filesize = 500M | ||
| Line 25: | Line 34: | ||
| max_execution_time = 300 | max_execution_time = 300 | ||
| date.timezone = America/ | date.timezone = America/ | ||
| - | </text> | + | </code> |
| <code bash> | <code bash> | ||
| Line 37: | Line 46: | ||
| <code sql> | <code sql> | ||
| - | CREATE DATABASE nextcloud; | + | CREATE USER ' |
| - | GRANT ALL ON nextcloud.* | + | CREATE DATABASE |
| + | GRANT ALL PRIVILEGES | ||
| + | FLUSH PRIVILEGES; | ||
| </ | </ | ||
software/nextcloud/installation.1619671493.txt.gz · Last modified: 2021/04/28 23:44 by rodolico
