Useful Commands: Difference between revisions

From Sympl Wiki
Jump to navigation Jump to search
No edit summary
Tag: visualeditor-wikitext
No edit summary
Tag: visualeditor-wikitext
Line 3: Line 3:
* 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



Revision as of 23:02, 26 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