Skip to content

Commit

Permalink
update: new app and .dmg files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyjohnson1 committed Nov 9, 2024
1 parent beced55 commit 248a11c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down Expand Up @@ -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/)
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified topos.dmg
Binary file not shown.
11 changes: 6 additions & 5 deletions topos/.env_dev
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 248a11c

Please sign in to comment.