Getting Started
Installation
Prerequisites
- Composer
- Docker
- Node.js if not using Docker
- It is recommended to set up aliases for
./deveops -> devand./vendor/bin/sail -> sail
Clone Statix project from GitHub.
sh
$ git clone git@github.com:convidera/statix.gitSetup
A devops script handles the setup process for you. This will install all dependencies, Laravel Sail as Docker environment, npm dependencies, generates the application key.
sh
$ ./devops setup Check README.md in the GitHub project for hints.
Start and Stop Application
sh
$ ./devops upsh
$ ./devops up -dsh
$ php artisan servesh
$ ./devops downsh
$ strg + cBuild and Watch Frontend
sh
$ ./vendor/bin/sail watchsh
$ npm run watch