Build and deploy a simple Drupal 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 Drupal blog" task).
This setup contains one server (nodes/drupal.yml
) with Nginx, PHP and MySQL 5.5 (with a "drupal" user and a "drupal" database)
We have included as well a task (tasks/install-drupal.yml
) that:
- Run an install script (
scripts/install-drupal.sh
) that will: - Fetch the latest Drupal package from drupal.org
- Unpack the Drupal package
- Write the configuration file (to connect it to MySQL)
- Prepare the upload folders
Finally you can access (the first time) to the installer at http://your-server/install.php and proceed to the final setup.
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 [email protected] (though, you should really just ask us in the chat).