NEU-DSG / tapas_rails

Hydra Head for the TAPAS project
1 stars 6 forks source link

refactor app startup #86

Closed candyhazlett closed 6 months ago

candyhazlett commented 7 months ago

Currently, app starts rails with a series of steps that include Apache, Passenger and Capistrano. Ideally, the app starts using Puma (the latest version possible), and startup jobs are handled with Rails' built-in ActiveJob then monitored with Redis.

to do:

Review is needed for the following:

candyhazlett commented 7 months ago

to switch from passenger/capistrano -> puma/nginx

candyhazlett commented 6 months ago

All items completed except for nginx install, as the AWS EC2 instance has it installed already.