uPortal-contrib / fbms

Form Builder Microservice
Apache License 2.0
3 stars 6 forks source link

Deploying from uPortal-start #67

Open jgribonvald opened 4 years ago

jgribonvald commented 4 years ago

Hi,

Do you know if it's possible to deploy it from uPortal-start ? My problem is at the step that doesn't init the database, it's failing without really information. Is the doc up to date ?

Thanks

ChristianMurphy commented 4 years ago

Do you know if it's possible to deploy it from uPortal-start ?

It is possible to deploy with uPortal-start. /cc @cbeach47 who is the most recent person to do so.

Is the doc up to date ?

As far as I know, yes.

My problem is at the step that doesn't init the database, it's failing without really information.

Which step is that?

jgribonvald commented 4 years ago

My problem is at the step that doesn't init the database, it's failing without really information.

Which step is that?

fbms need to create and init the tables of his database

ChristianMurphy commented 4 years ago

Right, but what steps did you follow to create the tables?

https://github.com/uPortal-contrib/fbms#importexport-features ? Another process?