Skip to content

v2.8.2

Compare
Choose a tag to compare
@Stoakes Stoakes released this 19 Aug 08:49

Fix installation on 2.8 branch

This release is just a patch release to preserve installation on 2.8 branch. It does not bring any fix or new feature.

If you are new to Jeyser please browse to the most recent Jeyser release: v3.0.1

If you are running Jeyser 2.8.1:

  • There is no need to upgrade to Jeyser 2.8.2.
  • Please consider upgrading to Jeyser 3.0.1

Migration

cd /var/www/Incipio
git fetch
git checkout v2.8.2
docker-compose rm -sf web
docker-compose build web
docker-compose up -d web # to reset permissions on cache
# Be sure to regularly update your server: apt-get update && apt-get dist-upgrade

Changelog

Comparison between 2.8.1 and 2.8.2

  • Fix installation on 2.8 branch