404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.134.86.4: ~ $
1- make sure that there is a config file, if not
you can copy the config.example.php -> config.php
2- till now there was the idea to run php also in a cointainer, but testing it is not easy 
so the php and xdebug must be installed on compouter
3- remember to run
    docker-compose up -d 
    ./mysql-docker.sh
to initial the databse for testing

-------------------
messages will received by message processor or translate service and then processed and find the intent
the intents are registered in intent service and the intent service tries to find the intent based on the pattern
-------------------
in test folder there are different test to test the messages and callback

-------------------
we can write the configuration for mysql container in my.conf
max_connections for testing is 1000

-----
to connect in container try this:
* sudo docker exec -it 5c40e05cd271 /bin/bash
* mysql -udevuser -pdevpass
show variables like "max_connections";
https://medium.com/@kauminikg/how-to-increase-max-connections-in-mysql-docker-container-772ae17e3526

Filemanager

Name Type Size Permission Actions
config.txt File 1.03 KB 0644
queries.md File 396 B 0644