abhshkdz / HackFlowy

:notebook: Workflowy clone, built using Backbone.js & Socket.io
806 stars 150 forks source link

Install instructions? #1

Closed ivanistheone closed 10 years ago

ivanistheone commented 11 years ago

I renamed sample.config.js to config.js, but now its looking for MySQL wooot? sqlite it bro, squlite it!

abhshkdz commented 11 years ago

That is on my todo list. But for now, you're going to have to make do with mysql till I fix the more prominent bugs or till someone else ports it over to sqlite. The db schema is in schema/.

Rowno commented 11 years ago

If you used an ORM (like Sequelize) it would work across multiple database engines. :wink:

desyncr commented 10 years ago

I integrated Sequelize into the app. Check it out and review: https://github.com/abhshkdz/HackFlowy/pull/8

abhshkdz commented 10 years ago

Awesome. :+1: