diff --git a/README.md b/README.md index e6a1412..ad1432a 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,12 @@ If nix is not installed: windows: `sh <(curl -L https://nixos.org/nix/install) --daemon` 2. Run Topos and all its dependencies: ``` - nix run github:jonnyjohnson1/topos-cli + nix run github:jonnyjohnson1/topos-cli/v0.2.3 ``` This will start all services including Topos, Postgres, Kafka, and Ollama. +(More nix run information https://determinate.systems/posts/nix-run/) + ## Development Clone the repository: ``` @@ -133,3 +135,9 @@ Insert this url into the field under settings-> "Api Endpoints" -> "Custom API" [ ] Enable permanent sharing of zrok url [docs](https://docs.zrok.io/docs/guides/docker-share/#permanent-public-share) (requires Docker) ### Step 4b (ngrok): Set up web proxy + + + +## Future Setup +[ ] Theme the TUI [docs](https://f1bonacc1.github.io/process-compose/tui/) +[ ] Remotely connect to TUI [docs](https://f1bonacc1.github.io/process-compose/client/) diff --git a/scripts/install.sh b/scripts/install.sh index 6e12f86..75c3407 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -28,6 +28,6 @@ tell application "Terminal" echo 'Nix installation complete.'; \ else \ echo 'Nix is already installed.'; \ - fi && nix-shell --run '$SHELL'" + fi && nix run github:jonnyjohnson1/topos-cli/v0.2.3 --extra-experimental-features nix-command --extra-experimental-features flakes --show-trace" end tell EOF \ No newline at end of file diff --git a/topos.dmg b/topos.dmg index ebbc260..c45a209 100644 Binary files a/topos.dmg and b/topos.dmg differ diff --git a/topos/.env_dev b/topos/.env_dev index 9576246..5e51faa 100644 --- a/topos/.env_dev +++ b/topos/.env_dev @@ -4,11 +4,12 @@ NEO4J_PASSWORD="password" NEO4J_TEST_DATABASE="neo4j" NEO4J_SHOWROOM_DATABASE="neo4j" JWT_SECRET="terces_tj" -ONE_API_API_KEY="sk-etc" +OPEN_AI_API_KEY="sk-openai.com123" +ONE_API_API_KEY="sk-oneapi.local123" SUPABASE_URL= SUPABASE_KEY= -POSTGRES_DB=test_topos_db -POSTGRES_USER=your_username -POSTGRES_PASSWORD=your_password -POSTGRES_HOST=localhost +POSTGRES_DB=test_topos_db_1 +POSTGRES_USER=jonny +POSTGRES_PASSWORD=1234589034 +POSTGRES_HOST=127.0.0.1 POSTGRES_PORT=5432 \ No newline at end of file