Server IP : 184.154.167.98 / Your IP : 18.118.126.51 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/3rdparty/ |
Upload File : |
# 3rdparty Some 3rd party libraries that are necessary to run Nextcloud. [![Dependency Status](https://www.versioneye.com/user/projects/576c043fcd6d510048bab256/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/576c043fcd6d510048bab256) ## Updating libraries manually 1. Make sure to use the latest version of composer.phar 2. Edit composer.json and adjust the version of the library to the one to update to 3. Run `composer update thevendor/thelib` (replace accordingly) 4. Delete all installed dependencies with `rm -rf ./*/` 5. Run `composer install --no-dev` 5. Run `git clean -X -d -f` 7. Run `dump-autoload` 8. Commit all changes onto a new branch 9. You might need the following command for pushing if used as submodule: `git push git@github.com:nextcloud/3rdparty.git branchname`