yourCMDB needs the following software
After you installed all the software you need for yourCMDB, download the current version of yourCMDB and extract the files in a directory of your choice, for exmaple /opt/yourcmdb. Link the web subdirectory in your webserver's document root.
Example:
tar -xvf yourcmdb-<version>.tar.gz cp yourcmdb /opt ln -s /opt/yourcmdb/web /var/www/yourcmdb #(if your webservers document root is /var/www)
yourCMDB stores its data in a MySQL database. So please create a database and a database user on your MySQL server for yourCMDB. After that, use the file <yourcmdb-dir>/sql/create.sql to create the database structure.
In the etc directory of yourCMDB, you'll find the configuration files of yourCMDB. Use datastore-configuration.xml to setup the parameters for the connection to your MySQL database server.
To get authentication and authorisation working, please setup the base URL for yourCMDB in the configuration file <yourcmdb-dir>/etc/view-configuration.xml. Change the following line to fit your needs:
<url base="http://127.0.0.1" />
For example, if your yourCMDB setup is available under https://www.example.com use the following configuration:
<url base="https://www.example.com" />
You can login to yourCMDB using the following credentials:
username: admin password: yourcmdb
If you want to use a specific authentication method, please consider the following Wiki page: authentication and authorisation
Now you are done and have yourCMDB working in a fresh install. The next steps should be: