Build and deploy a simple Wordpress blog on devo.ps.
Simply use the link below:
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).
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:
- Run an install script (
scripts/install_wordpress.sh
) that will: - Fetch the latest Wordpress package from wordpress.org
- Unpack the Wordpress package
- Write the configuration file (to connect it to MySQL)
The current repo provides a very simple setup. Hack at will!
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).