Skip to content

devops-community/wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress

Build and deploy a simple Wordpress blog on devo.ps.

Install

Simply use the link below:

Fork on devo.ps

Once you've forked the repository, open it in devo.ps and you will be prompted for a few settings, including the Git URL for the code of your application.

To deploy your app, you will need to navigate to the tasks page of the repo and run the task manually (click on "play" icon, right of the "Install Wordpress blog" task).

What's in the box?

This setup contains one server (nodes/wordpress.yml) with Nginx, PHP and MySQL 5.5 (with a "wordpress" user and a "wordpress" database)

We have included as well a task (tasks/install-wordpress.yml) that:

  1. Run an install script (scripts/install_wordpress.sh) that will:
  2. Fetch the latest Wordpress package from wordpress.org
  3. Unpack the Wordpress package
  4. Write the configuration file (to connect it to MySQL)

The current repo provides a very simple setup. Hack at will!

Questions?

If you have any question, come ask us on the devo.ps chat or shoot us an email at help@devo.ps (though, you should really just ask us in the chat).

Reference

About

Simple Wordpress blog setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages