Skip to content

Commit

Permalink
use mysqld.cnf
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Jul 11, 2019
1 parent 97355a3 commit e0d3329
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
$CAIRIS_CFG_DIR=./travisConfig

before_install:
- sudo cp $CAIRIS_CFG_DIR/mysql.cnf /etc/mysql/conf.d/
- sudo cp $CAIRIS_CFG_DIR/mysqld.cnf /etc/mysql/mysql.conf.d/
- sudo service mysql restart

install:
Expand Down
2 changes: 1 addition & 1 deletion docker/buildDemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo docker stop cairis-mysql
sudo docker rm $(sudo docker ps -aq)
sudo docker rmi $(sudo docker images -q)
sudo docker volume rm $(docker volume ls)
sudo docker run --name cairis-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:5.7
sudo docker run --name cairis-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:5.7 --thread_stack=256K
sudo docker run --name cairis-docs -d -v cairisDocumentation:/tmpDocker -v cairisImage:/images -t shamalfaily/cairis-docs
sudo docker run --name CAIRIS -d --link cairis-mysql:mysql --link cairis-docs:docs -P -p 80:8000 --net=bridge -v cairisDocumentation:/tmpDocker -v cairisImage:/images shamalfaily/cairis

Expand Down
File renamed without changes.

0 comments on commit e0d3329

Please sign in to comment.