-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
20 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 |
---|---|---|
@@ -1,33 +1,38 @@ | ||
# Install Jam and connect to a remote Joininbox | ||
|
||
* tested on Debian Bullseye desktop - Ubuntu should also work | ||
* tested on Debian Bullseye and Bookworm desktop - Ubuntu should also work | ||
|
||
## Steps in your Joininbox terminal | ||
* (optional) update the joininbox scripts: `UPDATE` - `ADVANCED` - `JBCOMMIT` | ||
* start the `API` from `TOOLS` | ||
* (optional) start the ob-watcher from `OFFERS` | ||
|
||
## Steps on your desktop | ||
### Download the repo | ||
``` | ||
git clone https://github.com/openoms/joininbox | ||
cd joininbox | ||
``` | ||
* move to a directory where the joininbox repo will be stored | ||
``` | ||
git clone https://github.com/openoms/joininbox | ||
cd joininbox | ||
``` | ||
|
||
### Install Jam locally | ||
* will be under the user: `jam` | ||
``` | ||
cd scripts/jam-remote | ||
bash install.jam.sh on | ||
``` | ||
|
||
### On your Joininbox | ||
* (optional) update the joininbox scripts: `UPDATE` - `ADVANCED` - `JBCOMMIT` | ||
* start the `API` from `TOOLS` | ||
* (optional) start the ob-watcher from `OFFERS` | ||
``` | ||
cd scripts/jam-remote | ||
bash install.jam.sh on | ||
``` | ||
|
||
### Forward the API and ob-watcher ports with ssh from your Joininbox | ||
``` | ||
bash ssh-portforward $JOININBOX_LAN_IP | ||
``` | ||
* run the ssh-port-forward script in the `joininbox/scripts/jam-remote` folder | ||
``` | ||
bash ./ssh-port-forward.sh $JOININBOX_LAN_IP | ||
``` | ||
* leave this terminal open until working with Jam | ||
* close when done to close the ssh connection | ||
* Earn will continue to run on the Joininbox | ||
* can check it's logs in the menu - `MAKER` - `LOGS` | ||
|
||
### Open Jam locally using the wallets on your remote Joininbox | ||
`https://localhost:7501` | ||
* open Jam at https://localhost:7501 | ||
* accept the self-signed certificate served from your Joininbox | ||
* Use Jam - docs: https://jamdocs.org/ | ||
* Earn will continue to run on the Joininbox even after the terminal and Jam windows are closed | ||
* can check the logs in the Joininbox menu - `MAKER` - `LOGS` |