项目作者: brendanSapience
项目描述 :
Domain Manager for Automation Anywhere IQ Bot (Repo moved)
高级语言: JavaScript
项目地址: git://github.com/brendanSapience/DEPRECATED---IQ-Bot-Domain-Manager.git
IQ-Bot-Domain-Manager
Domain Creator for Automation Anywhere IQ Bot
Easily create a custom domain (document type) for IQ Bot. You can directly import your custom domains into IQ Bot or simply generate a domain JSON file
Compatibility
IQ Bot 6.5+
Install (http)
- Clone this repository (git clone https://github.com/brendanSapience/IQ-Bot-Domain-Manager)
- Optional: Run the install.bat file (it will automatically install required node.js dependencies)
(the node_modules folder should already contain all required dependencies) - Create a folder called “encryption” in the repository
- Modify the server_config.json file and replace https with http in “http_or_https” option
- Run the start.bat file
- Open your browser to http://localhost:3002
Install (https)
- Clone this repository (git clone https://github.com/brendanSapience/IQ-Bot-Domain-Manager)
- Optional: Run the install.bat file (it will automatically install required node.js dependencies)
(the node_modules folder should already contain all required dependencies) - Create a folder called “encryption” in the repository
- Dump your pem files in the encryption folder (cert.pem, chain.pem, privkey.pem)
- Run the start.bat file
- Open your browser to https://localhost:3002