Posts

Showing posts from September, 2017

Docker

# Backup docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql # Restore cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE #create a container and link sudo docker run --name wordpress -p 8080:80 --link db_container -d wordpress here db_container is a database container

Saucelabs integration with codeception/codeceptjs

Some notes; 1. How to run Saucelabs proxy connect bin/sc -u YOUR_USERNAME -k YOUR_ACCESS_KEY bin> ./sc  YOUR_USERNAME -k YOUR_ACCESS_KEY

API.AI

some notes: There are official SDKs such as nodejs, python, HTML+javascript, Andriod Chatbot is called Agent. There are many prebuilt Agents available. Agent can be embed code in iframe. Example chatbot client: http://miningbusinessdata.com/adding-faq-chatbot-to-your-wordpress-site-using-api-ai/