1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Update README.md

Added steps to build and lunch. Hope that helps. Cheers
This commit is contained in:
Alvaro Pietrobono 2019-10-04 01:02:15 +02:00 committed by GitHub
parent 6250900c8f
commit 025a86afb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,17 @@ Admin panel for ![FastoCloud](https://github.com/fastogt/fastocloud) IPTV part
</ul> </ul>
### Build ### 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` `pip3 install -r requirements.txt`
./server.py &
Create user: ./scripts/create_provider.py --email=youremail@yourdomain --password=yourpassword
browser to http://<server IP>:8080
user: youremail@yourdomain
password: yourpassword
### Docker ### Docker
[Docker](https://hub.docker.com/r/fastogt/fastocloud_admin) [Docker](https://hub.docker.com/r/fastogt/fastocloud_admin)