Skip to content

Minor update over V4.0.0

Compare
Choose a tag to compare
@ildyria ildyria released this 19 Apr 12:46
· 978 commits to master since this release
49d5862
  • fixes #481

    Decrease the size of the released archive by 82%.

  • fixes missing download button when album is downloadable, does not have pictures but subalbums

Packaged version of Lychee including the vendor folder.
Install process is as follow:

  • extract the zip file.
  • create your database and user manually
  • sudo chown -R www-data:www-data *

From that point you can access from your browser the Lychee installation and follow the installation steps or you can do the steps:

  • cp .env.example .env
  • edit .env
  • php artisan key:generate
  • php artisan migrate
  • sudo chown -R www-data:www-data *

See change log: https://github.com/LycheeOrg/Lychee/wiki/Changelog
See how to upgrade from version 3: https://github.com/LycheeOrg/Lychee/wiki/Upgrade-from-version-3