Install Lychee - Photo Management System - On Windows

preview_player
Показать описание
#Lychee #PhotoManagemer #Windows

--------------------------------------------------------------------
What is Lychee?
--------------------------------------------------------------------
 
--------------------------------------------------------------------
Installation
--------------------------------------------------------------------
   04. Install Microsoft Visual C++
   05. Right click the downloaded XAMPP file ≫ Extract All...
   07. Rename the Extracted folder lychee (all lowercase)
   08. Cut the lychee folder inside the XAMPP directory
   09. Navigate back to the Downloads directory and copy the extracted XAMPP directory to a safe location to run from, C:\Program Files for example
   12. Find the list of extensions and make sure the following are enabled by removing the ; at the start of the line
         extension=curl
         extension=fileinfo
         extension=gd
         extension=xsl
         extension=mbstring
         extension=mysqli
         extension=pdo_mysql
         Alias /lychee "C:/Program Files/xampp/lychee/public"
         ≪Directory "C:/Program Files/xampp/lychee/public"≫
         # enable the .htaccess rewrites
         AllowOverride All
         Options +FollowSymLinks
         Require all granted
         Order allow,deny
         Allow from All
         ≪/Directory≫
   16. Save the changes and close out of the editor
   18. Click the Start buttons next to Apache and MySQL
   19. Navigate to XAMPP/mysql/bin
   20. Hold the SHIFT key and right click in the white space ≫ Open PowerShell window here...
   21. Run the following commands in the PowerShell window to setup the database
         .\mysql -u root
         CREATE DATABASE lychee;
         GRANT ALL ON lychee.* to 'lychee_rw'@'localhost' IDENTIFIED BY 'Lych33!';
         FLUSH PRIVILEGES;
         EXIT;
         exit
 
--------------------------------------------------------------------
Lychee Web Installer
--------------------------------------------------------------------
   02. Click Next at the Lychee welcome screen
   03. Click Next at the Requirements Check
   04. Click Next at the Permissions Check
   05. Update at least the following values in the
         APP_DIR=/lychee
         DB_CONNECTION=mysql
         DB_HOST=localhost
         DB_PORT=3306
         DB_DATABASE=lychee
         DB_USERNAME=lychee_rw
         DB_PASSWORD=Lych33!
   06. Click Save ≫ Click Install
   07. Once the installation completes click Set up admin account
   08. Enter a Username ≫ Enter and confirm a Password ≫ Click Create admin account
   09. Click Open Lychee
 
 

### Connect with me and others ###
Рекомендации по теме
visit shbcf.ru