cPanel Tutorials – Application Manager

cPanel Tutorials - Application Manager greetings this is Sarah canary a technical writer on the documentation team at cpanel today we're going to explore c panels application manager interface this interface allows you to register manage and remove applications that you write before we get started it's good to know if you don't see this interface when you login to cpanel or if you don't see certain parts of it your hosting provider probably needs to set some things up for you so contact them first if you have issues and they can check our documentation for the exact WHM settings they'll need this feature uses the fusion passenger application server fusion passenger functions as a process manager and a reverse proxy providing Operations tools to its users this allows you to quickly launch and easily maintain your applications so let's go ahead and login to cPanel and here we are in the cPanel home interface let's navigate down to the software section and click Application Manager the application manager interface will appear the first table that you see here displays all of your accounts registered applications I don't have any yet so I'm going to create one first click register application a new interface will appear enter a name for the application in the application name textbox let's call this one my application next from the deployment domain menu select the main domain or sub domain for the application I only have one here so I'm going to select my main domain enter the applications URL in the base application URL text box this is the URL that you will enter in a web browser to access the application let's enter Cisco TLD slash my underscore app here in the application path text box enter the applications path relative to your home directory let's enter services slash my underscore app next select the environment to run the application your application can run in a development environment or a production environment select development if you're still actively working on your code select production if you're done developing your application and are ready to deploy it now we're ready to add some environment variables these are variable values that you can add to the system to help your application run they aren't required but they can be pretty useful first click Add variable here a new row of text boxes will appear variable names can only have 256 characters or less and can only use letters numbers underscores and dashes enter a variable name here in the variable name textbox next enter a value for the environment variable in the value text box environment variable values can only contain 1024 or fewer ASCII printable characters and finally click Save now you can finish registering your application by clicking deploy you will see a success message and the system will return you to the application manager interface in the table right here you can see our new application and some information about it first the name in the name column the domain column displays the domain that you deployed the application to the path column is the location of your application within your home directory under status you can toggle an application between enabled and disabled and in the actions column you can click Edit to modify your application or you can click unregister to unregister your application you might also see a third action ensure dependencies but that depends on your locations and your set up so that's for another video I want to make some quick changes so let's click Edit a new interface will appear so if I want to change the name of my application to my cPanel hosted application I just update that value here in the application name textbox when you edit your application you can update any of these settings which are the same as the settings when we first registered the application after you make your changes click deploy a success message will appear and you will see the table of applications again if you don't want your application to show up here anymore you can unregister it unregistering your application will remove it from this table and delete the cPanel generated configuration file for it don't worry though we won't delete your source code you'll have to do that one yourself if you don't want it anymore to unregister an application just find it in the table and click unregister a confirmation message will appear then click unregister to remove the application a success message will appear for more information about cpanel the hosting platform of choice visit us on the web at cpanel comm or follow us on twitter thanks for watching and happy automating

Leave a Reply

Your email address will not be published. Required fields are marked *