Advanced Search
Search Results
6 total results found
Wichtige File Paths
### Equivalent to vhosts:/etc/caddy/sites### configs zum importieren / Snippets### ähnlich statischer php class/etc/caddy/snippets
Caddy Server Befehle
Caddy Server neustarten: systemctl restart caddy Caddy Status check systemctl status caddy Caddy config validation: cd /etc/caddy && caddy validate
Cronjobs
Default PHP-Script Aufruf: */5 * * * * [path/to/php] [absPath/to/script] PHP-Script Aufruf mit env Variable:e. g. * * * * * TYPO3_CONTEXT=Development/Server /[absPathToPHP]/php7.4-cli -f ~/[absPath]/typo3/sysext/core/bin/typo3 scheduler:run */5 * * * * [EN...
Process Manager
Start Strapi Server with Process Manager- login with root- List all processes: pm2 ls - Start process pm2 start [process-name] - Stop process pm2 stop [process-name]
Strapi Update
### Update Ubuntu packagelist / Repository list- root: apt update ### Update node & npm## Update node to latest LTS# https://askubuntu.com/questions/1265813/how-to-update-node-js-to-the-long-term-support-version-on-ubuntu-20-04- root: curl -fsSL https://deb.n...
Neue PHP Version Installieren / Ubuntu
[Install new PHP Version (Ubuntu-caddy v2)]----------------## option wenn noch nicht geschehen (z. B. beim aller ersten mal)sudo add-apt-repository ppa:ondrej/phpsudo apt update ## install PHP [version] mit entsprechenden Packages (bereits installiere Package...