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:
parent
6250900c8f
commit
025a86afb3
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -15,7 +15,17 @@ Admin panel for  IPTV part
|
|||
</ul>
|
||||
|
||||
### 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://<server IP>:8080
|
||||
user: youremail@yourdomain
|
||||
password: yourpassword
|
||||
|
||||
### Docker
|
||||
[Docker](https://hub.docker.com/r/fastogt/fastocloud_admin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue