diff --git a/docs/index.html b/docs/index.html index af652ae8..c6358c20 100644 --- a/docs/index.html +++ b/docs/index.html @@ -171,7 +171,7 @@

Serv
  • FFmpeg (to generate video thumbnails)
  • -
  • To install from git you will also need Composer. See below for details.
  • +
  • To install from git you will also need Composer and npm. See below for details.
  • While Lychee works on 32bit systems, we strongly recommend the use of a 64bit OS.

    Installing Lychee

    @@ -182,7 +182,7 @@

    From ReleaseDownload the release zip-file from the Releases page and extract it (usually in /var/www/html). It contains a trimmed down version of the Lychee files.

    From the Master branch

    -

    Lychee utilizes Composer to manage its dependencies. Make sure you have Composer installed on your machine.

    +

    Lychee utilizes Composer to manage its php dependencies and npm for its front-end. Make sure you have both installed on your machine.

    git clone https://www.github.com/LycheeOrg/Lychee /var/www/html/Lychee
     

    Get into the directory:

    @@ -190,8 +190,10 @@

    composer install --no-dev +npm install +npm run build -

    If you want to help develop Lychee, install the development dependencies by removing the --no-dev or replacing it with --dev.

    +

    If you want to help develop Lychee, install the development dependencies by removing the --no-dev and use npm run dev to have change monitoring on the front-end.

    Configuration

    Directory Permissions

    Permissions of certain directories must be set correctly for Lychee to run. diff --git a/docs/installation.html b/docs/installation.html index af652ae8..c6358c20 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -171,7 +171,7 @@

    Serv
  • FFmpeg (to generate video thumbnails)
  • -
  • To install from git you will also need Composer. See below for details.
  • +
  • To install from git you will also need Composer and npm. See below for details.
  • While Lychee works on 32bit systems, we strongly recommend the use of a 64bit OS.

    Installing Lychee

    @@ -182,7 +182,7 @@

    From ReleaseDownload the release zip-file from the Releases page and extract it (usually in /var/www/html). It contains a trimmed down version of the Lychee files.

    From the Master branch

    -

    Lychee utilizes Composer to manage its dependencies. Make sure you have Composer installed on your machine.

    +

    Lychee utilizes Composer to manage its php dependencies and npm for its front-end. Make sure you have both installed on your machine.

    git clone https://www.github.com/LycheeOrg/Lychee /var/www/html/Lychee
     

    Get into the directory:

    @@ -190,8 +190,10 @@

    composer install --no-dev +npm install +npm run build -

    If you want to help develop Lychee, install the development dependencies by removing the --no-dev or replacing it with --dev.

    +

    If you want to help develop Lychee, install the development dependencies by removing the --no-dev and use npm run dev to have change monitoring on the front-end.

    Configuration

    Directory Permissions

    Permissions of certain directories must be set correctly for Lychee to run. diff --git a/docs/releases.html b/docs/releases.html index 84d2896f..d870eb5f 100644 --- a/docs/releases.html +++ b/docs/releases.html @@ -107,6 +107,10 @@

    Contributing

    Release Notes