Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 7, 2024
1 parent 62ea6f1 commit 7228ba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you have a Raspberry Pi available, you can quickly boot up a near-exact envir

1. Install the Pioreactor software on to a microSD card by following the instructions [here](/user-guide/software-set-up).
2. Power the Raspberry Pi. Since there's no HAT hardware, there won't be a blue blinking LED. The Raspberry Pi will still connect to the network you provided in the setup.
3. SSH into the Raspberry Pi. [Instructions on how to SSH in](http://localhost:3001/user-guide/accessing-raspberry-pi).
3. SSH into the Raspberry Pi. [Instructions on how to SSH in](/user-guide/accessing-raspberry-pi).
- You should also be able to visit http://pioreactor.local
4. Once SSH'ed in, we need to add some "mocking" packages. Enter the following:
- `sudo pip3 install fake-rpi`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ When you have multiple Pioreactors, you can nominate one to be the leader, and r

#### Cluster, and leader is _not_ a worker

You can also choose not to have the leader be a worker. This is useful if you have a spare Raspberry Pi without the Pioreactor hardware, or the number of Pioreactors grows large and you wish to keep one out of the inventory to focus on being a leader only. We provide custom images for this [here](http://localhost:3001/user-guide/software-set-up#id-like-to-have-the-leader-not-be-a-worker-and-only-a-standalone-leader-can-i-do-that).
You can also choose not to have the leader be a worker. This is useful if you have a spare Raspberry Pi without the Pioreactor hardware, or the number of Pioreactors grows large and you wish to keep one out of the inventory to focus on being a leader only. We provide custom images for this [here](/user-guide/software-set-up#id-like-to-have-the-leader-not-be-a-worker-and-only-a-standalone-leader-can-i-do-that).

![leader not worker](/img/user-guide/leader_cluster.png)

Expand Down
2 changes: 1 addition & 1 deletion user-guide/03-Extending your Pioreactor/07-using-pumps.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Before attaching to media, waste, or vials for your experiments, you can spray t

### Running pumps from the web interface

See documentation on [how to run pumps manually from the UI](http://localhost:3001/user-guide/manual-dosing-leds#dosing).
See documentation on [how to run pumps manually from the UI](/user-guide/manual-dosing-leds#dosing).

### Running pumps from the command line

Expand Down

0 comments on commit 7228ba9

Please sign in to comment.