Some users have just come into contact with ITDB, knowing that it is a PHP open source IT asset management system, but the specific steps to install ITDB on Ubuntu are not clear. Xiaobian here will share its installation method.
follows:
premise: first need three things: APACHE, PHP5, SQLITE3, php5-sqlite, a variety of APT-GET. Download a package from their website and TAR will be fine. Put it in the APACHE directory, and assign the permissions of the WWW-DATA and 777 permissions to the DATA directory inside. If you find that you can't access it, you are prompted to lose the database driver. Just put php5-adodb again apt-get.
1, install itdb requirements environment
sudo apt-get install apache2 libapache2-mod-php5 php5-sqlite sqlite3
2, download itdb
3. Unzip and move the directory to /var/www
tar -xvf itdb-1.1.tar.gz
sudo mv itdb /var/www
4, heavy Name pure.db as itdb.db
cd /var/www/itdb/data
sudo mv pure.db itdb.db
5, modify apache configuration
sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/itdb
sudo nano /etc/apache2/sites-available/itdb
Modify DocumentRoot /var/www to DocumentRoot /var/www/itdb
Modify Error /var/log/apache2/error.log to Error /var/log/apache2/error-itdb.log
Modify CustomLog /var/log/apache2/access.log combined to CustomLog /var/log/apache2/access-itdb.log combined
sudo a2dissite default && sudo a2ensite itdb
sudo /etc/init.d/apache2 restart Previous12Next page Total 2 pages
The files and pictures we usually create contain a lot of information, which is easy to be used, so
Compressed files can save a lot of space for the disk, then what are the compression and decompressi
Node.js provides a rich JavaScript library for various Linux modules, which simplifies the use of No
In the Ubuntu system, a user must replace the original Firefox release version of the machine with t
Linux system safely delete files skills
Linux how to debug multi-process program
How do Linux systems configure IPv6 addresses?
Linux system prompts mount unknown when mounting U disk
Linux installation VMware Tools virtual machine graphic tutorial
Tips for learning Linux system commands
Frequently Asked Questions for Linux Servers and Firewalls
Linux cancels the SSH login password
Ubuntu notebook to increase heat dissipation through Bumblebee
Where is the win7 hosts file location? Win7 modify the hosts file detailed graphic tutorial
How to access the FTP server in the Win7 system
VMware vCenter Converter Standalone converts Linux troubleshooting
How does Win10 set IE as the default browser? Win10 sets ie11 as the default browser method
Windows7 monitoring registry modification method
Personality by me: add pattern
Solution for too many Win7 taskbar icons
Windows2003's own DNS service configuration method
Windows XP Robust Password Scheme
Win7 system settings only read the specified U disk method (other U disk does not read)