Openproject Installation getting stuck on the RAILS_ENV="production" ./bin/rake assets:precompile command

31 views Asked by At

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, :

  1. Angular issue
  2. Rails issue
  3. 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?
1

There are 1 answers

0
Wieland Lindenthal On

It sounds as if you do not use the OpenProject package or Docker image for a production installation. Is there a special reason for it? Those packaged installations come with upgrade paths etc. and are much easier to maintain for admins.