Update

Currently performed manually on the test instance

Steps

1

Stop Apache

Open XAMPP and stop Apache. Alternatively you can stop the Apache service in services.msc

2

Pull

Pull from repository

cd C:\weric
git pull
3

(optional) Change environment variables in .env, if needed

Changelog contains relevant infromation concerning changes.

4

Run composer install

cd C:\weric\api
composer install
5

Run database migrations

cd C:\weric\api
php artisan migrate --seed --force
6

Cache config, route and views

cd C:\weric\api
php artisan optimize
7

Start Apache

Open XAMPP and start Apache. Alternatively you can start the Apache service in services.msc

Last updated