SNIPE-IT Upgrade to the latest release

Опубликовано: 01 Март 2019
на канале: TekNex Solutions
14,893
80

Using GIT to upgrade Snipe-it to the latest release. We will fix the permissions as well.

Current version of Snipe-IT: 4.6.8

Full playlists
SNIPE-IT on Windows Server: https://bit.ly/2VsWZcB
SNIPE-IT on Ubuntu Server: https://bit.ly/2Toi5vl

Commands demonstrated in the video:
• git --version
• sudo chmod -R 777 /var/www/snipeitRootFolder
• sudo chown -R $SNIPEIT $HOME/.composer Or
sudo chown -R snipeitUser /home/snipeitUser/.composer
• git reset --hard

Consider doing the required backup before proceeding.