Skip to content

btalberg/wordpress-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart Explanation

The following is an explanation of how this Quickstart was created so you can use it as a guide in creating your own Quickstarts.

  • Config File: Because Pagoda Box needs a different config file than a local version of the site, we created a new directory in the root of the project called "pagoda" and created a pagoda version of the config file there. Then we created an After Build deploy hook in the Boxfile that moved that file from pagoda/wp-config.php to wp-config.php. Also, in place of the static database credentials, we used the auto-created environment variables.
    
        after_build:
        - "mv pagoda/wp-config.php wp-config.php"
    
  • Database Component: An empty database was created by adding a db component to the Boxfile.
    
        db1:
            name: wp-db
    

About

quick install of wordpress on pagoda box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.8%
  • JavaScript 14.2%