Hacker News new | ask | show | jobs
by Deusdies 4321 days ago
This looks exactly like something I've been looking for!

Curious, what kind of database (if any) backend is it using? If it's not using MySQL or anything heavy like that, I'm sold!

2 comments

From the GitHub readme:

Minimum Server Requirements

PHP 5.4 or greater

PDO PHP extendsion

MCrypt PHP extendsion

GD PHP library

MySql Database

If your webserver is running Apache then mod_rewrite should be installed

Let me know what kind of database you want to use ? I might be able to help you out.
sqlite would be great, or some NoSQL solution such as Mongo (though I see as that being less likely).
How is mongodb "light" compared to mysql/percona/compatible ?
It's not. I just have an instance of MongoDB running on a separate server.