Jeremy Zheng ef4386cf15 :bug: fix spring image 1 gadu atpakaļ
..
conan b545c9d3ac :truck: merge agile branch 1 gadu atpakaļ
etc b545c9d3ac :truck: merge agile branch 1 gadu atpakaļ
Dockerfile b545c9d3ac :truck: merge agile branch 1 gadu atpakaļ
README.md ef4386cf15 :bug: fix spring image 1 gadu atpakaļ
build.sh ef4386cf15 :bug: fix spring image 1 gadu atpakaļ
start.sh b545c9d3ac :truck: merge agile branch 1 gadu atpakaļ

README.md

USAGE

  • add to /etc/sysctl.d/60-my.conf and then reboot or sysctl -p

    vm.overcommit_memory = 1
    vm.max_map_count = 262144
    
  • start container dashboard

    $ cd ~/workspace
    $ ./iapt-platform/mint/docker/spring/start.sh
    > supervisord -c /etc/supervisor/supervisord.conf
    # init redis cluster
    > /etc/redis/clusters-init.sh
    
  • PostgreSql

    psql -h 127.0.0.1 -p 5432 -U postgres
    
  • MySql

    # reset root's password
    mysql_secure_installation
    
  • Redis

    # connect to redis node-1
    redis-cli -c -h 127.0.0.1 -p 16371
    
  • Minio dashboard (admin:12345678)

  • RabbitMQ dashboard (guest:guest)

    # enable rabbitmq management plugin
    rabbitmq-plugins enable rabbitmq_management
    
  • Php info.php

  • OpenSearch

    # show info
    curl -X GET http://localhost:9200
    curl -X GET http://localhost:9200/_cat/plugins?v
    
  • Vcpkg

    $HOME/local/vcpkg/vcpkg upgrade --no-dry-run