Yes - here is the process that you will go through:
- Launch your DSP and go into admin console -> config -> hit upgrade (1.7.8)
*this pulls down the dsp_core
-
If a white page pops up - append /web/logout to your dsp_url
-
Go into your terminal and navigate to the /apps/dreamfactory/htdocs folder
-
Important: note the owner:group of the folders/files within this folder
-
Perform the following commands (based on the owner:group)
in this example we will have owner = root and group = daemon
sudo ./scripts/installer.sh
sudo chgrp -R daemon * .*
sudo chown -R root config/ log/ vendor/ web/ storage/
- Restart Apache
Let me know if you have any questions.
Thanks,
- Mark