Skip to content

Releases: LycheeOrg/Lychee

Version 4 - Beta 2

16 Jan 16:35
5a2b2e9
Compare
Choose a tag to compare
Version 4 - Beta 2 Pre-release
Pre-release

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 *

Version 4 - Beta 1

05 Sep 10:52
Compare
Choose a tag to compare
Version 4 - Beta 1 Pre-release
Pre-release

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 *

First Alpha version of Lyche v4 is out!

21 Feb 15:11
a14ce40
Compare
Choose a tag to compare
Pre-release

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