Skip to content

nikosmar/PatrasEcoLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

PatrasEcoLife

Web Dev university project

Setup Instructions

for Arch Linux / Manjaro

  1. Uncomment (delete ';') the following line in /etc/php/php.ini
;extension=mysqli

and change these:

upload_max_filesize = 1G;
post_max_size = 1G;
  1. Start mariadb/mysql service so that apache/php can access the site's database.

# systemctl start mariadb.service

  1. Configure apache to run php scripts (see archwiki).

  2. Configure apache to run html files as php scripts. Append the following line:

AddType application/x-httpd-php .html to /etc/httpd/conf/httpd.conf

  1. Set apache server directory to src.

  2. Start apache daemon:

# systemctl start httpd.service

  1. Access PEL via http://localhost/

About

Web Dev university project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published