User:Alexander Roidl/HostingOnPI: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "The idea was to upload files scanned by the scanner into a local network or even on the mediawiki")
 
No edit summary
Line 1: Line 1:
The idea was to upload files scanned by the scanner into a local network or even on the mediawiki
The idea was to upload files scanned by the scanner into a local network or even on the mediawiki
==Done==
* php file to show files in directory
* 3rd writeable partition on pi
* installed apache2 and php (how to install things on readonly systems see: [[User:Alexander_Roidl/PIScan|Readonly PiScan]]
* looked into the PiScan files
** found main.py and gphoto.py, where the photostoring process takes place (last lines in gphoto.py file: def captureanddownload)
==To Do==
* mount 3rd partition with fstab
* change apache config to point to that mounted folder than
** copy index.php there
* copy the files to the hosted folder as soon as captured
==Problems==
* fstab not mounting system

Revision as of 10:01, 29 March 2018

The idea was to upload files scanned by the scanner into a local network or even on the mediawiki

Done

  • php file to show files in directory
  • 3rd writeable partition on pi
  • installed apache2 and php (how to install things on readonly systems see: Readonly PiScan
  • looked into the PiScan files
    • found main.py and gphoto.py, where the photostoring process takes place (last lines in gphoto.py file: def captureanddownload)

To Do

  • mount 3rd partition with fstab
  • change apache config to point to that mounted folder than
    • copy index.php there
  • copy the files to the hosted folder as soon as captured

Problems

  • fstab not mounting system