Skip to content

Template to run wordpress with nginx in Codesphere

Notifications You must be signed in to change notification settings

codesphere-cloud/wordpress-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template to run wordpress with nginx in Codesphere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published