Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vardot/varbase-updater
Varbase Updater: A set of scripts and tools that will help you to update to the newer versions of Varbase.
https://github.com/vardot/varbase-updater
auto-updater auto-upgrade automation composer drupal drupal8 update upgrade varbase
Last synced: 3 months ago
JSON representation
Varbase Updater: A set of scripts and tools that will help you to update to the newer versions of Varbase.
- Host: GitHub
- URL: https://github.com/vardot/varbase-updater
- Owner: Vardot
- License: gpl-3.0
- Created: 2018-12-09T10:18:44.000Z (about 6 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-04-02T09:56:38.000Z (9 months ago)
- Last Synced: 2024-04-14T10:13:51.294Z (9 months ago)
- Topics: auto-updater, auto-upgrade, automation, composer, drupal, drupal8, update, upgrade, varbase
- Language: PHP
- Homepage: https://docs.varbase.vardot.com/updating-varbase
- Size: 166 KB
- Stars: 6
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Varbase Updater: Making Varbase Updates Easier
A set of scripts and tools that will help you to update to the newer versions of Varbase.
## Install with Composer
If you're using Varbase 8.6.2 or older, install varbase-updater through Composer.
```
composer require vardot/varbase-updater
```If you're using Varbase 8.6.3 or newer, skip this step; varbase-updater comes pre-installed with your Varbase project.
## Run the Updater
Updating Varbase is best done through Composer. We will assume that you have [installed Varbase the recommended way](https://docs.varbase.vardot.com/getting-started/installing-varbase) through the Composer-based project template [varbase-project](https://github.com/Vardot/varbase-project).
This will create the Varbase project directory that will look like this: `/path/to/YOUR_PROJECT` with the Drupal 8 codebase installed via Varbase installation profile in `/path/to/YOUR_PROJECT/docroot`.
Follow the these commands to run the updater after you have installed it:
1. From a command prompt window, navigate to your project:
`cd /path/to/YOUR_PROJECT`2. Run the Varbase update tool.
`./bin/update-varbase.sh`3. Follow the wizard.
Lear more on this Varbase documentation site:
https://docs.varbase.vardot.com/updating-varbase#option-1-automated-process-using-varbase-updater