filmov
tv
Osticket Installation Ubuntu Server 18.04 #osticket
![preview_player](https://i.ytimg.com/vi/_8BnlL5jiUI/maxresdefault.jpg)
Показать описание
#osticket tutorial, #osticket installation, #osticket basic installation, #osticket installation guide, osticket on ubuntu
osTicket is a widely-used and trusted open source support ticket system. It seamlessly routes inquiries created via email, web-forms and phone calls into a simple, easy-to-use, multi-user, web-based customer support platform.
Make a DB create database osticketdbcreate database osticketdb
CREATE USER 'hbtutorial'@'localhost' IDENTIFIED BY 'Hbtutorial20*';
GRANT ALL ON osticketdb.* TO 'hbtutorial'@'localhost';
flush privileges;
exit
Change html/osticket folder permissions:
chown -R www-data:www-data /var/www/osticket/
Finally, restart the Apache service.
sudo service apache2 restart
for- php imap and intl
apt-get -y install php7.2-mysql php7.2-curl php7.2-gd php7.2-intl php-pear php-imagick php7.2-imap php-memcache php7.2-pspell php7.2-recode php7.2-sqlite3 php7.2-tidy php7.2-xmlrpc php7.2-xsl php7.2-mbstring php-gettext
for APCU
sudo apt-get -y install gcc make autoconf libc-dev pkg-config
sudo pecl install apcu
When asked the following question, press Enter.
Enable internal debugging in APCu [no] :
Once installed, create a configuration file for the extension and restart PHP by running the following commands as root
sudo apt-get install php7.2-dev
Modify this
uncomment
extension=intl
extension=imap
Add this
osTicket installer requires ability to write to the configuration file.
As I mentioned above, configuration file is not writable. So change the file permission from 0644 to 0666 then hit Done, Continue button.
sudo cd /var/www/tickets
Delete installation setup
rm -rf /var/www/osticket/upload/setup
Your osTicket URL:
Your Staff Control Panel:
#Installation Apache, Php and Mysql
If you need some help, assistance or technical support as partime you may contact me
WhatsApp: +63-917-452-1009
Skype: live:.cid.9b6cdbf98b6441ef
+++++
If you would like to support or send a donation on this you may send any amount :
Gcash : 09174521009 / Harold Bondoc
osTicket is a widely-used and trusted open source support ticket system. It seamlessly routes inquiries created via email, web-forms and phone calls into a simple, easy-to-use, multi-user, web-based customer support platform.
Make a DB create database osticketdbcreate database osticketdb
CREATE USER 'hbtutorial'@'localhost' IDENTIFIED BY 'Hbtutorial20*';
GRANT ALL ON osticketdb.* TO 'hbtutorial'@'localhost';
flush privileges;
exit
Change html/osticket folder permissions:
chown -R www-data:www-data /var/www/osticket/
Finally, restart the Apache service.
sudo service apache2 restart
for- php imap and intl
apt-get -y install php7.2-mysql php7.2-curl php7.2-gd php7.2-intl php-pear php-imagick php7.2-imap php-memcache php7.2-pspell php7.2-recode php7.2-sqlite3 php7.2-tidy php7.2-xmlrpc php7.2-xsl php7.2-mbstring php-gettext
for APCU
sudo apt-get -y install gcc make autoconf libc-dev pkg-config
sudo pecl install apcu
When asked the following question, press Enter.
Enable internal debugging in APCu [no] :
Once installed, create a configuration file for the extension and restart PHP by running the following commands as root
sudo apt-get install php7.2-dev
Modify this
uncomment
extension=intl
extension=imap
Add this
osTicket installer requires ability to write to the configuration file.
As I mentioned above, configuration file is not writable. So change the file permission from 0644 to 0666 then hit Done, Continue button.
sudo cd /var/www/tickets
Delete installation setup
rm -rf /var/www/osticket/upload/setup
Your osTicket URL:
Your Staff Control Panel:
#Installation Apache, Php and Mysql
If you need some help, assistance or technical support as partime you may contact me
WhatsApp: +63-917-452-1009
Skype: live:.cid.9b6cdbf98b6441ef
+++++
If you would like to support or send a donation on this you may send any amount :
Gcash : 09174521009 / Harold Bondoc
Комментарии