Requirements: Docker Installation
- Copy the files to a local directory & open terminal for the root directory.
- Run the following to grab the vendor directory & install the vendor files:
docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/opt \
-w /opt \
laravelsail/php80-composer:latest \
composer install --ignore-platform-reqs
- Run to startup the docker image & do the initial installation.
alias sail = 'bash vendor/bin/sail'
sail up
sail artisan craftable:install
- Store the password generated from the last line above. Email will be:
administrator@brackets.sk
- Run for npm build:
sail npm install && npm run dev
- load up http://localhost