Keep your project up-to-date
For security and functionality reasons you should keep your project updated with latest version. Naviga maintain the version in StarterKit. Here's what you need to maintain in your project.
Update to latest WordPress patch version
Step 1: Test the new version locally
Step 2: Set the version you tested in bin/init.sh.
This version will be used on server deploys.
Other developers will automatically get the version when running.
Step 3: Install the Wordpress version you specified.
Update to latest PHP patch version
Step 1: Find latest patch version for our php-fpm on Dockerhub.
Step 2:
Set version for local development in ./docker-compose-local.yml
.
Set version for AWS server hosting in ./docker-compose.yml
.
Naviga Web packages and StarterKit are continuously updated with PHP versions.
Update Composer dependencies
Step 1: Update to latest package versions based on constraints in ./composer.json
.
Step 2: Test and verify the new package versions.
Step 3: Commit composer.lock
to save versions into your project.
Update Node dependencies
Step 1: Check what is old and could be updated.
Step 2: Update the packages you want manually.
Step 3: Commit package.json
and package-lock.json
to save versions into your project.
Last updated
Was this helpful?