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

Install using Mysql with Redbean #395

Closed jayreis closed 7 years ago

jayreis commented 7 years ago

I rather use mysql then sqlight so I have the rd.php file setup in the taskboard api directory and I commented out rows 28, 29 and 30 and added require('rb.php'); R::setup('mysql:host=**;dbname=tms_system','', '**'); of course the am posting instead of the real values. Now I then in the command line ran sudo php build/build-all which showed a bunt of content and then a echo build Complete line However when I look in the mysql database I dont see any tables setup nor can I login. So I am missing a step? This is a LAMP stack ubuntu php7 based server

kiswa commented 7 years ago

RedBeanPHP doesn't create the database until the site is used. It's an on-demand ORM.

Try using it and see what happens.

kiswa commented 7 years ago

Closing due to lack of response. Comment if this still needs assistance.