You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a python client which can be found on the [client](client) directory.
109
-
This make all of this more easy.
110
-
111
107
# Backend
112
108
Creation of flists are made using [0-flist](https://github.com/threefoldtech/0-flist) and storage backend is [0-db](https://github.com/threefoldtech/0-db).
113
109
You need both of them working before getting a working hub.
114
110
115
-
# Documentation
116
-
For full documentation, see the [`/docs`](/docs) directory.
111
+
# Installation
112
+
In order to deploy your own hub, you need a working `0-flist` binary. You can see in `deployment/deploy.sh` script how to compile it.
113
+
Alternatively, you can just download a precompiled version from [0-flist release](https://github.com/threefoldtech/0-flist/releases) page.
114
+
115
+
Copy the `src/config.py.sample` file to `src/config.py`, the file itself is well documented, then you can start the server:
0 commit comments