CommentFileSizeAuthor
#7 xxx.png18.07 KBpuning
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

puning created an issue. See original summary.

shadcn’s picture

puning’s picture

Issue summary: View changes

I download the installation package directly.
Not installed with composer.
Without composer, how should I solve it?
Thank God to answer!

shadcn’s picture

You need to use composer. Composer will pull in all required packages and dependencies. Or you can try https://www.drupal.org/node/2792641#comment-11564237 with your current install.

puning’s picture

Try https://www.drupal.org/node/2792641#comment-11564237 to install
Still not successful.
Some files are not complete.
What should I do?
Can provide a manual method?

shadcn’s picture

Yes. Here's how to set it up manually:

Step 1: git clone https://github.com/openrestaurant/openrestaurant-project.git myrestaurant
Step 2: cd myrestaurant
Step 3: composer install

This will pull in all dependencies and build the profile. You will see a docroot directory created along with a vendor directory.

Point your host to the myrestaurant/docroot directory.

puning’s picture

FileSize
18.07 KB
puning’s picture

Yes, that is, when the installation of this step, the middle of the wrong installation can not be carried out, I do not know how to deal with this problem.
Error probably:
error

puning’s picture

Resolved, thanks to the help of arshadcn .
Terms of settlement:

1. Add the Drupal.org repository

composer config repositories.drupal composer https://packages.drupal.org/8
This allows Composer to find Address and the other Drupal modules.

2. Download Address

composer require "drupal/address ~1.0"
This will download the latest release of Address.
Use 1.x-dev instead of ~1.0 to get the -dev release instead.
Use composer update drupal/address --with-dependencies to update Address to a new release.

shadcn’s picture

Assigned: Unassigned » shadcn
Status: Active » Fixed

Marking this as fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.