I am trying to setup OpenProject which is a rails application,on a remote machine via ssh. However on trying the above command the machine gets stuck on Generating browser application bundles (phase: building), and even ctrl+c is not working. I think it might be any of the 3 issues, :
- Angular issue
- Rails issue
- Low memory ( System config.) In some previous posts related to Angular projects they suggested making changes to the angular.json file. I wasn't sure if I should do it since this is mainly a RoR project. Maybe i can try the --verbose option, but i do not want it to hang again. Any suggestions on what I can possibly do?