Useful Commands

From Sympl Wiki
Revision as of 17:59, 6 February 2020 by Fogma (talk | contribs)
Jump to navigation Jump to search

Here are some useful Sympl commands:

  • Update file permissions and ownership: sudo sympl-filesystem-security
  • Update SSL certificates: sudo sympl-ssl --verbose
  • 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