Code Monkey home page Code Monkey logo

Comments (6)

Boran avatar Boran commented on July 28, 2024

Master branch updated, please try again.

from docker-drupal.

adam3145 avatar adam3145 commented on July 28, 2024

It's still failing for me, even when when I just run docker run boran/drupal

from docker-drupal.

Boran avatar Boran commented on July 28, 2024

What arguments are you using, works fine for me:

name=drupal8003
image=boran/drupal
docker run -d -t -p 8003:80  --name $name $image
docker logs -f $name

from docker-drupal.

adam3145 avatar adam3145 commented on July 28, 2024

from docker-drupal.

Boran avatar Boran commented on July 28, 2024

Ah, that is an easy one.
From the README, 'download a copy of drupal to a subfolder called files/drupal-7' this is to provide a default Drupal-7 copy in the image, if no version is specified during installation.

cd files
  rm -rf drupal-7  # incase an old version is there

  drush dl drupal 
  mv drupal-7.* drupal-7 
  # or
  wget http://ftp.drupal.org/files/projects/drupal-7.53.tar.gz
  tar xf drupal-7.53.tar.gz 
  mv drupal-7.53 drupal-7
  cd ..

Now I realise that at this stage D8 should probably be the default, but that is another issue ...

from docker-drupal.

adam3145 avatar adam3145 commented on July 28, 2024

from docker-drupal.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.