Skip to content

stuartmcgill/ctdd

Repository files navigation

Development

Start the environment

Start the database:

sail up -d

Serve the site:

php artisan serve
npm run dev

Setup

php artisan storage:link

The admin user for the site is a01@ctdd.uk.

Production

First-time setup

php artisan storage:link

Update to a new version

git fetch

## Checkout to the appropriate tag
git checkout v.1.3.0

## PHP updates
composer install --no-dev
php artisan migrate

## JS updates
npm ci
npm run build
npm install --omit-dev

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors