Environment Variables - GabrielSturtevant/homestead_installer GitHub Wiki
The following table lists out Environment variables used by the homestead_installer script
Environment Variables | Usage |
---|---|
SCRIPTS_URL | Defines a custom url from which the program will clone an instance of a Laravel project. Currently limited to reopistories that are stored in a git format. If no url is given, this script will install the most recent version of Laravel |
SCRIPTS_URL_NAME | This is the url that will be used to access the project that is installed by using this program. If no url name is specified, the default homestead.app wil be used |
SCRIPTS_DIR_NAME | This is the directory name that will be used when installing Homestead. The default if this variable is not set will be Laravel |
SCRIPTS_DIR_PATH | This is the path (relative to your home directory) that this script will install the Laravel framework under. The default is Code |
SCRIPTS_CORES | This is the number of cores to be assigned to your virtual machine for your instance of Homestead to use. The defult value is 1 |