You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* small fixes for the release of v4
* correct urls
* Update readme URLs
* Add link to changelog for v3 users
* improving the install procedure, fixing the removing procedure
Co-authored-by: Martin Stone <martin@d7415.co.uk>
<ahref="https://bestpractices.coreinfrastructure.org/projects/2855"><imgalt="CII Best Practices Summary"src="https://img.shields.io/cii/summary/2855.svg"></a>
I was using the version 3, how do I upgrade to version 4? See [Upgrade »](https://github.com/LycheeOrg/Lychee/wiki/Upgrade-from-version-3)
17
+
18
+
To find out what's changed, see the [changelog »](https://github.com/LycheeOrg/Lychee/wiki/Changelog)
19
+
14
20
#### A great looking and easy-to-use photo-management-system.
15
21
16
22
*Since the 1st of April 2018 this project has moved to it's own Organisation (https://github.com/LycheeOrg) where people are able to submit their fixes to it. We, the Organisation owners, want to thank electerious (Tobias Reich) for the opportunity to make this project live on.*
@@ -24,50 +30,50 @@ Lychee is a free photo-management tool, which runs on your server or web-space.
24
30
25
31
To run Lychee, everything you need is a web-server with PHP 7.3 or later and a MySQL-Database. Follow the instructions to install Lychee on your server. This version of Lychee is built on the Laravel framework. To install:
26
32
27
-
1. Clone this repo to your server and set the web root to `lychee-laravel/public`
33
+
1. Clone this repo to your server and set the web root to `lychee/public`
28
34
2. Run `composer install --no-dev` to install dependencies
29
35
3. Copy `.env.example` as `.env` and edit it to match your parameters
30
36
4. Generate your secret key with `php artisan key:generate`
31
-
5. Migrate your database with `php artisan migrate` to create a new database or migrate an existing Lychee installation to the new framework.
37
+
5. Migrate your database with `php artisan migrate` to create a new database or migrate an existing Lychee installation to the latest framework.
32
38
33
-
See detailed instructions on the [Installation](https://github.com/LycheeOrg/Lychee-Laravel/wiki/Install) wiki page.
39
+
See detailed instructions on the [Installation](https://github.com/LycheeOrg/Lychee/wiki/Install) wiki page.
34
40
35
41
### Docker
36
42
37
43
Alternatively, an official Docker image can be found at [LycheeOrg/Lychee-Laravel-Docker](https://github.com/LycheeOrg/Lychee-Laravel-Docker) or on Docker Hub as [lycheeorg/lychee-laravel](https://hub.docker.com/r/lycheeorg/lychee-laravel).
38
44
39
45
### Update
40
46
41
-
Updating is as easy as it should be. [Update »](https://github.com/LycheeOrg/Lychee-Laravel/wiki/Update)
47
+
Updating is as easy as it should be. [Update »](https://github.com/LycheeOrg/Lychee/wiki/Update)
42
48
43
49
### Settings
44
50
45
-
Sign in and click the gear in the top left corner to change your settings. [Settings »](https://github.com/LycheeOrg/Lychee-Laravel/wiki/Settings)
51
+
Sign in and click the gear in the top left corner to change your settings. [Settings »](https://github.com/LycheeOrg/Lychee/wiki/Settings)
46
52
47
53
### Build
48
54
49
-
Lychee is ready to use, right out of the box. If you want to contribute and edit CSS or JS files, you need to rebuild [Lychee-front](https://github.com/LycheeOrg/Lychee-front). [Build »](https://github.com/LycheeOrg/Lychee-Laravel/wiki/Build)
55
+
Lychee is ready to use, right out of the box. If you want to contribute and edit CSS or JS files, you need to rebuild [Lychee-front](https://github.com/LycheeOrg/Lychee-front). [Build »](https://github.com/LycheeOrg/Lychee/wiki/Build)
50
56
51
57
## Advanced Features
52
58
53
59
Lychee is ready to use straight after installation, but some features require a little more configuration.
54
60
55
61
### Keyboard Shortcuts
56
62
57
-
These shortcuts will help you to use Lychee even faster. [Keyboard Shortcuts »](https://github.com/LycheeOrg/Lychee-Laravel/wiki/Keyboard-Shortcuts)
63
+
These shortcuts will help you to use Lychee even faster. [Keyboard Shortcuts »](https://github.com/LycheeOrg/Lychee/wiki/Keyboard-Shortcuts)
58
64
59
65
### Dropbox import
60
66
61
-
In order to use the Dropbox import from your server, you need a valid drop-ins app key from [their website](https://www.dropbox.com/developers/apps/create). Lychee will ask you for this key, the first time you try to use the import. Want to change your code? Take a look at [the settings](https://github.com/LycheeOrg/Lychee-Laravel/wiki/Settings) of Lychee.
67
+
In order to use the Dropbox import from your server, you need a valid drop-ins app key from [their website](https://www.dropbox.com/developers/apps/create). Lychee will ask you for this key, the first time you try to use the import. Want to change your code? Take a look at [the settings](https://github.com/LycheeOrg/Lychee/wiki/Settings) of Lychee.
62
68
63
69
### Twitter Cards
64
70
65
71
Lychee supports [Twitter Cards](https://dev.twitter.com/docs/cards) and [Open Graph](http://opengraphprotocol.org) for shared images (not albums). In order to use Twitter Cards you need to request an approval for your domain. Simply share an image with Lychee, copy its link and paste it in [Twitters Card Validator](https://dev.twitter.com/docs/cards/validation/validator).
66
72
67
73
### Imagick
68
74
69
-
Lychee uses [Imagick](https://www.imagemagick.org) when installed on your server. In this case you will benefit from a faster processing of your uploads, better looking thumbnails and intermediate sized images for small screen devices. You can disable the usage of [Imagick](https://www.imagemagick.org) in the [settings](https://github.com/LycheeOrg/Lychee-Laravel/wiki/Settings).
75
+
Lychee uses [Imagick](https://www.imagemagick.org) when installed on your server. In this case you will benefit from a faster processing of your uploads, better looking thumbnails and intermediate sized images for small screen devices. You can disable the usage of [Imagick](https://www.imagemagick.org) in the [settings](https://github.com/LycheeOrg/Lychee/wiki/Settings).
70
76
71
77
## Troubleshooting
72
78
73
-
Take a look at the [Wiki](https://github.com/LycheeOrg/Lychee-Laravel/wiki/), particularly the [FAQ](https://github.com/LycheeOrg/Lychee-Laravel/wiki/FAQ) if you have problems. Discovered a bug? Please create an issue [here](https://github.com/LycheeOrg/Lychee-Laravel/issues) on GitHub!
79
+
Take a look at the [Wiki](https://github.com/LycheeOrg/Lychee/wiki/), particularly the [FAQ](https://github.com/LycheeOrg/Lychee/wiki/FAQ) if you have problems. Discovered a bug? Please create an issue [here](https://github.com/LycheeOrg/Lychee/issues) on GitHub!
0 commit comments