This gets OpenCart running enough that we can use the GUI Installer
- Create Heroku project with ClearDB MySQL add-on
- Download OpenCart sources
- Move
./upload/*to top-level (those are the PHP site files) - Copy zlib.so into
./ext/zlib.so - Write
extension = /app/www/ext/zlib.sointophp.ini - Push