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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -192,9 +192,9 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
192
192
-[ ] Managed Cloud Service
193
193
-[ ] Supported LTS versions
194
194
195
-
## Spin up a free private instance on Google's Project IDX
195
+
## Spin up a free private instance on Google's Firebase Studio
196
196
197
-
With just a Google account, you can spin up a free private instance for test/dev on Google's Project IDX. This is a great way to get started with the project. This will build the code from the Github repo and deploy it to a private Linux VM on the cloud running protocols and providing a web UI for you to interact with. There will be a web-based code editor available for you to develop new apps and view/change the code on the VM. You can also get help from Google's Gemini AI for coding and other tasks. This is free and there no need to install any software on your local machine.
197
+
With just a Google account, you can spin up a free private instance for test/dev on Google's Firebase Studio. This is a great way to get started with the project. This will build the code from the Github repo and deploy it to a private Linux VM on the cloud running protocols and providing a web UI for you to interact with. There will be a web-based code editor available for you to develop new apps and view/change the code on the VM. You can also get help from Google's Gemini AI for coding and other tasks. This is free and there no need to install any software on your local machine.
198
198
199
199
See details [here](https://github.com/riclolsen/json-scada/blob/master/platform-nix-idx/README.md).
Copy file name to clipboardExpand all lines: index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -193,9 +193,9 @@ To provide an easy to use, fully-featured, scalable, and portable SCADA/IIoT-I4.
193
193
-[ ] Managed Cloud Service
194
194
-[ ] Supported LTS versions
195
195
196
-
## Spin up a free private instance on Google's Project IDX
196
+
## Spin up a free private instance on Google's Firebase Studio
197
197
198
-
With just a Google account, you can spin up a free private instance for test/dev on Google's Project IDX. This is a great way to get started with the project. This will build the code from the Github repo and deploy it to a private Linux VM on the cloud running protocols and providing a web UI for you to interact with. There will be a web-based code editor available for you to develop new apps and view/change the code on the VM. You can also get help from Google's Gemini AI for coding and other tasks. This is free and there no need to install any software on your local machine.
198
+
With just a Google account, you can spin up a free private instance for test/dev on Google's Firebase Studio. This is a great way to get started with the project. This will build the code from the Github repo and deploy it to a private Linux VM on the cloud running protocols and providing a web UI for you to interact with. There will be a web-based code editor available for you to develop new apps and view/change the code on the VM. You can also get help from Google's Gemini AI for coding and other tasks. This is free and there no need to install any software on your local machine.
Alternatively, you can fork the repo on Github and import it from there.
15
15
16
16
3. Wait for the workspace to be imported and built. This will take a while, do not click the recover button. When started, some terminals will open to initialize and build the project. Wait until all the tasks are finished and the workspace is ready. This will take some minutes.
17
17
18
-
4. Click the Project IDX button on left sidebar and select "Backend Ports". Click the "Open New Window" action for port 8080. This will give access to the web UI for the project. Login with admin/jsonscada credentials.
18
+
4. Click the "Firebase Studio" button on left sidebar and select "Backend Ports". Click the "Open New Window" action for port 8080. This will give access to the web UI for the project. Login with admin/jsonscada credentials.
19
19
20
20
5. On the VSCode's terminal, control JSON-SCADA processes with the "supervisorctl" command.
21
21
@@ -33,4 +33,4 @@ Open the Gemini chat with Ctrl+Shift+Space.
33
33
34
34
Notice that the provided free VM is a constrained environment with limited resources: 8GB RAM, 1-core CPUs, 10GB Disk.
35
35
36
-
More info for Project IDX[here](https://developers.google.com/idx).
36
+
More info for Firebase Studio[here](https://firebase.google.com/docs).
0 commit comments