Last active
February 15, 2022 02:50
-
-
Save clonn/a4b1412c2f48fbc104e60641e9ac9a6b to your computer and use it in GitHub Desktop.
m1 easyappointments install
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 characters
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 | |
composer require phpunit/phpunit | |
composer require phpspec/prophecy | |
composer install | |
npm install | |
npm run build | |
cd docker | |
docker pull --platform linux/x86_64 mysql | |
docker-compose up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment