Skip to content

Updating

Docker

Fetch the latest changes in your Liberatube folder (probably ~/liberatube)

git pull

Then to re-build the image, run:

sudo docker-compose up -d --build

Manual Install

Fetch the latest changes in your Liberatube folder (probably ~/liberatube)

git pull

Copy the contents of the liberatube folder to the web root directory.

sudo cp * /var/www/html
sudo cp .htaccess /var/www/html