Last active
February 15, 2022 02:50
-
-
Save clonn/a4b1412c2f48fbc104e60641e9ac9a6b to your computer and use it in GitHub Desktop.
Revisions
-
clonn revised this gist
Feb 15, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
clonn revised this gist
Feb 15, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
clonn revised this gist
Feb 15, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 brew install composer composer require phpunit/phpunit composer require phpspec/prophecy -
clonn revised this gist
Feb 15, 2022 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
clonn revised this gist
Feb 15, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
clonn revised this gist
Feb 15, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
clonn created this gist
Feb 14, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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