a simple image-sharing website to be hosted on a Raspberry Pi
Made for the WHY2025 dutch hacker camp. It hosts a simple website with a vertical list of all uploaded pictures and provides a simple form for users to upload pictures and a bit of text (max 200 characters). The description gets saved as the pictures's name and all the pictures are stored locally.
- install apache2 and php (try this tutorial)
- go to
/var/www - clone the repo
- open
/etc/apache2/sites-available/000-default.conf - set
DocumentRootto/var/www/Campstagram - restart apache
- run
sudo chown -R www-data:www-data /var/www/Campstagramto make sure upload.php can create and write to the pictures directory