Skip to content

Commit 58bb3f8

Browse files
committed
readme: update readmy with latest information
1 parent 029c364 commit 58bb3f8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,19 @@ curl -b "active-user=userX;" -H "Authorization: bearer ...jwt..." \
104104
"https://hub.grid.tf/api/flist/me/promote/user2/my-app-0.1.0/official-app-0.1.0"
105105
```
106106

107-
### Client
108-
There is a python client which can be found on the [client](client) directory.
109-
This make all of this more easy.
110-
111107
# Backend
112108
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).
113109
You need both of them working before getting a working hub.
114110

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:
116+
```sh
117+
cd src
118+
python flist-uploader.py
119+
```
117120

118121
# Repository Owner
119122
- [Maxime Daniel](https://github.com/maxux), Telegram: [@maxux](http://t.me/maxux)

0 commit comments

Comments
 (0)