Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| deb_mutism [2025/03/18 01:38] β [Install Nextcloud] JΓΊne Park | deb_mutism [2025/09/02 18:36] (current) β [Specification] JΓΊne Park | ||
|---|---|---|---|
| Line 37: | Line 37: | ||
| {{mdi> | {{mdi> | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| + | * '' | ||
| === Live status of storages === | === Live status of storages === | ||
| <code ini> | <code ini> | ||
| - | Mounted on | + | Β |
| - | / ext4 | + | βββββββββββ¬ββββββββββ¬ββββββββββββββ¬ββββββββββββββΒ |
| - | /home/www-data ext4 | + | β |
| - | /home/web-data ext4 916G 266G 605G 31% | + | βββββββββββΌββββββββββΌββββββββββββββΌββββββββββββββ€Β |
| + | β 117G β 16G β 96G(15%) β root βΒ | ||
| + | β 916G β 302G β 568G(35%) | ||
| + | β 458G β 55G β 380G(13%) | ||
| + | βββββββββββ΄ββββββββββ΄ββββββββββββββ΄ββββββββββββββ | ||
| </ | </ | ||
| Line 461: | Line 466: | ||
| ==== Install Nextcloud ==== | ==== Install Nextcloud ==== | ||
| - | |||
| - | === Memory caching configuration === | ||
| - | |||
| - | {{mdi> | ||
| - | {{mdi> | ||
| - | |||
| - | |||
| - | == Install Redis == | ||
| - | |||
| - | <code bash> | ||
| - | sudo apt install redis-server php-redis | ||
| - | </ | ||
| - | |||
| - | == Check running service == | ||
| - | |||
| - | <code bash> | ||
| - | sudo ps ax | grep redis | ||
| - | sudo netstat -tlnp | grep redis | ||
| - | </ | ||
| - | |||
| - | == Clearing the Redis Cache == | ||
| - | |||
| - | <code bash> | ||
| - | sudo redis-cli | ||
| - | SELECT < | ||
| - | FLUSHDB | ||
| - | </ | ||
| - | |||
| - | == Add configuration in ownCloud == | ||
| - | |||
| - | Edit ''/ | ||
| - | |||
| - | <code php> | ||
| - | <?php | ||
| - | $CONFIG = array ( | ||
| - | ... ... ... | ||
| - | ... | ||
| - | ), | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | array ( | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ' | ||
| - | ), | ||
| - | ); | ||
| - | </ | ||
| - | |||
| - | ---- | ||
| - | === Run background jobs === | ||
| - | |||
| - | Add '' | ||
| - | |||
| - | <code bash> | ||
| - | # crontab -u www-data -e | ||
| - | </ | ||
| - | |||
| - | Add job | ||
| - | |||
| - | <code bash> | ||
| - | * * * * * / | ||
| - | </ | ||
| - | |||
| - | ---- | ||
| === Setting for uploading large size files === | === Setting for uploading large size files === | ||
| Line 577: | Line 514: | ||
| ---- | ---- | ||
| - | === Enable PHP OPcache === | ||
| - | [[https:// | ||
| - | |||
| - | ---- | ||
| - | |||
| - | |||
| - | === Post installation === | ||
| - | |||
| - | Check overview | ||
| - | |||
| - | * The PHP module " | ||
| - | |||
| - | <code bash> | ||
| - | sudo apt install php-imagick imagemagick | ||
| - | </ | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | ---- | ||
| ==== Reset MySQL password ==== | ==== Reset MySQL password ==== | ||