Skip to content

First Alpha version of Lyche v4 is out!

Pre-release
Pre-release
Compare
Choose a tag to compare
@ildyria ildyria released this 21 Feb 15:11
· 1283 commits to master since this release
a14ce40

Disclaimer: Use at your own risk, do not forget to back up your data.

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

  • extract the zip file.
  • create your database and user manually
  • cp .env.example .env
  • edit .env
  • php artisan key:generate
  • php artisan migrate
  • sudo chown -R www-data:www-data storage/* app/* dist/* public/uploads