Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active February 15, 2022 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clonn/a4b1412c2f48fbc104e60641e9ac9a6b to your computer and use it in GitHub Desktop.
Save clonn/a4b1412c2f48fbc104e60641e9ac9a6b to your computer and use it in GitHub Desktop.
m1 easyappointments install
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