這將刪除頁面 "Frontend installation"
。請三思而後行。
This installation process is meant to be run for a production environment as default. Development environment should be set up differently.
a4f0c2912849e2bd089201b53b7f631969133fd9
for backend and bac4d0b4479e3d9f917cf385fa43f17b2ffc0f9a
for frontend.Clone this repository.
git clone https://gogs.innovare.es/BotPro/docker-install.git
Login into private registry hub.botprotec.com
sudo docker login hub.botprotec.com
Start the backend services. The variables used are just meant as example. You need to provide your own. The default values for botpro production environment are located in the following document: https://gogs.innovare.es/BotPro/Frontend/wiki/Production+deployment
cd docker-install/frontend
sudo BACKEND_URL="https://example-backend.botprotec.com" \
VERSION_TAG=bac4d0b4479e3d9f917cf385fa43f17b2ffc0f9a} \
WEB_PORT_FRONTEND=8081 \
docker-compose up -d
Description of services running with Backend docker-compose.yml
這將刪除頁面 "Frontend installation"
。請三思而後行。