|
|
1 month ago | |
|---|---|---|
| app | 1 month ago | |
| config | 1 month ago | |
| data | 1 month ago | |
| docs | 1 month ago | |
| public | 1 month ago | |
| .gitignore | 1 month ago | |
| .htaccess | 1 month ago | |
| README.md | 1 month ago |
A flat-file PHP website for photographers, built for plain shared webhosting. No database, no framework, no build step — upload via FTP/SFTP and it runs.
curl and openssl (standard on shared hosting).htaccess support (or any server with the document root
pointed at public/)cp config/config.sample.php config/config.php # fill in S3 + site settings
cp config/credentials.sample.php config/credentials.php # default login: admin / changeme
php -S localhost:8080 -t public # local preview
Then open http://localhost:8080/admin/, log in, and change the password first (Settings).
public/ web root (point your domain here)
app/ PHP library code (not web-accessible)
config/ static configuration + admin credentials
data/ flat-file content storage (JSON)
docs/ documentation