Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active February 15, 2022 02:50
Show Gist options
  • Save clonn/a4b1412c2f48fbc104e60641e9ac9a6b to your computer and use it in GitHub Desktop.
Save clonn/a4b1412c2f48fbc104e60641e9ac9a6b to your computer and use it in GitHub Desktop.

Revisions

  1. clonn revised this gist Feb 15, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions easyappointments_install.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    cp config-example.php config.php
    # edit config the host and db setup
    # check details https://github.com/alextselegidis/easyappointments/blob/master/docs/docker.md
    composer config --global --auth github-oauth.github.com ${GITHUB_DEVELOPER_TOKEN}
    brew install php
    brew install composer
  2. clonn revised this gist Feb 15, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions easyappointments_install.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    cp config-example.php config.php
    # edit config the host and db setup
    composer config --global --auth github-oauth.github.com ${GITHUB_DEVELOPER_TOKEN}
    brew install php
    brew install composer
  3. clonn revised this gist Feb 15, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion easyappointments_install.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    composer config --global --auth github-oauth.github.com ${GITHUB_DEVELOPER_TOKEN}
    brew install php@7.4
    brew install php
    brew install composer
    composer require phpunit/phpunit
    composer require phpspec/prophecy
  4. clonn revised this gist Feb 15, 2022. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions easyappointments_install.sh
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,11 @@ brew install [email protected]
    brew install composer
    composer require phpunit/phpunit
    composer require phpspec/prophecy
    composer install

    npm install
    npm run build


    cd docker
    docker pull --platform linux/x86_64 mysql
  5. clonn revised this gist Feb 15, 2022. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions easyappointments_install.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,8 @@
    composer config --global --auth github-oauth.github.com ${GITHUB_DEVELOPER_TOKEN}
    brew install [email protected]
    brew install composer
    composer require phpunit/phpunit
    composer require phpspec/prophecy

    cd docker
    docker pull --platform linux/x86_64 mysql
  6. clonn revised this gist Feb 15, 2022. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions easyappointments_install.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    composer config --global --auth github-oauth.github.com ${GITHUB_DEVELOPER_TOKEN}
    brew install [email protected]

    cd docker
    docker pull --platform linux/x86_64 mysql
    docker-compose up
  7. clonn created this gist Feb 14, 2022.
    3 changes: 3 additions & 0 deletions easyappointments_install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    cd docker
    docker pull --platform linux/x86_64 mysql
    docker-compose up