Skip to content

arnabsinha4u/itop-docker

 
 

Repository files navigation

itop-docker

Combodo iTop docker image based on tutum/lamp.

Usage

Run new iTop 2.3.1 (see tags for other iTop versions) container named my-itop:

sudo docker run -d -p 80:80 --name=my-itop vbkunin/itop:2.3.1

Then go to http://localhost/ to continue the installation.

Use this command to get the MySQL user credentials:

sudo docker logs my-itop | grep -C4 "mysql -uadmin -p"

or use username root with blank password.

Expose MySQL port or iTop extensions folder if you need it:

sudo docker run -d -p 80:80 -p 3306:3306 --name=my-itop -v /home/user/itop-extensions:/app/extensions vbkunin/itop:2.3.1

The image ships with several useful scripts you can run like this:

sudo docker exec my-itop /script-name.sh

If you need the Toolkit you can simply get this:

sudo docker exec my-itop /install-toolkit.sh

A cron setup helper is aboard:

sudo docker exec my-itop /setup-itop-cron.sh Cron Pa$5w0rD

Then you should create iTop user account with login Cron and password Pa$5w0rD and grant him Administrator profile.

There are other scripts:

Links

About

Combodo iTop docker image

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%