Skip to content

Commit

Permalink
Add Nix IDX Linux platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Oct 10, 2024
1 parent 727ce32 commit e8ebbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
mongosh json_scada --eval \"db.realtimeData.updateMany({_id:{$gt:0}},{$set:{dbId:'demo'}})\"
";
init-postgresql = "
cp ~/json-scada/platform-nix-idx/postgresql.conf ~/json_scada/.data/postgres/postgresql.conf &&
cp ~/json-scada/platform-nix-idx/postgresql.conf ~/json-scada/.idx/.data/postgres/postgresql.conf &&
/usr/bin/createuser -s postgres &&
pkill postgres &&
(/nix/store/sl1i7i0nahp1zvgjpmdl3qn8z4j7y3fg-start-postgres &) &&
Expand Down

0 comments on commit e8ebbdc

Please sign in to comment.