Skip to content

Version 4.0.4 - More idiot proof. :)

Compare
Choose a tag to compare
@ildyria ildyria released this 11 May 20:42
· 792 commits to master since this release
cda45c2

This is a very minor update version and mostly contains bug fixes and adds fail safe to help user install Lychee.


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

  1. extract the zip file.
  2. create your database and user manually

Then you have two possibilities:

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

or

  • sudo chown -R www-data:www-data . and acces from your browser the Lychee installation and follow the installation steps

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