-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from OpenMined/rasswanth/shift-to-domain-name
modify syft box ip to https domain name
- Loading branch information
Showing
4 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,25 @@ | |
|
||
# Quickstart User Installation | ||
|
||
## install uv | ||
## SyftBox 1 liner | ||
|
||
curl -LsSf https://syftbox.openmined.org/install.sh | sh -s -- run | ||
|
||
## Manual install | ||
|
||
### install uv | ||
|
||
curl -LsSf https://astral.sh/uv/install.sh | sh | ||
|
||
## create a virtualenv somewhere | ||
### create a virtualenv somewhere | ||
|
||
uv venv .venv | ||
|
||
## Install Syftbox | ||
### Install Syftbox | ||
|
||
uv pip install -U syftbox | ||
|
||
## run the client | ||
### run the client | ||
|
||
uv run syftbox client | ||
|
||
|
@@ -66,13 +72,17 @@ uv run syftbox/client/client.py | |
### Run Client | ||
|
||
``` | ||
syftbox client --config_path=./config.json --sync_folder=~/Desktop/SyftBox [email protected] --port=8082 --server=http://syftbox.openmined.org:8080 | ||
syftbox client --config_path=./config.json --sync_folder=~/Desktop/SyftBox [email protected] --port=8082 --server=https://syftbox.openmined.org | ||
``` | ||
|
||
### Staging Server | ||
|
||
If you have issues or want to use a bleeding edge server try --server=https://syftboxstage.openmined.org | ||
|
||
### Deploy | ||
|
||
This builds the latest source to a wheel and deploys and restarts the server: | ||
http://syftbox.openmined.org:8080 | ||
https://syftbox.openmined.org | ||
|
||
``` | ||
./scripts/deploy.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
uv run syftbox/client/client.py --config_path=./users/live_andrew.json --sync_folder=./users/live_andrew [email protected] --port=8082 --server=http://syftbox.openmined.org:8080 | ||
uv run syftbox/client/client.py --config_path=./users/live_andrew.json --sync_folder=./users/live_andrew [email protected] --port=8082 --server=https://syftbox.openmined.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
uv run syftbox/client/client.py --config_path=./users/live_madhava.json --sync_folder=./users/live_madhava [email protected] --port=8081 --server=http://syftbox.openmined.org:8080 | ||
uv run syftbox/client/client.py --config_path=./users/live_madhava.json --sync_folder=./users/live_madhava [email protected] --port=8081 --server=https://syftbox.openmined.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters