2024-09-11 23:47:15 +00:00
|
|
|
# Installation from source
|
|
|
|
|
|
|
|
Requirements:
|
|
|
|
* [Git](https://git-scm.com/downloads) (2.28+)
|
2024-10-24 23:04:16 +00:00
|
|
|
* [Go](https://go.dev/doc/install) (1.23+)
|
2024-09-11 23:47:15 +00:00
|
|
|
* [Node.js](https://nodejs.org/en/download/) (16+)
|
|
|
|
* [Make](https://linux.die.net/man/1/make) (optional, but easier)
|
|
|
|
|
|
|
|
```shell
|
|
|
|
git clone https://github.com/thomiceli/opengist
|
|
|
|
cd opengist
|
|
|
|
|
2024-10-31 19:30:00 +00:00
|
|
|
git checkout v1.8.0 # optional, to checkout the latest release
|
2024-09-11 23:47:15 +00:00
|
|
|
|
|
|
|
make
|
|
|
|
./opengist
|
|
|
|
```
|
|
|
|
|
|
|
|
Opengist is now running on port 6157, you can browse http://localhost:6157
|