Useful Commands

From Sympl Wiki
Revision as of 00:02, 27 March 2020 by Fogma (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Here are some useful Sympl commands:

  • Update file permissions and ownership: sudo sympl-filesystem-security
  • Update SSL certificates: sudo sympl-ssl --verbose
  • Force update of SSL certificates for a particular domain: sudo sympl-ssl --verbose --force example.com
  • Update Apache Config: sudo sympl-web-configure

Here are some other general commands

  • Check PHP version: php -version
  • Start / Stop Apache: sudo service apache2 start / sudo service apache2 stop