(The best SQL database)
Best bet is to use http://postgresapp.com/ .
Make sure to set up your path once it's installed:
- Run
atom ~/.bash_profile.
| name: drupal-test | |
| recipe: drupal9 | |
| config: | |
| webroot: . | |
| php: 8.1 | |
| services: | |
| appserver: | |
| build_as_root: | |
| # Install nodejs and yarn in the main container. They have to live here | |
| # because PHP is required for the site installation and other ops in |
| # establish an ssh session with the given args and apply all of your local bash aliases | |
| # use just like you would ssh to login to a remote shell, e.g. `ssha user@host` | |
| function ssha() { | |
| ssh -t "$@" 'bash --init-file <(echo '"$(printf %q "$(alias)")"')' | |
| } |
(The best SQL database)
Best bet is to use http://postgresapp.com/ .
Make sure to set up your path once it's installed:
atom ~/.bash_profile.