Useful Commands: Difference between revisions

From Sympl Wiki
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
m (Add link to command line reference)
 
Line 9: Line 9:
* Check PHP version: php -version
* Check PHP version: php -version
* Start / Stop Apache: sudo service apache2 start / sudo service apache2 stop
* Start / Stop Apache: sudo service apache2 start / sudo service apache2 stop
See [[Sympl Command Line]] for a full list


[[Category:Reference]]
[[Category:Reference]]

Latest revision as of 17:37, 12 July 2022

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

See Sympl Command Line for a full list