Skip to content

Conversation

@sastraxi
Copy link
Contributor

@sastraxi sastraxi commented Jan 7, 2026

Similar to https://treefallsound.com/wiki/doku.php?id=developers_guide but inside of the repo as Markdown so it can be easily used by humans and coding assistants alike.

Copy link
Collaborator

@rreichenbach rreichenbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helpful stuff in there. Added a few suggestions.


```bash
# Restart piStomp service
sudo systemctl restart mod-ala-pi-stomp
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would prefer mention of the convenience aliases here:
ps-restart
ps-run
ps-stop

scp modalapi/*.py pistomp@pistomp.local:/home/pistomp/pi-stomp/modalapi/

# 3. Restart the service (Python takes care of re-creating __pycache__ files)
ssh pistomp@pistomp.local "sudo systemctl restart mod-ala-pi-stomp"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or ps-restart

## Deployment Workflow

```bash
# 1. Edit files locally in /Users/cam/dev/pi-stomp/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could also mention that the filesystem can be mounted remotely and edited in place using:
sshfs pistomp@pistomp.local:/home/pistomp <LOCAL_DIR> -o defer_permissions -o volname=Server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants