Installing Perfex CRM on virtual dedicated hosting Ubuntu 14.x
How to Install and Configure phpMyAdmin on Ubuntu 14.04
The first time you install Perfex CRM on virtual host server there is no PhpMyAdmin and Mysql or etc,
You need to do manually install to your virtual host
you can do this for this steps
Updates your server
2. sudo apt-get update
3. sudo apt-get install phpmyadmin
Basic Configuration
4. As the installation runs you'll be asking for a few simple questions the basic configuration oh PhpMyAdmin
At the first screen select apache2 using the spacebar , then hit ENTER to continue
At the second screen you will see which asking configuring the database for phpmyadmin
Select "YES" then hit "ENTER" to continue
At the 3rd screen you willl set the password you'll use to loginto phpmyadmin "ENTER" to continue
and confirm your password
Finish the configuration of the apache2
5. vim /etc/apache2/apache2.conf
Add the ff to the bottom of the file:
# phpMyAdmin Configuration
Include /etc/phpmyadmin/apache.conf
Then exit and save the file :wq
Restart the apache2
# service apache2 restart
Check the status of apache2
# service apache2 status
Verify if phpMyAdmin is working
YourIP/Domain/phpMyAdmin :
No comments:
Post a Comment