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
| [alias] | |
| #Basic | |
| s = status | |
| c = checkout | |
| #Flow | |
| fs = flow feature start | |
| ff = flow feature finish | |
| #Infoz |
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
| #!/usr/bin/env bash | |
| ######################################## | |
| ###rename your project and add domain name here, if you wish. this env variable will be used in the git_project_script.sh file as well | |
| ## to run: | |
| # add -p if production server to install composer,git,etc | |
| # sudo bash install.sh -d access.undergroundshirts.com -s access -u ubuntu -g yes -p yes -x dbadmin -y dbpassword -z dbhost -a saas -n yes | |
| #after script has run | |
| #upload the developer's id_rsa.pub key to /home/ubuntu/.ssh and run: |