Releases: LycheeOrg/Lychee
Releases · LycheeOrg/Lychee
Version 4 is here !
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:generatephp artisan migratesudo 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
Version 4 - Beta 2
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:generatephp artisan migratesudo chown -R www-data:www-data *
Version 4 - Beta 1
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:generatephp artisan migratesudo chown -R www-data:www-data *
First Alpha version of Lyche v4 is out!
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:generatephp artisan migratesudo chown -R www-data:www-data storage/* app/* dist/* public/uploads