Tiks izdzēsta lapa "Backend installation"
. Pārliecinieties, ka patiešām to vēlaties.
This installation process is meant to be run for a production environment as default. Development environment should be setup 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/Backend/wiki/Production+deployment
cd docker-install/backend
sudo messenger_default_api="https://graph.facebook.com/v2.6" \
smtp_server="your.smtp.with.tls.com" \
smtp_sender="notifications@server.com" \
smtp_login="notifications@server.com:password" \
setup_admin_password="wh4t3v3rp4ssw0rdf0r4dm1n" \
setup_admin_email="defaultuser@server.com" \
POSTGRES_PASSWORD=0hmyp4ssw0rd1sv3ryl0ng \
FRONTEND_URL="example.botprotec.com" \
VERSION_TAG=a4f0c2912849e2bd089201b53b7f631969133fd9 \
WEB_PORT=8080 /usr/local/bin/docker-compose up -d
Description of services running with Backend docker-compose.yml
Tiks izdzēsta lapa "Backend installation"
. Pārliecinieties, ka patiešām to vēlaties.