Skip to content

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages