Both HealthDataInsight/way_of_working-for-hdi#14 and HealthDataInsight/way_of_working-for-hdi#16 depend on having a running Rails App in the background. We need a generator to establish a running web server on a known port (eg. 3000) so that they can append their workflow jobs to it. It should create apps in general (starting with Rails) and perhaps read the database.yml to work out the type of database (if any).
Both HealthDataInsight/way_of_working-for-hdi#14 and HealthDataInsight/way_of_working-for-hdi#16 depend on having a running Rails App in the background. We need a generator to establish a running web server on a known port (eg. 3000) so that they can append their workflow jobs to it. It should create apps in general (starting with Rails) and perhaps read the
database.yml
to work out the type of database (if any).