Add install.sh one-liner install script #33

Open
opened 2026-07-10 16:25:03 -07:00 by pyr0ball · 0 comments
Owner

Peregrine and Snipe both ship a one-liner install script that lets users run:

bash <(curl -fsSL https://git.opensourcesolarpunk.com/Circuit-Forge/linnet/raw/branch/main/install.sh)

This product is missing that script. The script should:

  • Clone the repo (or pull if already cloned)
  • Copy .env.example.env
  • Run manage.sh start
  • Print the URL when ready

Ref: Peregrine's install.sh is the reference implementation. Hold off until the product is stable enough for a public release.

Peregrine and Snipe both ship a one-liner install script that lets users run: ```bash bash <(curl -fsSL https://git.opensourcesolarpunk.com/Circuit-Forge/linnet/raw/branch/main/install.sh) ``` This product is missing that script. The script should: - Clone the repo (or pull if already cloned) - Copy `.env.example` → `.env` - Run `manage.sh start` - Print the URL when ready Ref: Peregrine's `install.sh` is the reference implementation. Hold off until the product is stable enough for a public release.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/linnet#33
No description provided.