Home / Demo
Name Modified Size InfoDownloads / Week
Parent folder
close.php 2022-03-24 256 Bytes
test_login.php 2022-03-24 2.1 kB
test_login.html 2022-03-24 4.0 kB
README 2022-03-24 1.2 kB
Totals: 4 Items   7.5 kB 0
This was created as an example of what can be accomplished with simple tools like PHP and HTML5. 
All settings and files are customizable to your situation. 
Little programming knowledge is needed since the conventions and values used are fairly staightforward 
and easily searchable and explainable at w3schools, stackoverflow, postgresql.org and php.org. 
Otherwise you can hire someone to fiddle with it.:)
It works on the premise that work can be done through the internet or on the local lan simultaneously.

Requirements:

Linux(preferably)
nginX
Postgresql 10+
Php and Php-fpm *7.2 is current*
Apache Htpasswd (for restriciting folder access)

File Structure:

/var/www/html
     --/demo
       --/images

  When you have multiple users you can resrict access to each folder via htpasswd and place that in the default nginx template for the site.
     ie. ---/demo2
           ---/images
         ---/and so forth...

::NOTE:: www-data needs owner of the /images folder.

Prcoessing is straightforward also html<--->php<--->postrgesql.

Included is a sql dump for tables and user creation in the /sql folder to import into postgresql.

Enoy.

blaise07@protonmail.com

Source: README, updated 2022-03-24