Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Are install steps correct? #76

Open
swarad07 opened this issue Apr 29, 2018 · 2 comments
Open

Are install steps correct? #76

swarad07 opened this issue Apr 29, 2018 · 2 comments

Comments

@swarad07
Copy link

swarad07 commented Apr 29, 2018

I did as mentioned in the install,

$ composer create-project acquia/reservoir-project MY_PROJECT --stability=alpha

Created a host reservoir.local, pointed it to the docroot directory,

All I see when I goto the host is an empty page with core, modules & profiles directory?

What am I missing?

My virtual host,

<VirtualHost *:80>
    DocumentRoot "/Applications/MAMP/htdocs/personal/reservoir/docroot"
    ServerName reservoir.local
    ErrorLog "logs/com-error_log"
    CustomLog "logs/com-access_log" common
    <Directory /Applications/MAMP/htdocs/personal/reservoir/docroot/>
        Options FollowSymLinks Indexes
        AllowOverride All
        order allow,deny
        allow from all
    </Directory>
</VirtualHost>
@sodacrackers
Copy link

The handy 3 steps of instructions are incorrect and do not install Drupal's scaffolding in the correct place.

@sodacrackers
Copy link

I was able to resolve this by running drupal-scaffolding install in project root.

Scaffolding is already included in Reservoir's composer file. This snippet (from readme) allows running $composer drupal-scaffold, which copies .htaccess, index.php etc to ./docroot/.

{
  "scripts": {
    "drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants