<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Brutus</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Brutus"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Brutus"/>
	<updated>2026-05-01T11:06:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=12997</id>
		<title>OsTicket</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=12997"/>
		<updated>2016-10-14T13:34:55Z</updated>

		<summary type="html">&lt;p&gt;Brutus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://osticket.com/ osTicket] is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve.&lt;br /&gt;
&lt;br /&gt;
osTicket is an attractive alternative to higher-cost and complex customer support systems; simple, lightweight, reliable, open source, web-based and easy to setup and use. The best part is, it&#039;s completely free. learn more»»&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and MySql =&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
Install extra packages:&lt;br /&gt;
{{Cmd|apk add php5-mysql mysql mysql-client}}&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring osTicket =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install osTicket&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Create a {{Path|webapps}} folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir -p /usr/share/webapps/}}&lt;br /&gt;
&lt;br /&gt;
Download the source code archive&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
wget http://osticket.com/dl/osticket_1.6.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack the archive and delete the archive after&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf osticket_1.6.0.tar.gz &lt;br /&gt;
rm osticket_1.6.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change directory name&lt;br /&gt;
&lt;br /&gt;
{{Cmd| mv osticket_1.6.0 osticket}}&lt;br /&gt;
&lt;br /&gt;
Create a symlinks to {{Path|osticket}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /var/www/localhost/htdocs/ /var/www/localhost/htdocs.old&lt;br /&gt;
ln -s /usr/share/webapps/osticket/upload/ /var/www/localhost/htdocs&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Prepare the config file ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd| cp /usr/share/webapps/osticket/upload/include/ost-config.sample.php  /usr/share/webapps/osticket/upload/include/ost-config.php}}&lt;br /&gt;
&lt;br /&gt;
== Edit the php.ini ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|vi /etc/php5/php.ini}}&lt;br /&gt;
&lt;br /&gt;
* Set:&lt;br /&gt;
&lt;br /&gt;
 short_open_tag = On&lt;br /&gt;
&lt;br /&gt;
Restart lighttpd&lt;br /&gt;
&lt;br /&gt;
{{Cmd| /etc/init.d/lighttpd restart&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Config and start MySql ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|&amp;lt;nowiki&amp;gt;/usr/bin/mysql_install_db --user=mysql&lt;br /&gt;
/etc/init.d/mariadb start &amp;amp;&amp;amp; rc-update add mariadb default&lt;br /&gt;
/usr/bin/mysqladmin -u root password &#039;password&#039;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create the osTicket database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE osticket;&lt;br /&gt;
GRANT ALL PRIVILEGES ON osticket.* TO &#039;osticket&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;osticket password&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Config your osTicket ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/ and set:&lt;br /&gt;
&lt;br /&gt;
 All fields are required.&lt;br /&gt;
&lt;br /&gt;
* osTicket web path and title&lt;br /&gt;
 Url to osTicket installation on your server and the title.&lt;br /&gt;
 HelpDesk URL:	&lt;br /&gt;
 HelpDesk Title:	 &lt;br /&gt;
&lt;br /&gt;
* System email&lt;br /&gt;
 Default system email (e.g support@yourdomain.com) You can change or add more emails later.&lt;br /&gt;
 Default Email:	 &lt;br /&gt;
&lt;br /&gt;
* Admin user&lt;br /&gt;
 Min of six characters for the password. You can change or add more users later.&lt;br /&gt;
 Username: 	 &lt;br /&gt;
 Password: 	 &lt;br /&gt;
 Password (again): 	 &lt;br /&gt;
 Email:	 &lt;br /&gt;
&lt;br /&gt;
* Database&lt;br /&gt;
 MySQL (version 4.4+) is the only database supported at the moment.&lt;br /&gt;
 MySQL Table Prefix: ost_&lt;br /&gt;
 MySQL Hostname: localhost&lt;br /&gt;
 MySQL Database: osticket&lt;br /&gt;
 MySQL Username: root&lt;br /&gt;
 MySQL Password: password	&lt;br /&gt;
&lt;br /&gt;
and click in &#039;&#039;&#039;Install&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the &#039;&#039;&#039;Congratulations osTicket basic installation completed!.&#039;&#039;&#039; click &#039;&#039;&#039;Admin Panel &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Login&lt;br /&gt;
After config all in the diferentes tabs, goto &#039;&#039;&#039;Settings&#039;&#039;&#039; tab and check &#039;&#039;&#039;Online&#039;&#039;&#039; on &#039;&#039;Helpdesk Status&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You have osTicket working!&lt;br /&gt;
* To add a ticket: http://WEBSERVER_IP_ADDRESS/&lt;br /&gt;
* To administrate: http://WEBSERVER_IP_ADDRESS/scp/login.php &lt;br /&gt;
&lt;br /&gt;
== Final steps ==&lt;br /&gt;
&lt;br /&gt;
* Remove the installer&lt;br /&gt;
&lt;br /&gt;
 rm /usr/share/webapps/osticket/upload/include/setup/&lt;br /&gt;
&lt;br /&gt;
 chmod 644 /usr/share/webapps/osticket/upload/include/ost-config.php&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Category:Server | PHP | SQL ]]&lt;/div&gt;</summary>
		<author><name>Brutus</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=12996</id>
		<title>OsTicket</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=12996"/>
		<updated>2016-10-14T13:32:41Z</updated>

		<summary type="html">&lt;p&gt;Brutus: /* Config and start MySql */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://osticket.com/ osTicket] is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve.&lt;br /&gt;
&lt;br /&gt;
osTicket is an attractive alternative to higher-cost and complex customer support systems; simple, lightweight, reliable, open source, web-based and easy to setup and use. The best part is, it&#039;s completely free. learn more»»&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and MySql =&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
Install extra packages:&lt;br /&gt;
{{Cmd|apk add php-mysql mysql mysql-client}}&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring osTicket =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install osTicket&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Create a {{Path|webapps}} folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir -p /usr/share/webapps/}}&lt;br /&gt;
&lt;br /&gt;
Download the source code archive&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
wget http://osticket.com/dl/osticket_1.6.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack the archive and delete the archive after&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf osticket_1.6.0.tar.gz &lt;br /&gt;
rm osticket_1.6.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change directory name&lt;br /&gt;
&lt;br /&gt;
{{Cmd| mv osticket_1.6.0 osticket}}&lt;br /&gt;
&lt;br /&gt;
Create a symlinks to {{Path|osticket}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /var/www/localhost/htdocs/ /var/www/localhost/htdocs.old&lt;br /&gt;
ln -s /usr/share/webapps/osticket/upload/ /var/www/localhost/htdocs&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Prepare the config file ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd| cp /usr/share/webapps/osticket/upload/include/ost-config.sample.php  /usr/share/webapps/osticket/upload/include/ost-config.php}}&lt;br /&gt;
&lt;br /&gt;
== Edit the php.ini ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|vi /etc/php5/php.ini}}&lt;br /&gt;
&lt;br /&gt;
* Set:&lt;br /&gt;
&lt;br /&gt;
 short_open_tag = On&lt;br /&gt;
&lt;br /&gt;
Restart lighttpd&lt;br /&gt;
&lt;br /&gt;
{{Cmd| /etc/init.d/lighttpd restart&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Config and start MySql ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|&amp;lt;nowiki&amp;gt;/usr/bin/mysql_install_db --user=mysql&lt;br /&gt;
/etc/init.d/mariadb start &amp;amp;&amp;amp; rc-update add mariadb default&lt;br /&gt;
/usr/bin/mysqladmin -u root password &#039;password&#039;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create the osTicket database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE osticket;&lt;br /&gt;
GRANT ALL PRIVILEGES ON osticket.* TO &#039;osticket&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;osticket password&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Config your osTicket ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/ and set:&lt;br /&gt;
&lt;br /&gt;
 All fields are required.&lt;br /&gt;
&lt;br /&gt;
* osTicket web path and title&lt;br /&gt;
 Url to osTicket installation on your server and the title.&lt;br /&gt;
 HelpDesk URL:	&lt;br /&gt;
 HelpDesk Title:	 &lt;br /&gt;
&lt;br /&gt;
* System email&lt;br /&gt;
 Default system email (e.g support@yourdomain.com) You can change or add more emails later.&lt;br /&gt;
 Default Email:	 &lt;br /&gt;
&lt;br /&gt;
* Admin user&lt;br /&gt;
 Min of six characters for the password. You can change or add more users later.&lt;br /&gt;
 Username: 	 &lt;br /&gt;
 Password: 	 &lt;br /&gt;
 Password (again): 	 &lt;br /&gt;
 Email:	 &lt;br /&gt;
&lt;br /&gt;
* Database&lt;br /&gt;
 MySQL (version 4.4+) is the only database supported at the moment.&lt;br /&gt;
 MySQL Table Prefix: ost_&lt;br /&gt;
 MySQL Hostname: localhost&lt;br /&gt;
 MySQL Database: osticket&lt;br /&gt;
 MySQL Username: root&lt;br /&gt;
 MySQL Password: password	&lt;br /&gt;
&lt;br /&gt;
and click in &#039;&#039;&#039;Install&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the &#039;&#039;&#039;Congratulations osTicket basic installation completed!.&#039;&#039;&#039; click &#039;&#039;&#039;Admin Panel &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Login&lt;br /&gt;
After config all in the diferentes tabs, goto &#039;&#039;&#039;Settings&#039;&#039;&#039; tab and check &#039;&#039;&#039;Online&#039;&#039;&#039; on &#039;&#039;Helpdesk Status&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You have osTicket working!&lt;br /&gt;
* To add a ticket: http://WEBSERVER_IP_ADDRESS/&lt;br /&gt;
* To administrate: http://WEBSERVER_IP_ADDRESS/scp/login.php &lt;br /&gt;
&lt;br /&gt;
== Final steps ==&lt;br /&gt;
&lt;br /&gt;
* Remove the installer&lt;br /&gt;
&lt;br /&gt;
 rm /usr/share/webapps/osticket/upload/include/setup/&lt;br /&gt;
&lt;br /&gt;
 chmod 644 /usr/share/webapps/osticket/upload/include/ost-config.php&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Category:Server | PHP | SQL ]]&lt;/div&gt;</summary>
		<author><name>Brutus</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=12995</id>
		<title>OsTicket</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=12995"/>
		<updated>2016-10-14T13:31:47Z</updated>

		<summary type="html">&lt;p&gt;Brutus: /* Edit the php.ini */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://osticket.com/ osTicket] is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve.&lt;br /&gt;
&lt;br /&gt;
osTicket is an attractive alternative to higher-cost and complex customer support systems; simple, lightweight, reliable, open source, web-based and easy to setup and use. The best part is, it&#039;s completely free. learn more»»&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and MySql =&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
Install extra packages:&lt;br /&gt;
{{Cmd|apk add php-mysql mysql mysql-client}}&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring osTicket =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install osTicket&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Create a {{Path|webapps}} folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir -p /usr/share/webapps/}}&lt;br /&gt;
&lt;br /&gt;
Download the source code archive&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
wget http://osticket.com/dl/osticket_1.6.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack the archive and delete the archive after&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf osticket_1.6.0.tar.gz &lt;br /&gt;
rm osticket_1.6.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change directory name&lt;br /&gt;
&lt;br /&gt;
{{Cmd| mv osticket_1.6.0 osticket}}&lt;br /&gt;
&lt;br /&gt;
Create a symlinks to {{Path|osticket}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /var/www/localhost/htdocs/ /var/www/localhost/htdocs.old&lt;br /&gt;
ln -s /usr/share/webapps/osticket/upload/ /var/www/localhost/htdocs&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Prepare the config file ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd| cp /usr/share/webapps/osticket/upload/include/ost-config.sample.php  /usr/share/webapps/osticket/upload/include/ost-config.php}}&lt;br /&gt;
&lt;br /&gt;
== Edit the php.ini ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|vi /etc/php5/php.ini}}&lt;br /&gt;
&lt;br /&gt;
* Set:&lt;br /&gt;
&lt;br /&gt;
 short_open_tag = On&lt;br /&gt;
&lt;br /&gt;
Restart lighttpd&lt;br /&gt;
&lt;br /&gt;
{{Cmd| /etc/init.d/lighttpd restart&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Config and start MySql ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|&amp;lt;nowiki&amp;gt;/usr/bin/mysql_install_db --user=mysql&lt;br /&gt;
/etc/init.d/mysql start &amp;amp;&amp;amp; rc-update add mysql default&lt;br /&gt;
/usr/bin/mysqladmin -u root password &#039;password&#039;&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create the osTicket database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE osticket;&lt;br /&gt;
GRANT ALL PRIVILEGES ON osticket.* TO &#039;osticket&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;osticket password&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Config your osTicket ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/ and set:&lt;br /&gt;
&lt;br /&gt;
 All fields are required.&lt;br /&gt;
&lt;br /&gt;
* osTicket web path and title&lt;br /&gt;
 Url to osTicket installation on your server and the title.&lt;br /&gt;
 HelpDesk URL:	&lt;br /&gt;
 HelpDesk Title:	 &lt;br /&gt;
&lt;br /&gt;
* System email&lt;br /&gt;
 Default system email (e.g support@yourdomain.com) You can change or add more emails later.&lt;br /&gt;
 Default Email:	 &lt;br /&gt;
&lt;br /&gt;
* Admin user&lt;br /&gt;
 Min of six characters for the password. You can change or add more users later.&lt;br /&gt;
 Username: 	 &lt;br /&gt;
 Password: 	 &lt;br /&gt;
 Password (again): 	 &lt;br /&gt;
 Email:	 &lt;br /&gt;
&lt;br /&gt;
* Database&lt;br /&gt;
 MySQL (version 4.4+) is the only database supported at the moment.&lt;br /&gt;
 MySQL Table Prefix: ost_&lt;br /&gt;
 MySQL Hostname: localhost&lt;br /&gt;
 MySQL Database: osticket&lt;br /&gt;
 MySQL Username: root&lt;br /&gt;
 MySQL Password: password	&lt;br /&gt;
&lt;br /&gt;
and click in &#039;&#039;&#039;Install&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the &#039;&#039;&#039;Congratulations osTicket basic installation completed!.&#039;&#039;&#039; click &#039;&#039;&#039;Admin Panel &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Login&lt;br /&gt;
After config all in the diferentes tabs, goto &#039;&#039;&#039;Settings&#039;&#039;&#039; tab and check &#039;&#039;&#039;Online&#039;&#039;&#039; on &#039;&#039;Helpdesk Status&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You have osTicket working!&lt;br /&gt;
* To add a ticket: http://WEBSERVER_IP_ADDRESS/&lt;br /&gt;
* To administrate: http://WEBSERVER_IP_ADDRESS/scp/login.php &lt;br /&gt;
&lt;br /&gt;
== Final steps ==&lt;br /&gt;
&lt;br /&gt;
* Remove the installer&lt;br /&gt;
&lt;br /&gt;
 rm /usr/share/webapps/osticket/upload/include/setup/&lt;br /&gt;
&lt;br /&gt;
 chmod 644 /usr/share/webapps/osticket/upload/include/ost-config.php&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Category:Server | PHP | SQL ]]&lt;/div&gt;</summary>
		<author><name>Brutus</name></author>
	</entry>
</feed>