Skip to content

Update (Docker)

Aleksey Ilyin edited this page Sep 22, 2024 · 4 revisions
  1. Turn off the container

  2. Execute:

docker pull getwebspace/platform:latest
  1. Check write permissions:
chmod -R 0777 plugin 
chmod -R 0777 resource 
chmod -R 0777 theme 
chmod -R 0777 var
  1. Include container

  2. Update the database:

  • Open the system page of the site in a browser (eg. https://example.com/cup/system);
  • Check your user details and take action.

Clone this wiki locally