Skip to content

NKozhuharov/NetCore2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. To use the "Files" class, the owner of the folder 'files' must be apache: cd /var/www/<project_name>; chown -R apache:apache files/

  2. To use the "Images" class, the owner of the folders 'images' / 'images_org' must be apache: cd /var/www/<project_name>; chown -R apache:apache files/ Also, add the following rules to ngnix: location ^~ /images{ index site/www/index.php;

    root /var/www/unisped/;

    try_files $uri $uri/ /index.php?$args; }

  3. You should clone the project in /var/www/

  4. After you clone the project, rename folder NetCore2 to platform

  5. After you rename the folder go to /var/www/platfomr/deploy and execute createproject.sh

  6. Structure of the required database tables can be found in database.sql

About

Next generation of my PHP framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published