HealthDataInsight / way_of_working-for-hdi

MIT License
0 stars 0 forks source link

Add running Rails app workflow initialiser #15

Open timgentry opened 1 year ago

timgentry commented 1 year ago

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).

timgentry commented 1 year ago

This is underway as part of HealthDataInsight/way_of_working-for-hdi#16.