Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.43 KB

File metadata and controls

31 lines (21 loc) · 1.43 KB

Getting started with Wordpress

This project conatins Wordpress and is a template for running wordpress within Codesphere.

Setup wordpress

  1. Setup a MySQL Database in Codesphere
    Wordpress needs a MySQL to run.
  2. Configure wordpress.
    This project contains wordpress in ./html.
    1. Open the wordpress config file in ./wp-config.php
    2. Set the Database specific values like database name, username, password, etc..
  3. Start webserver by starting the run stage of the pipline in codesphere. See.

Troubleshooting

Another instance of FPM is already running

[11-Aug-2022 07:26:32] ERROR: Another FPM instance seems to already listen on /tmp/run/php-fpm.sock
[11-Aug-2022 07:26:32] ERROR: FPM initialization failed

Another instance is already running and is not properly killed by the start script. The process can be manually killed by running killall php-fpm7.4.

Disclaimer

Everything in ./html is downloaded from https://wordpress.org/download/. See the Lincense for detailed information about the copyright and license for Wordpress files.