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.phpand edit the config values fromApplication/config.phpthere. - Use
data/schema.sqlto create a sqlite3 databasesqlite3 data/db.sqlite3 < data/schema.sql - Point the web server root directory to
public/