Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.18 KB

About

Lychee is a Photo self hosting application.

Initially, I tried using the Lychee Official Docker image but encountered various issues.

Please review the Lychee Official Documentation before running the script so you are familiar with the installation process.

This shell script was created to install the required software on a Ubuntu 22 system and build the Lychee application from the source repository.

Prerequisites

  • Tested on Ubuntu 22.04.4 LTS (Jammy Jellyfish)

Installation

Download script to your home directory

wget https://github.com/hhanzo1/update-ufw-rule/blob/main/build-lychee-stack.sh
chmod +x build-lychee-stack.sh

IMPORTANT Update the various variables (ie. MySQL root password, APP_URL, Nginx server_name etc) before running the script!

Usage

Run the script

/home/[USERID]/build-lychee-stack.sh

Once completed the system should be ready for the Lychee Installer to complete the installation process.

Enjoy!

Acknowledgments