mozilla / openbadges-badgekit

No Longer Maintained
https://badgekit.org
Mozilla Public License 2.0
123 stars 84 forks source link

Question about badgekit-api under Ubuntu 14.04 64 bit server #481

Open abixadamj opened 9 years ago

abixadamj commented 9 years ago

Hi to all

I'm trying to set up my wn badge server. I follow the https://github.com/mozilla/openbadges-badgekit/wiki/BadgeKit-Self-Hosting-Guide and created db, install npm, and after source env_local (filled with my datas user/pass/etc) I'm running

bin/migrate-db up

but nothing happend. No table is creating in db.

Can anybody help me, what can I do to show you more detailed info?

Thanks, Adam

sacrophyte commented 9 years ago

Adam,

First, I assume you mean db-migrate, not migrate-db. :)

Next, I assume you have logged into the mysql database to confirm no new tables, right? There is no output from db-migrate at all? That would be a bit odd. Do you really get just a blank prompt?