datagovuk / dgu_d7

Data.gov.uk Drupal 7 project
24 stars 23 forks source link

Installation problems: missing modules #274

Closed rquinteroviavansi closed 9 years ago

rquinteroviavansi commented 10 years ago

Hello: I have some problems installation in Ubuntu 12.04 When I try to install dgu_d7 I receive this error:

Required modules Required modules not found. The following modules are required but were not found. Move them into the appropriate modules subdirectory, such as sites/all/modules. Missing modules: Page_manager, Ckan_dataset, Ckan_publisher

What am I doing wrong?

Thanks

j420n commented 10 years ago

Hello,

Have you followed the installation instructions from here?; https://github.com/datagovuk/dgu_d7/blob/master/README.md

Is drush installed correctly? Can you use it by typing drush in the command line?

What command did you use just before getting the error?

from dgu_d7 directory you must type;

drush make distro.make /path/to/www/

make sure there are no errors from above command.

What commands did you use to install drupal?

Is there any info about the error in the system log files?

What commands have you used before you encountered the problem?

Anything else which you think may be relevant?

I look forward to your reply?

rquinteroviavansi commented 10 years ago

Hello: Thank you for your comment. Yes, of course, I followed the instalation instruction... Take a look to https://drupal.org/project/ckan The CKAN project for Drupal is unavailable :-) May be this is a problem??

j420n commented 10 years ago

That is not the problem. The the drupal CKAN module uses the code in this branch: ckan_dgu_7.x-1.x on drupal.org

This code is available and you can download it. You need to use drush make to install all the dependent modules as per the readme.

rquinteroviavansi commented 10 years ago

When I try to use drush command I got the following error:

The drush command 'make distro.make /var/www/' could not be found. [error] A Drupal installation directory could not be found [error]

I'm really don' t know what am I doing wrong

Thank you very much

j420n commented 10 years ago

Hello if you type; drush --version into the terminal what is the outcome?

What version of drush have you installed? How did you install drush?

I look forward to your reply.

rquinteroviavansi commented 10 years ago

Solved installation problem... The drush command installed incorrectly in Ubuntu 12-4 (with apt get install) (drush-make not installed, I don´t know why) Then I have now another problem... I installed the drupal distribution in /var/www/dgu BUT don´t get the theme and say that the page not found. I´m touching the htaccess file without result Thank a lots

noels commented 10 years ago

The theme we use depends on the shared_dgu_assets repository: https://github.com/datagovuk/shared_dguk_assets

You will need to install node, npm and grunt in order to compile the CSS that the dgu theme depends on and then link the created assets folder into the root of your drupal directory.

N rquinteroviavansi wrote, On 11/03/2014 15:47:

Solved installation problem... The drush command installed incorrectly in Ubuntu 12-4 (with apt get install) (drush-make not installed, I don´t know why) Then I have now another problem... I installed the drupal distribution in /var/www/dgu BUT don´t get the theme and say that the page not found. I´m touching the htaccess file without result Thank a lots

— Reply to this email directly or view it on GitHub https://github.com/datagovuk/dgu_d7/issues/274#issuecomment-37311096.