Useful Commands: Difference between revisions

From Sympl Wiki
Jump to navigation Jump to search
(Created page with "Here are some useful commands: * Update file permissions and ownership: sudo sympl-filesystem-security * Update SSL certificates: sudo sympl-ssl --verbose * Update Apache Con...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Here are some useful commands:
Here are some useful Sympl commands:


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


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

Revision as of 00:02, 27 March 2020

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