0

Where can I find Acquia Drupal for Ubuntu. I'm looking at Lynda's tutorial and when browsing through the link, I cant find the deb package for Drupal7.

Where can I find it?

Praful Bagai
  • 16,684
  • 50
  • 136
  • 267

2 Answers2

1

There is none AFAIK. You'll have to install the complete lamp stack yourself.
A short way to do that would be by running

sudo apt-get install lampserver^

Note the ^. Then install your site in /var/www/ location

Ajit S
  • 1,341
  • 1
  • 13
  • 32
1

you could use the drubuntu desktop as an alternative for the acquia desktop: http://drubuntu.github.io/drubuntu/

cboschmans
  • 11
  • 1
  • 2