Skip to content

LastCallMedia/First-Run

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
src
 
 
wd
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

First Run

Setting Up for Local Development

Before you begin, you must have Docker and Docker Compose installed on your local machine. For installation instructions, see the Docker documentation.

  1. Clone this repository.
  2. If you haven't created and set your Pantheon machine token, do that now.
  3. Start the Docker environment and shell in:
    docker-compose up -d drupal
    docker-compose exec drupal bash
  4. Install Composer dependencies:
    composer install
  5. Install NPM dependencies:
    yarn install
  6. Run composer site:import to pull down and import a copy of the site's database.

See the documentation(/docs) for more information on how to use the tools and how to use this project. For more information on the Docker stack, see the Docker documenation.