mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
Non-docker friendly README.md
Docker has a high RAM overhead and isn't ideal for lightweight webservers or servers running with limited or cost-based resources like AWS EC2 Added more details catered to non-docker environments - Added note about pyenv - Added missing git clone statement - Added options for controlling port and listening address
This commit is contained in:
parent
0019d28010
commit
590dbd6bc6
1 changed files with 3 additions and 1 deletions
|
@ -261,8 +261,10 @@ MeTube development relies on code contributions by the community. The program as
|
|||
## Building and running locally
|
||||
|
||||
Make sure you have node.js and Python 3.11 installed.
|
||||
- On systems with system-python packages (like Ubuntu), it is recommended that you use pyenv to manage python: https://github.com/pyenv/pyenv
|
||||
|
||||
```bash
|
||||
git clone https://github.com/alexta69/metube
|
||||
cd metube/ui
|
||||
# install Angular and build the UI
|
||||
npm install
|
||||
|
@ -272,7 +274,7 @@ cd ..
|
|||
pip3 install pipenv
|
||||
pipenv install
|
||||
# run
|
||||
pipenv run python3 app/main.py
|
||||
HOST=0.0.0.0 PORT=8081 pipenv run python3 app/main.py
|
||||
```
|
||||
|
||||
A Docker image can be built locally (it will build the UI too):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue