img.pew.cc is a small website for simple image hosting. See img.pew.cc
- Use composer to install the dependencies:
composer install
- Create
Application/localconfig.php
and edit the config values fromApplication/config.php
there. - Use
data/schema.sql
to create a sqlite3 databasesqlite3 data/db.sqlite3 < data/schema.sql
- Point the web server root directory to
public/