show code js

2024年12月29日 星期日

iTOP

  •  https://www.combodo.com/itop-193
  • docker run -d -p 8080:80 --name=my-itop -v my-itop-conf-volume:/var/www/html/conf -v my-itop-db-volume:/var/lib/mysql vbkunin/itop
  • docker exec my-itop chown www-data:www-data /var/www/html/conf
  • get mysql pass to install:
    • win>
      • docker logs my-itop | Select-String -Pattern "Your MySQL user 'admin' has password:" -Context 1,7
    • linux>
      • docker logs my-itop | grep -A7 -B1 "Your MySQL user 'admin' has password:"
  • http://localhost:8080/ install and use itil

沒有留言:

張貼留言