You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or check out the [community forum](https://nn.openiap.io/)
6
7
7
8
Build to run on docker, how to setup docker is not supported on GitHub/slack
8
9
@@ -43,7 +44,7 @@ and on Linux remember to use sudo
43
44
44
45
`sudo openflow-cli --install openflow`
45
46
46
-
then open a browser and visit [localhost.openrpa.dk](http://localhost.openrpa.dk)
47
+
then open a browser and visit [localhost.openiap.io](http://localhost.openiap.io)
47
48
48
49
#### Quick start running openflow nodered using npm
49
50
@@ -84,7 +85,7 @@ and on Linux remember to use sudo
84
85
85
86
this will prompt for a pre-created username and password, and then install a local service with the name noderedremote and start it
86
87
87
-
then open a browser and visit [localhost.openrpa.dk:1880](http://localhost.openrpa.dk:1880)
88
+
then open a browser and visit [localhost.openiap.io:1880](http://localhost.openiap.io:1880)
88
89
89
90
#### Quick start using docker
90
91
@@ -102,13 +103,13 @@ docker-compose up -d
102
103
103
104
[docker-compose.yml](https://github.com/open-rpa/openflow/blob/master/docker-compose.yml) is for developers who don't want to install [mongoDB](https://www.mongodb.com/download-center/community)/[RabbitMQ](https://www.rabbitmq.com/download.html) or an easy way to run one instance while debugging the other.
104
105
105
-
Then you can access the API/web on [http://localhost.openrpa.dk](http://localhost.openrpa.dk) ( or [http://toolbox.openrpa.dk](http://toolbox.openrpa.dk) )
106
-
You can access nodered on [http://nodered1.localhost.openrpa.dk](http://nodered1.localhost.openrpa.dk) ( or [http://nodered1.toolbox.openrpa.dk](http://nodered1.toolbox.openrpa.dk) )
107
-
and RabbitMQ on [http://mq.localhost.openrpa.dk](http://mq.localhost.openrpa.dk) ( or [http://mq.toolbox.openrpa.dk](http://mq.toolbox.openrpa.dk) )
106
+
Then you can access the API/web on [http://localhost.openiap.io](http://localhost.openiap.io) ( or [http://toolbox.openiap.io](http://toolbox.openiap.io) )
107
+
You can access nodered on [http://nodered1.localhost.openiap.io](http://nodered1.localhost.openiap.io) ( or [http://nodered1.toolbox.openiap.io](http://nodered1.toolbox.openiap.io) )
108
+
and RabbitMQ on [http://mq.localhost.openiap.io](http://mq.localhost.openiap.io) ( or [http://mq.toolbox.openiap.io](http://mq.toolbox.openiap.io) )
108
109
109
110
The first username and password you try to login as, will be created and made admin
110
111
111
-
For help with running on [kubernetes](https://kubernetes.io/) or self hosting contact [OpenIAP](https://openrpa.dk/) for a support agreement
112
+
For help with running on [kubernetes](https://kubernetes.io/) or self hosting contact [OpenIAP](https://openiap.io/) for a support agreement
112
113
113
114
#### Quick start using helm to install on kubernetes
114
115
@@ -124,7 +125,7 @@ domain: demo
124
125
# if traefic is for https using websecure, the you can uncomment the below 2 lines
125
126
# you need to tell the name of the secret containing the certificate, I can recomend using kubed for replicating this
@@ -243,6 +244,6 @@ Lastly we need to start a background job that copies asserts to the dist folder,
243
244
244
245
`gulp`
245
246
246
-
You can now access openflow web on [http://localhost.openrpa.dk](http://localhost.openrpa.dk) and nodered on [http://localhost.openrpa.dk:1880](http://localhost.openrpa.dk:1880)
247
+
You can now access openflow web on [http://localhost.openiap.io](http://localhost.openiap.io) and nodered on [http://localhost.openiap.io:1880](http://localhost.openiap.io:1880)
247
248
248
-
For further help or education contact [OpenIAP](https://openrpa.dk/) for a support agreement
249
+
For further help or education contact [OpenIAP](https://openiap.io/) for a support agreement
0 commit comments