systemseed / falcon-legacy

4 stars 1 forks source link

As a developer I should have a clean local install #6

Open AFDIT opened 6 years ago

AFDIT commented 6 years ago
duozersk commented 6 years ago

We should also add instructions on how to run codeception tests on local, preferably using docker containers and not needing to install anything on host OS

kalabro commented 6 years ago

The following keys should be generated and exposed on local environments:

spleshka commented 6 years ago

Sharing my dev plan.

kalabro commented 6 years ago

Another issue to be covered: git status in not clean after Falcon installation:

On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   backend-donations/web/sites/default/settings.php
    modified:   backend-gifts/web/sites/default/settings.php

Untracked files:
  (use "git add <file>..." to include in what will be committed)

    backend-donations/config/sync/README.txt
    backend-donations/web/sites/default/services.yml

no changes added to commit (use "git add" and/or "git commit -a")