Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.81 KB

USER.md

File metadata and controls

36 lines (24 loc) · 1.81 KB

EzMaster for end-users

EzMaster is a backoffice tool to manager docker applications without any IT skills.

ezmaster demo

Once your ops guy installed an EzMaster on a server (ex: my-ezmaster-server), you can start using it.

EzMaster is a web application listening by default on the 35268 port or the server. So you should be able to connect to your ezmaster at http://my-ezmaster-server:35268/ (adjust my-ezmaster-server by your server hostname).

How to test your first ezmaster application ?

  • Add the application

    • Open ezmaster web interface: http://:35268
    • Click the "Applications" tab, and "Add Application" button
    • Then write the name of the application inistcnrs/ezvis and its version 6.8.13
    • And click on "Create" and wait for the pull (it can take several minutes)
  • Add the instance

    • Click on the "Instances" tab
    • Then click on "Add Instances" and choose inistcnrs/ezvis:6.8.13 in the dropdown list
    • Enter "My first app" in the LongName field
    • Enter "myapp" in the first TechnicalName field, and "demo" in the second part
    • And click on "Create"
  • Configure your instance

You finally should have something like this: