Caution
This is the documentation for the current development branch of the CometVisu. It is possible that some of the described features are not yet available in the current release.
Also there might be lots of errors in this documentation as some parts of the content have been translated by an online translation service.
Update CometVisu on other Devices
Download the Instructions
cd /var/www
wget -O CometVisu0.9.2.zip https://github.com/CometVisu/CometVisu/releases/download/v0.9.2/CometVisu-0.9.2.zip
Unpack the Files
unzip CometVisu0.9.2.zip
Rename the Folders
mv cometvisu/ release_0.9.2
OPTIONAL: Delete the downloaded Files
rm ./CometVisu0.9.2.zip
Copy the Configuration into the new Visu Folder
cp visu/config/visu_config*.xml release_0.9.2/release/config/
doublecheck the privileges
chmod -f a+w release_0.9.2/release/config release_0.9.2/release/config/*.xml release_0.9.2/release/config/backup release_0.9.2/release/config/backup/*.xml
EITHER remove an old backup and create a new backup from the current deprecated installation
rm -Rf ./visu.bak
mv ./visu cometvisu.bak
OR alternative procedure WITHOUT deleting old versions (rename to any_name)
mv ./visu any_name
Generating a link to call the Visu with the known url can be done here again
ln -s release_0.9.2/release/ visu
Call the Visu then known as
http://name_oder_ip_addresse/visu
- At the first start, if necessary,
the configuration will be automatically converted.