kiswa / TaskBoard

A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!)
http://taskboard.matthewross.me
MIT License
1.38k stars 303 forks source link

taskboard.db missing #315

Closed muruganmapol closed 7 years ago

muruganmapol commented 8 years ago

taskboard.db file missing

https://github.com/kiswa/TaskBoard

kiswa commented 8 years ago

I have no idea what you mean, can you elaborate?

Also, is this a duplicate of #314?

muruganmapol commented 8 years ago

I have checked and tried to install your taskboard script from my server but I couldn't able to find you taskboard related database file. Can you provide me Taskboard(taskboard.db) database?

Is it possible to use MySQL database instead of sqllite?

kiswa commented 8 years ago

The database file is generated the first time you log into TaskBoard, this is why the api directory needs write permissions.

And yes, you can use any of several different database options that RedBeanPHP supports. See #105.

muruganmapol commented 8 years ago

Ok I will check and let you know status. Thanks for your support.

bbichero commented 7 years ago

@muruganmap, everythink good ? Does the dabase correctly generated when compiling ./build-all ?

kiswa commented 7 years ago

Closing due to lack of response. Will re-open if needed.

Thanks @bbichero for bumping these old issues so I can close them.