How
to install osticket freebsd
Wget
http://osticket.com/sites/default/files/download/osTicket-v1.9.12.zip
Unzip
osTicket-v1.9.12.zip
Phar
extension not found.
pkg
install php5-phar
pkg
install php5-imap
Gdlib
extension install freebsd
cd
/usr/ports/lang/php5-extensions
make
config
The menu with options will appear:
Now you have to select the needed
options and start the installation using command:
make
install clean
Open localhost/osticket
Cd /var/www/osticket/include
cp ost-sampleconfig.php ost-config.php
Create Database
Login to database
Mysql > create database databasename DEFAULT CHARACTER SET utf8 COLLATE
utf8_unicode_ci;
Mysql > CREATE USER
'username'@'localhost'IDENTIFIED BY 'password';
mysql> GRANT ALL PRIVILEGES ON `databasename`.* TO
'username'@'localhost'
After finish. Remove setup installation folder.
Rm –rf setup
Please change permission of config file (ost-config.php)
to remove write access. e.g chmod 644 ost-config.php
Finish
Comments
Post a Comment