Skip to content

Self Hosting

Ryu juheon edited this page Jan 7, 2022 · 3 revisions

This topic contains information about self-hosting.

If you are self-hosting, you can configure various settings.

There are two types of self-hosting.

If you are using an already finished docker image

If you build a docker image or run it yourself

Everything is explained here, so check it out

Using an already finished docker image

Goto: https://github.com/Saebasol/heliotrope-deploy

Build a docker image or run itself

If you build it yourself or run it yourself, you can touch a lot of settings.

Clone repository

git clone https://github.com/Saebasol/Heliotrope.git
git checkout master

Install dependencies

python -m pip -U pip
pip install -r ./requirements/deps.txt

Docker Build

Just run docker build .

See here for more information

Run

python -m heliotrope