From 025a86afb385026b76731a1d4b844c57b3b0408d Mon Sep 17 00:00:00 2001 From: Alvaro Pietrobono Date: Fri, 4 Oct 2019 01:02:15 +0200 Subject: [PATCH] Update README.md Added steps to build and lunch. Hope that helps. Cheers --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7a1a6fe..2f67098 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,17 @@ Admin panel for ![FastoCloud](https://github.com/fastogt/fastocloud) IPTV part ### Build +Steps: +apt-get install python3 python3-setuptools git pip3 mongodb +git clone https://github.com/fastogt/fastocloud_admin +cd fastocloud_admin +git submodule update --init --recursive `pip3 install -r requirements.txt` +./server.py & +Create user: ./scripts/create_provider.py --email=youremail@yourdomain --password=yourpassword +browser to http://:8080 +user: youremail@yourdomain +password: yourpassword ### Docker [Docker](https://hub.docker.com/r/fastogt/fastocloud_admin)