application-manager

  1. J

    Application Manager not deploying my app

    I want to host a Ruby application on a subdomain. In /path/to/my/app I have an app.rb: require 'sinatra' get '/' do 'Hello world' end I then deployed this application in the Application Manager. With Deployment Domain my subdomain, Base Application URL as /. After deploying the...
  2. P

    App Manager is trying to use OLD nodejs10 folder

    Hi All, I had my app manager working before xmas as Im testing using this for the reverse proxy. My app is still working however I believe I have screwed up by installing node within my cpanel profile but also via WHM... (can that happen!?) Anyway i have: installed npm via whm installed node...
  3. P

    SOLVED NPM Installation Errors

    I am trying to install NPM for a Node.js application. I have already registered the app using Application Manager and uploaded my package.json file to the application directory. I tried running Ensure Dependencies but got an error saying to run the following command: cd...
  4. D

    Resource Limits - Passenger Applications

    Hello. I have noticed that if I modify an account in the "Resource Limits" there is an entrance called "Passenger Applications" . I have read that is the number of account's Rubby applicactions. By default I want to put 0, because I don't want to enable this functionality, but I don't know...
  5. A

    Could Not Find Gem

    I'm getting this same error after recently upgrading to EasyApache 4 and using Application Manager to run a Ruby app. When trying to access the page, I see Error: Web application could not be started It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this...