Upgrading Dreamfactory within Gold

From DreamFactory
Jump to: navigation, search

SSH into your DreamFactory Gold server

Once you're in your DreamFactory Gold instance, you'll need access to /var/www.

First, we will upgrade the DreamFactory "Base" installation for all of your Gold instances.

$ cd /var/www/launchpad
$ sudo git pull

This will pull the latest master branch. Now you will need to update the dependencies:

$ sudo composer install --no-dev

Once composer finishes, you will be able to run any Database Migrations you'll need for the base dreamfactory database

$ php artisan migrate --seed