mirror of
https://github.com/thomiceli/opengist.git
synced 2025-02-19 01:55:43 -05:00
* Add vitepress for docs * some fix * Use vitepress and update docs * Use vitepress and update docs * Update README.md * Add favicon * Add docs by @jiriks74 Co-authored-by: jiriks74 <jiri@stefka.eu> --------- Co-authored-by: jiriks74 <jiri@stefka.eu>
19 lines
480 B
Markdown
19 lines
480 B
Markdown
# Installation from source
|
|
|
|
Requirements:
|
|
* [Git](https://git-scm.com/downloads) (2.28+)
|
|
* [Go](https://go.dev/doc/install) (1.22+)
|
|
* [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
|
|
|
|
git checkout v1.7.4 # optional, to checkout the latest release
|
|
|
|
make
|
|
./opengist
|
|
```
|
|
|
|
Opengist is now running on port 6157, you can browse http://localhost:6157
|