Skip to content

Commit

Permalink
RHEL9 install script and configs updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed May 18, 2024
1 parent 7fd8c70 commit f28bb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-rhel9/json-scada-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ psql -U postgres -w -h localhost -f ../sql/grafanaappdb.sql grafanaappdb
mongosh json_scada < ../mongo_seed/a_rs-init.js
mongosh json_scada < ../mongo_seed/b_create-db.js
mongoimport --db json_scada --collection protocolDriverInstances --type json --file ../demo-docker/mongo_seed/files/demo_instances.json
mongoimport --db json_scada --collection protocolConnections --type json --file ../demo-docker/mongo_seed/files/demo_connections.json
mongoimport --db json_scada --collection protocolConnections --type json --file ../demo-docker/mongo_seed/files/demo_connections_linux.json
mongoimport --db json_scada --collection realtimeData --type json --file ../demo-docker/mongo_seed/files/demo_data.json
mongoimport --db json_scada --collection processInstances --type json --file ../demo-docker/mongo_seed/files/demo_process_instances.json
mongoimport --db json_scada --collection users --type json --file ../demo-docker/mongo_seed/files/demo_users.json
Expand Down

0 comments on commit f28bb9a

Please sign in to comment.