2023-12-19 11:58:18 +00:00
Installing SilverBullet as a (local) web server is pretty straightforward if you’ re 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
2023-12-13 16:52:56 +00:00
After choose either, be sure to checkout all [[Install/Configuration]] options as well.