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?
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.
Thank you for reply.
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.
The second part of this answer was what I was looking for. Thank you for your help.
Hi,
On Ubuntu servers, you can get a list of installed packages with the command:
and you can view the package installation log at:
I hope that helps.