Squirrelly is an Image and text sharing tool that allows you to paste straight from your clipboard and share with an anonymous url.
Deploying on Heroku will use Nginx and Postgres.
You will need MySQL/Postgres and Apache/Nginx installed.
- Setup your database config
- Either add an config/db.ini file with your user, host, and database
- Or add a
DATABASE_URL
- Edit your config/config.ini for the type of storage type you want (local, sql)
- Open either install/mysql.sql or install/pgsql.sql and load it into your database.
- If using local storage, make sure the data path is writeable.
See Tipsy Documentation for more information.