Sign inSign up

extensiveautomation/extensiveautomation-webclient

By extensiveautomation

Updated over 5 years ago

Web interface for the Extensive Automation server

Image
1

1.3K

extensiveautomation/extensiveautomation-webclient repository overview

Extensive Automation

ExtensiveAutomation is a open source automation framework. If you want more informations, go to the website https://www.extensiveautomation.org or to github for the code source https://github.com/ExtensiveAutomation

This docker image enable to run web client to connect on the server

Start the webclient extensive container

  1. Downloading the image

     docker pull extensiveautomation/extensiveautomation-webclient:latest
    
  2. Start the container

      docker run -dit --name extensive-webclient -p 8080:80 docker.io/extensiveautomation/extensiveautomation-webclient
    
  3. You can now load the web interface from url http://<ip_server>:8080/. If you can connect the extensive server, you need provide the following parameter in the login page:

      Api URL = http://<ip_server_extensive>:8081
      Api Path = /
      Api Login = admin
      Api Password = password
    

Tag summary

Content type

Image

Digest

Size

17.8 MB

Last updated

over 5 years ago

docker pull extensiveautomation/extensiveautomation-webclient