Report this

What is the reason for this report?

Drupal Droplet Steps & Configuration

Posted on August 16, 2015

I like the idea of using DO’s script for configuring LEMP + Drupal 7 + Goodies (such as Drush).

In order to effectively use this Droplet with Drupal, I need to know/understand the steps followed to configure the environment.

Is it possible to get the command-line history? If not the full command-line history with configuration helps, how about just the list pf packages?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @jsamuel:

Hi,

On Ubuntu servers, you can get a list of installed packages with the command:

dpkg-query --list

and you can view the package installation log at:

/var/log/dpkg.log

I hope that helps.

View the original comment

Thank you for reply.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.