Skip to content

Commit

Permalink
Add the initial Farsi description
Browse files Browse the repository at this point in the history
  • Loading branch information
Farid Ahmadian committed Jan 24, 2020
1 parent 3d23ef5 commit 8975141
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions README.md
@@ -1,15 +1,38 @@
DownloadChiBashi
==========================

DownloadChiBashi is a simple python Web Interface based on Flask framework for youtube-dl.
DownloadChiBashi is a simple python Web Interface based on Flask framework for youtube-dl. You can find the rest of english after Farsi description.

<div dir="rtl">
دانلودچی‌باشی یک رابط کاربری تحت وب برای دانلود فایل های صوتی و تصویری از منابع مهم جهانی بالاخص سایت یوتیوب هست:
</div>

![ScreenShot](https://raw.github.com/pesarkhobeee/Downloadchibashi/master/static/screenshot/screenshot1.png)

![ScreenShot](https://raw.github.com/pesarkhobeee/Downloadchibashi/master/static/screenshot/screenshot2.png)

![ScreenShot](https://raw.github.com/pesarkhobeee/Downloadchibashi/master/static/screenshot/screenshot3.png)

![ScreenShot](https://raw.github.com/pesarkhobeee/Downloadchibashi/master/static/screenshot/screenshot4.png)
<div dir="rtl">
شما میتوانید آن را بسادگی بر روی سرور خود نصب و راه اندازی کنید، در مثال پایین فرض بر این است که شما قصد نصب بر روی یک سرور لینوکس اوبنتو نسخه ۱۸ بدون هیچ تنظیمات قبلی را دارید فلذا در اولین گام تمام پیش نیازها نصب و سپس فایل های پروژه دانلودچی‌باشی دریافت و از روی انها سرور وب و خود برنامه با کمک تکنولوژی داکر به سادگی ساخته و اجرا میشوند:
</div>


```
sudo apt update
sudo apt upgrade
sudo apt install docker docker-compose git
sudo systemctl status docker
sudo usermod -aG docker ${USER}
su - ${USER}
docker-compose --version
git clone https://github.com/pesarkhobeee/Downloadchibashi.git
cd Downloadchibashi
find ./ -type f -exec sed -i -e 's/downloadchibashi.ir/YOURDOMAIN/g' {} \;
docker-compose up -d
docker-compose ps
```


# How to Run:
Expand All @@ -26,7 +49,7 @@ source env/bin/activate
For production you can use docker and docker-compose, but before running it you should change **Domain** name which is **downloadchibashi.ir**

```
sed -i 's/downloadchibashi.ir/YOURDOMAIN/g' *
find ./ -type f -exec sed -i -e 's/downloadchibashi.ir/YOURDOMAIN/g' {} \;
```

After that, you can easily set up your docker container with help of :
Expand Down

0 comments on commit 8975141

Please sign in to comment.