-
To use the "Files" class, the owner of the folder 'files' must be apache: cd /var/www/<project_name>; chown -R apache:apache files/
-
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; }
-
You should clone the project in /var/www/
-
After you clone the project, rename folder NetCore2 to platform
-
After you rename the folder go to /var/www/platfomr/deploy and execute createproject.sh
-
Structure of the required database tables can be found in database.sql
-
Notifications
You must be signed in to change notification settings - Fork 0
NKozhuharov/NetCore2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Next generation of my PHP framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published