Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Remove the current contents in the ProVision web folder (currently the www root) and after extract the archive contents (where 5.x.x is the version number for the build) :

Code Block
languagebash
 tar -xf productionBuild-5.1x.2x-php5.56.tar -C /var/www/html

2. Change the permissions to be the web user permissions

...