# vps deploye

**1.&#x20;*****Upgrade and Update:***

```
sudo apt-get update && sudo apt-get upgrade -y
```

2. **Install Required Packages:**

<pre><code><strong>sudo apt-get install python3-pip ffmpeg -y
</strong></code></pre>

3. **Setting up PIP**

```
sudo pip3 install -U pip
```

4. **Installing Node**

```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && source ~/.bashrc && nvm install v18
```

5. **Clone the Repository**

clone your forked repo

```
git clone your_fork_repo
```

```
cd alice
```

6. **Install Requirements**

```
pip3 install -U -r requirements.txt
```

7. **fill your Velues in config:**

```
nano config.py
```

* save edited config.py with your values.
* Press `ctrl + s and ctrl + x`

8. **Installing tmux:**

```
sudo apt install tmux -y && tmux
```

9. **Run the Bot**

```
bash start
```

10. **exit to tmux:**

```
ctrl+b+d
```
