Skip to content

devops-community/drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal

Build and deploy a simple Drupal 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 Drupal blog" task).

What's in the box?

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:

  1. Run an install script (scripts/install-drupal.sh) that will:
  2. Fetch the latest Drupal package from drupal.org
  3. Unpack the Drupal package
  4. Write the configuration file (to connect it to MySQL)
  5. 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!

Questions?

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).

Reference

About

Base Drupal setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages