1
0
silverbullet/website/Install/Local.md

12 lines
560 B
Markdown
Raw Normal View History

2023-12-19 11:58:18 +00:00
Installing SilverBullet as a (local) web server is pretty straightforward if youre technically inclined enough to be able to use a terminal.
2023-11-15 08:31:52 +00:00
2023-12-19 11:58:18 +00:00
The basic setup is simple: in a terminal, run the silverbullet server process on your machine, then connect to it locally from your browser via `localhost`.
2023-11-15 08:31:52 +00:00
You have two options here:
2023-11-20 16:08:06 +00:00
1. Installation via [[$deno|Deno]] (the awesome JavaScript runtime)
2. Installation via [[$docker|Docker]] (the awesome container runtime)
2023-11-15 08:31:52 +00:00
After choose either, be sure to checkout all [[Install/Configuration]] options as well.