Upgrades Ubuntu 16
From DreamFactory
Upgrading DreamFactory involves getting the required code via git and composer and then using the Laravel artisan command migrate system data and settings. In these instructions, we will assume you are logged in as a user named dfuser. Anywhere you see this username substitute your own. We will also assume your installed dreamfactory in /opt/dreamfactory
just like in the Installation instructions.
- Navigate to the install directory
-
$ cd /opt/dreamfactory
-
- Stash and changes tracked by git
-
$ git stash
-
- Get the latest code
-
$ git checkout master
-
$ git pull origin master
-