# Install BotPress on Google Cloud Ubuntu server ## 1. Download BotPress * Go to https://botpress.io/download#Subscribe, get BotPress for Linux link https://s3.amazonaws.com/botpress-binaries/botpress-v12_3_1-linux-x64.zip * From terminal, run `wget https://s3.amazonaws.com/botpress-binaries/botpress-v12_3_1-linux-x64.zip` * Unzip * Install `unzip` service: `sudo apt-get install unzip` * Unzip file `unzip botpress-v12_3_1-linux-x64` ## 2. Install :::info https://botpress.io/docs/installation ::: * Run `./bp` * Note: Using `screen` command * `screen -S [name]` --> Create new screen * Ctrl + A + D: exit current screen to main window * `screen -s` --> View all screen * `screen -r [screenId]` --> Enter screen [screenId] ## 3. Open port * Go to VPC Network > Firewall rules, create new rule (allow all) ## 4. Import BotPress * Download file https://drive.google.com/file/d/1afXK1w-D5d6d1wzrfUs6nUTiJnb4A0qe/view?usp=sharing * From BotPress Web, choose import * Note: Config ExternalIP https://botpress.io/docs/advanced/configuration * `vi .env` * Paste `EXTERNAL_URL=http://<IP>:<port>` ## 5. Demo * Admin: http://104.197.251.77:3000/ * Chat: http://104.197.251.77:3000/s/timetable/