Organize the resources (images, logos, etc.) required by applications

Decide what resources are going to be used by all your applications. You need to create a directory in your archive especially for their deployment.

For example, you can divide your images into these two categories:

Public images
Images that are common or that can be shared by all your applications.
Private images
Images that are private or specific to an application.
  1. Put your application's public images in a dedicated directory of your archive directory.
    You can name it, for example, "myAppPublicImages".
  2. Put your private images in the root directory.
What to do next

When you have completed the above steps, your next task is to Create application configuration files.