<?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=Danieloc</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=Danieloc"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Danieloc"/>
	<updated>2026-05-01T06:46:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=9513</id>
		<title>PhpMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=9513"/>
		<updated>2013-11-15T10:59:22Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing phpMyAdmin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.phpmyadmin.net phpMyAdmin] is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. &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 mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring 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;
== Installing phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Create a directory named {{Path|webapps}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir -p /usr/share/webapps/}}&lt;br /&gt;
Download the source code&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps&lt;br /&gt;
wget http://files.directadmin.com/services/all/phpMyAdmin/phpMyAdmin-4.0.9-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack the archive and remove the archive&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf phpMyAdmin-4.0.9-all-languages.tar.gz&lt;br /&gt;
rm phpMyAdmin-4.0.9-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Rename the folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv phpMyAdmin-4.0.9-all-languages phpmyadmin}}&lt;br /&gt;
 &lt;br /&gt;
Change the folder permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/}}&lt;br /&gt;
&lt;br /&gt;
Create a symlink to the &#039;&#039;phpmyadmin&#039;&#039; folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/phpmyadmin/ /var/www/localhost/htdocs/phpmyadmin}}&lt;br /&gt;
&lt;br /&gt;
== Log on your phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/phpmyadmin and logon to phpMyAdmin using your MySQL user and password.&lt;br /&gt;
&lt;br /&gt;
[[Category:PHP]]&lt;br /&gt;
[[Category:SQL]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=9512</id>
		<title>PhpMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=9512"/>
		<updated>2013-11-15T10:58:54Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.phpmyadmin.net phpMyAdmin] is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. &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 mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring 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;
== Installing phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Create a directory named {{Path|webapps}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir -p /usr/share/webapps/}}&lt;br /&gt;
Download the source code&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps&lt;br /&gt;
wget http://files.directadmin.com/services/all/phpMyAdmin/phpMyAdmin-4.0.9-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack the archive and remove the archive&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf phpMyAdmin-4.0.9-all-languages.tar.gz&lt;br /&gt;
rm phpMyAdmin-3.5.7-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Rename the folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv phpMyAdmin-4.0.9-all-languages phpmyadmin}}&lt;br /&gt;
 &lt;br /&gt;
Change the folder permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/}}&lt;br /&gt;
&lt;br /&gt;
Create a symlink to the &#039;&#039;phpmyadmin&#039;&#039; folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/phpmyadmin/ /var/www/localhost/htdocs/phpmyadmin}}&lt;br /&gt;
&lt;br /&gt;
== Log on your phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/phpmyadmin and logon to phpMyAdmin using your MySQL user and password.&lt;br /&gt;
&lt;br /&gt;
[[Category:PHP]]&lt;br /&gt;
[[Category:SQL]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Owncloud&amp;diff=9043</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Owncloud&amp;diff=9043"/>
		<updated>2013-02-27T13:49:48Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing and configuring  ownCloud */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Merge|OwnCloud}}&lt;br /&gt;
&lt;br /&gt;
== What is ownCloud?==&lt;br /&gt;
&lt;br /&gt;
ownCloud gives you easy and universal access to all of your files.&lt;br /&gt;
It also provides a platform to easily view, sync and share your contacts, calendars, bookmarks and files across all your devices.&lt;br /&gt;
ownCloud 3 brings loads of new features and hundred of fixes…&lt;br /&gt;
&lt;br /&gt;
* Sharing at the click of a button&lt;br /&gt;
&lt;br /&gt;
We like to share things, so we made sure you can do that easily. You can share files with other users in your ownCloud instance or through a public link that you can send to anyone. Can be used as an open source dropbox alternative too.&lt;br /&gt;
&lt;br /&gt;
* Explore your photos&lt;br /&gt;
&lt;br /&gt;
ownCloud features a photo gallery application to help, view and organize photos of different file types. Photo albums are automatically created for uploaded photos and make it easy to scroll through your pictures.&lt;br /&gt;
&lt;br /&gt;
* Edit your files on the go&lt;br /&gt;
&lt;br /&gt;
With ownCloud, you can access and edit your documents in multiple ways. You can edit text files directly in your browser with the online text editor, or mount your files locally via WebDAV, viewing and editing them with the desktop apps you are used to.&lt;br /&gt;
&lt;br /&gt;
== Set up ownCloud on Alpine Linux ==&lt;br /&gt;
This document will be a quick c/p guide to setup this file sharing system on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* MySql&lt;br /&gt;
* ownCloud&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 php-zip}}&lt;br /&gt;
&lt;br /&gt;
== Installing and configuring  ownCloud ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install ownCloud&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget http://owncloud.org/releases/owncloud-4.5.7.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar xfj owncloud-4.5.7.tar.bz2&lt;br /&gt;
rm owncloud-4.5.7.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
* Change Folder permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chown -R lighttpd:lighttpd /usr/share/webapps/owncloud}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to ownCloud&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/owncloud/ /var/www/localhost/htdocs/owncloud}}&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 ownCloud database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE owncloud;&lt;br /&gt;
GRANT ALL PRIVILEGES ON owncloud.* TO &#039;owncloud&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;owncloud password&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Config your ownCloud ==&lt;br /&gt;
&lt;br /&gt;
* Browse&lt;br /&gt;
&lt;br /&gt;
http://WEBSERVER_IP_ADDRESS/ownCloud/&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Create a administrator account&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* User Name:		&amp;lt;username&amp;gt; 			- new admin username&lt;br /&gt;
:* Password:		&amp;lt;password&amp;gt;			- new admin password&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Set the storage folder:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;/usr/share/webapps/owncloud/data&amp;gt; 	- Storage folder&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Configure the database&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* User Name:		&amp;lt;username&amp;gt; 			- db admin username&lt;br /&gt;
:* Password:		&amp;lt;password&amp;gt;			- db admin password&lt;br /&gt;
:* Database Name:	owncloud			- db name&lt;br /&gt;
:* Database Host: 	localhost			- db host&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you&#039;ve done that, click &amp;quot;Complete Installation&amp;quot; &lt;br /&gt;
&lt;br /&gt;
You have ownCloud working, to access go to http://WEBSERVER_IP_ADDRESS/owncloud and enjoy!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; You will need to create at least one user.&lt;br /&gt;
&lt;br /&gt;
== WebDAV ==&lt;br /&gt;
&lt;br /&gt;
You can access ownCloud directly via WebDAV, as an Dropbox alternative.&lt;br /&gt;
&lt;br /&gt;
Here we will explain how to setup WebDAV access on several Operating Systems.&lt;br /&gt;
Some applications only allow you to save to a local folder. By mounting ownCloud to a local folder, you can get around this issue.&lt;br /&gt;
&lt;br /&gt;
=== Server configuration ===&lt;br /&gt;
&lt;br /&gt;
* Add webdav packages&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd-mod_webdav mod_dav_svn}}&lt;br /&gt;
&lt;br /&gt;
* Configure the lighttpd&lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +36 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
* Restart the web server&lt;br /&gt;
&lt;br /&gt;
{{Cmd| /etc/init.d/lighttpd restart}}&lt;br /&gt;
&lt;br /&gt;
* Confiugre the fstab&lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano /etc/fstab}}&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
  usr/share/webapps/owncloud/files/webdav.php /usr/share/webapps/owncloud/&amp;lt;username&amp;gt;/data/ davfs user,rw,noauto 0 0&lt;br /&gt;
&lt;br /&gt;
Change &amp;lt;username&amp;gt; to the username created in the owncloud. e.g. public&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mount -a}}&lt;br /&gt;
&lt;br /&gt;
=== Client configuration ===&lt;br /&gt;
&lt;br /&gt;
Windows XP and Vista should work perfectly fine.&lt;br /&gt;
&lt;br /&gt;
In Windows 7, you can map ownCloud as a network folder.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable the Webclient service Services&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Webclient service (Mouse right click -&amp;gt; Enable)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modify the registry&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Change HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\BasicAuthLevel from 1 to 2. &lt;br /&gt;
&lt;br /&gt;
* Restart Webclient service (Mouse right click -&amp;gt; Restart)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Map the network folder&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Go to My Computer (Mouse right click -&amp;gt; Mount Network Drive)&lt;br /&gt;
* In the Folder field type http://WEBSERVER_IP_ADDRESS/owncloud/files/webdav.php&lt;br /&gt;
* Check Connect using different credentials&lt;br /&gt;
&lt;br /&gt;
[[Category:SQL]]&lt;br /&gt;
[[Category:PHP]]&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=8737</id>
		<title>PhpMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=8737"/>
		<updated>2012-11-01T17:16:13Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is phpMyAdmin? ==&lt;br /&gt;
&lt;br /&gt;
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. &lt;br /&gt;
&lt;br /&gt;
== Set up phpMyAdmin on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a very quick c/p guide to setup phpMyAdmin on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP&lt;br /&gt;
* Mysql &lt;br /&gt;
* phpMyAdmin&lt;br /&gt;
&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 mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring 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;
== Installing phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /tmp&lt;br /&gt;
&lt;br /&gt;
wget http://files.directadmin.com/services/all/phpMyAdmin/phpMyAdmin-3.5.3-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf phpMyAdmin-3.5.3-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Create folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/phpmyadmin/ -p }}&lt;br /&gt;
&lt;br /&gt;
Move to Folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv phpMyAdmin-3.5.3-all-languages/* /usr/share/webapps/phpmyadmin}}&lt;br /&gt;
 &lt;br /&gt;
Change Folder Permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/phpmyadmin/}}&lt;br /&gt;
&lt;br /&gt;
Make Symlink to the phpMyAdmin folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/phpmyadmin/ /var/www/localhost/htdocs/phpmyadmin}}&lt;br /&gt;
&lt;br /&gt;
== Log on your phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/phpmyadmin and logon to phpMyAdmin using your MySQL user and password.&lt;br /&gt;
&lt;br /&gt;
[[Category:PHP]]&lt;br /&gt;
[[Category:SQL]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=8431</id>
		<title>PhpMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=8431"/>
		<updated>2012-10-01T18:54:09Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is phpMyAdmin? ==&lt;br /&gt;
&lt;br /&gt;
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. &lt;br /&gt;
&lt;br /&gt;
== Set up phpMyAdmin on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a very quick c/p guide to setup phpMyAdmin on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP&lt;br /&gt;
* Mysql &lt;br /&gt;
* phpMyAdmin&lt;br /&gt;
&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 mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring 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;
== Installing phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /tmp&lt;br /&gt;
wget http://files.directadmin.com/services/all/phpMyAdmin/phpMyAdmin-3.5.2.2-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf phpMyAdmin-3.5.2.2-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Create folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/phpmyadmin/ -p }}&lt;br /&gt;
&lt;br /&gt;
Move to Folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv phpMyAdmin-3.5.2.2-all-languages/* /usr/share/webapps/phpmyadmin}}&lt;br /&gt;
 &lt;br /&gt;
Change Folder Permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/phpmyadmin/}}&lt;br /&gt;
&lt;br /&gt;
Make Symlink to the phpMyAdmin folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/phpmyadmin/ /var/www/localhost/htdocs/phpmyadmin}}&lt;br /&gt;
&lt;br /&gt;
== Log on your phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/phpmyadmin and logon to phpMyAdmin using your MySQL user and password.&lt;br /&gt;
&lt;br /&gt;
[[Category:PHP]]&lt;br /&gt;
[[Category:SQL]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=8020</id>
		<title>OsTicket</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=8020"/>
		<updated>2012-05-10T12:14:16Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is osTicket? ==&lt;br /&gt;
&lt;br /&gt;
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;
&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;
== Set up osTicket on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup osTicket on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* MySql&lt;br /&gt;
* osTicket&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;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
Download &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 &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf osticket_1.6.0.tar.gz &lt;br /&gt;
rm zxvf osticket_1.6.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change direcroty name&lt;br /&gt;
&lt;br /&gt;
{{Cmd| mv osticket_1.6.0 osticket}}&lt;br /&gt;
&lt;br /&gt;
Make symlinks to 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/php/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>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=8019</id>
		<title>OsTicket</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=OsTicket&amp;diff=8019"/>
		<updated>2012-05-09T23:03:54Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: Created page with &amp;quot;== What is osTicket? ==  osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simpl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is osTicket? ==&lt;br /&gt;
&lt;br /&gt;
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;
&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;
== Set up osTicket on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup osTicket on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* MySql&lt;br /&gt;
* osTicket&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;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
Download &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 &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf osticket_1.6.0.tar.gz &lt;br /&gt;
rm zxvf osticket_1.6.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change direcroty name&lt;br /&gt;
&lt;br /&gt;
{{Cmd| mv osticket_1.6.0 osticket}}&lt;br /&gt;
&lt;br /&gt;
Make symlinks to 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/php/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, to access go to http://WEBSERVER_IP_ADDRESS/ and enjoy!&lt;br /&gt;
&lt;br /&gt;
[[Category:Server | PHP | SQL ]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Mahara&amp;diff=8017</id>
		<title>Mahara</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Mahara&amp;diff=8017"/>
		<updated>2012-05-08T21:14:18Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: Mahara e-portfolio, social network and blog installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is Mahara? ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re wondering what Mahara or an e-portfolio is, why you might want one and what it can do for you, then read on - you&#039;re about to find out.&lt;br /&gt;
&lt;br /&gt;
At the simplest level, Mahara is two things: an e-portfolio and a social networking system combined. An e-portfolio is a system in which students can record &amp;quot;evidences of lifelong learning&amp;quot; - such as essays, artwork or other such things they produce that can be stored digitally. Such things are known as artefacts in Mahara. Social networking systems need little introduction - think Myspace, Facebook or Bebo. Basically, they give a way for people to interact with their friends and create their own online communities.&lt;br /&gt;
&lt;br /&gt;
But Mahara is much more than just a place to store files. Mahara also includes blogging, a resumé builder, Moodle integration and the standout views framework. &lt;br /&gt;
&lt;br /&gt;
== Set up Mahara on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup Mahara on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* MySql&lt;br /&gt;
* Mahara&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  Mahara ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install Mahara&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
wget http://gitorious.org/mahara/mahara/archive-tarball/1.5_STABLE}}&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar -xzvf tar zxvf 1.5_STABLE &lt;br /&gt;
rm 1.5_STABLE }}&lt;br /&gt;
&lt;br /&gt;
Make symlinks to Mahara&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/mahara-mahara/htdocs/ /var/www/localhost/htdocs&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Edit the config file ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cp mahara-mahara/htdocs/config-dist.php mahara-mahara/htdocs/config.php&lt;br /&gt;
vi mahara-mahara/htdocs/config.php}}&lt;br /&gt;
&lt;br /&gt;
Change&lt;br /&gt;
&lt;br /&gt;
* Set: &lt;br /&gt;
&lt;br /&gt;
 // database connection details&lt;br /&gt;
 // valid values for dbtype are &#039;postgres8&#039; and &#039;mysql5&#039;&lt;br /&gt;
 $cfg-&amp;gt;dbtype   = &#039;mysql5&#039;;&lt;br /&gt;
 $cfg-&amp;gt;dbhost   = &#039;localhost&#039;;&lt;br /&gt;
 $cfg-&amp;gt;dbport   = null;&lt;br /&gt;
 $cfg-&amp;gt;dbname   = &#039;mahara&#039;;&lt;br /&gt;
 $cfg-&amp;gt;dbuser   = &#039;root&#039;;&lt;br /&gt;
 $cfg-&amp;gt;dbpass   = &#039;password&#039;;&lt;br /&gt;
&lt;br /&gt;
 $cfg-&amp;gt;dataroot = &#039;/tmp/&#039;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Edit the php.ini ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|vi /etc/php/php.ini}}&lt;br /&gt;
&lt;br /&gt;
* Set:&lt;br /&gt;
&lt;br /&gt;
 session.entropy_length = 16&lt;br /&gt;
 post_max_size = 50M&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 Mahara database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE mahara;&lt;br /&gt;
GRANT ALL PRIVILEGES ON mahara.* TO &#039;mahara&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;mahara password&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Config your Mahara ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/ and click in &#039;&#039;&#039;Install Mahara&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the &#039;&#039;&#039;Successfully installed Mahara.&#039;&#039;&#039; click &#039;&#039;&#039;Continue&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Enter Information needed&lt;br /&gt;
&lt;br /&gt;
:* Password, twice&lt;br /&gt;
:* Your E-mail&lt;br /&gt;
&lt;br /&gt;
You have Mahara working, to access go to http://WEBSERVER_IP_ADDRESS/ and enjoy!&lt;br /&gt;
&lt;br /&gt;
[[Category:Server | PHP | SQL | Social Network]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=StatusNet&amp;diff=8015</id>
		<title>StatusNet</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=StatusNet&amp;diff=8015"/>
		<updated>2012-05-07T10:10:27Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is StatusNet? ==&lt;br /&gt;
&lt;br /&gt;
StatusNet is the open source microblogging platform that helps you share and connect in real-time within your own domain.&lt;br /&gt;
&lt;br /&gt;
With StatusNet you can encourage collaboration, build and engage your community, and be in command of your brand.&lt;br /&gt;
&lt;br /&gt;
== Set up StatusNet on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup StatusNet on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP&lt;br /&gt;
* PCRE&lt;br /&gt;
* Mysql &lt;br /&gt;
* StatusNet&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Install lighttpd and PHP ==&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== MySql and pcre ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add pcre}}&lt;br /&gt;
 &lt;br /&gt;
{{Cmd|apk add mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring 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 StatusNet database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|&amp;lt;nowiki&amp;gt;CREATE DATABASE statusnet;&lt;br /&gt;
GRANT ALL PRIVILEGES ON statusnet.* TO &amp;quot;root&amp;quot;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== Installing StatusNet ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install StatusNet&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
http://status.net/statusnet-1.0.1.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf statusnet-1.0.1.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Creating httaccess file&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cp /usr/share/webapps/statusnet-1.0.1/htaccess.sample .htaccess}}&lt;br /&gt;
&lt;br /&gt;
Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod a+w /var/www/localhost/htdocs/statusnet/avatar/&lt;br /&gt;
chmod a+w /var/www/localhost/htdocs/statusnet/background/&lt;br /&gt;
chmod a+w /var/www/localhost/htdocs/statusnet/file/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Make Symlink to the StatusNet folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/statusnet-1.0.1/ /var/www/localhost/htdocs/statusnet}}&lt;br /&gt;
&lt;br /&gt;
== Configuring StatusNet ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/statusnet/install.php and Install StatusNet completing the information as appropriate from the web browser.&lt;br /&gt;
&lt;br /&gt;
StatusNet Installation steps:&lt;br /&gt;
&lt;br /&gt;
Install StatusNet&lt;br /&gt;
&lt;br /&gt;
* Site settings&lt;br /&gt;
 &lt;br /&gt;
:* Site name&lt;br /&gt;
::&#039;&#039;The name of your site&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
:* Fancy URLsenable&lt;br /&gt;
::  disable&lt;br /&gt;
::&#039;&#039;Fancy URL support detection failed, disabling this option. Make sure you renamed htaccess.sample to .htaccess.&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
* Database settings&lt;br /&gt;
&lt;br /&gt;
:* Hostname: &#039;&#039;&#039;localhost&#039;&#039;&#039;&lt;br /&gt;
::&#039;&#039;Database hostname&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
:* TypeMySQL&lt;br /&gt;
::&#039;&#039;Database type&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:* Name: &#039;&#039;&#039;statusnet&#039;&#039;&#039;&lt;br /&gt;
::&#039;&#039;Database name&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:* DB username: &#039;&#039;&#039;root&#039;&#039;&#039;&lt;br /&gt;
::&#039;&#039;Database username&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:* DB password: &#039;&#039;&#039;password&#039;&#039;&#039;&lt;br /&gt;
::&#039;&#039;Database password (optional)&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
* Administrator settings&lt;br /&gt;
&lt;br /&gt;
:* Administrator nickname&lt;br /&gt;
::&#039;&#039;Nickname for the initial StatusNet user (administrator)&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
:* Administrator password&lt;br /&gt;
::&#039;&#039;Password for the initial StatusNet user (administrator)&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
:* Confirm passwordAdministrator e-mail&lt;br /&gt;
::&#039;&#039;Optional email address for the initial StatusNet user (administrator)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Subscribe to announcements&lt;br /&gt;
&lt;br /&gt;
* Release and security feed from update@status.net (recommended)&lt;br /&gt;
&lt;br /&gt;
After click on &#039;&#039;&#039;Submit&#039;&#039;&#039; button, you will see:&lt;br /&gt;
&lt;br /&gt;
Install StatusNet&lt;br /&gt;
&lt;br /&gt;
 Starting installation...&lt;br /&gt;
 Checking database...&lt;br /&gt;
 Changing to database...&lt;br /&gt;
 Running database script...&lt;br /&gt;
 Adding SMS carrier data to database...&lt;br /&gt;
 Adding notice source data to database...&lt;br /&gt;
 Adding foreign service data to database...&lt;br /&gt;
 Writing config file...&lt;br /&gt;
 Could not set up subscription to update@status.net.&lt;br /&gt;
 An initial user with the administrator role has been created.&lt;br /&gt;
 StatusNet has been installed at http://10.69.64.11/statusnet&lt;br /&gt;
 DONE! You can visit your &#039;&#039;&#039;new StatusNet site&#039;&#039;&#039; (login as &#039;danieloc&#039;). If this is your first StatusNet install, you may want to poke around our Getting Started guide.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You have StatusNet microblogin working, to access go to http://WEBSERVER_IP_ADDRESS/statusnet and enjoy!&lt;br /&gt;
&lt;br /&gt;
[[Category:SQL]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7913</id>
		<title>Oneye</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7913"/>
		<updated>2012-04-18T15:51:36Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing and configuring oneye */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= What is oneye =&lt;br /&gt;
&lt;br /&gt;
oneye is a takeover of the legacy series 1 from the eyeos project. This new project is powered by the community around the web desktop eyeos 1.&lt;br /&gt;
We feel responsible for further development of eyeos 1.9 featured as oneye 0.8.x.&lt;br /&gt;
In addition new technologies get combined and a totally new designed framework will be released as oneye 0.9. You can log into this cloud using a desktop, a mobile phone or an iphone.&lt;br /&gt;
&lt;br /&gt;
= Set up oneye on Alpine Linux =&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup oneye on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd, PHP, sqlite&lt;br /&gt;
* oneye&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and sqlite =&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd gzip sqlite php php-sqlite php-imap nano}}&lt;br /&gt;
&lt;br /&gt;
== Configure the lighttpg == &lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +46 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Uncomment  &#039;&#039;&#039;include &amp;quot;mod_fastcgi.conf&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring oneye =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install oneye&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* CD and Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget  http://ufpr.dl.sourceforge.net/project/eyeos/oneye/0.8.0/oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|unzip oneye_0.8.0.zip &lt;br /&gt;
rm oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Rename Folder &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye_0.8.0 /usr/share/webapps/oneye}}&lt;br /&gt;
&lt;br /&gt;
* Unpack the config files &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye/package.eyepackage /usr/share/webapps/oneye/package.tar.gz&lt;br /&gt;
cd oneye&lt;br /&gt;
tar zxvf /usr/share/webapps/oneye/package.tar.gz }}&lt;br /&gt;
&lt;br /&gt;
* Change Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod 777 /usr/share/webapps/oneye/installer/*.php&lt;br /&gt;
chmod 777 /usr/share/webapps/oneye/*.html}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to oneye&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/oneye /var/www/localhost/htdocs/oneye}}&lt;br /&gt;
&lt;br /&gt;
== Starting the web server ==&lt;br /&gt;
 &lt;br /&gt;
Starting http service and adding to boot&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
== Config your eyeos ==&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/oneye/installer&lt;br /&gt;
&lt;br /&gt;
  Please fill out the following form to install oneye:&lt;br /&gt;
  &lt;br /&gt;
  Root Password&lt;br /&gt;
  &lt;br /&gt;
  Retype Password&lt;br /&gt;
  &lt;br /&gt;
  System Name&lt;br /&gt;
  &lt;br /&gt;
  Allow users to create accounts (yes/no)&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install oenye!&amp;quot; button, and thats all. :)&lt;br /&gt;
You have eyeOS cloud computing system working. &lt;br /&gt;
&lt;br /&gt;
After create your account, to log from:&lt;br /&gt;
&lt;br /&gt;
* Desktop:   http://WEBSERVER_IP_ADDRESS/oneye/&lt;br /&gt;
* Iphone:    http://WEBSERVER_IP_ADDRESS/oneye/iphone/&lt;br /&gt;
* Mobile:    http://WEBSERVER_IP_ADDRESS/oneye/mobile/&lt;br /&gt;
&lt;br /&gt;
== eyeSync==&lt;br /&gt;
&lt;br /&gt;
You can use this nice small application to synchronize two or more folders between the remote server and your local desktop, as an Dropbox alternative.&lt;br /&gt;
&lt;br /&gt;
In order to run eyeSync you need to first install the .NET Framework (on Windows machines only) or Mono.&lt;br /&gt;
&lt;br /&gt;
Windows users are recommended to take the most simple installer package. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Windows side&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the application&lt;br /&gt;
&lt;br /&gt;
{{Cmd|http://eyeos.svn.sourceforge.net/viewvc/eyeos/playground/lk/eyeSync/eyeSync.exe}}&lt;br /&gt;
&lt;br /&gt;
* Configure the eyeSync&lt;br /&gt;
&lt;br /&gt;
After install, you have to set:&lt;br /&gt;
&lt;br /&gt;
 Server URL: http://WEBSERVER_IP_ADDRESS/oneye/&lt;br /&gt;
&lt;br /&gt;
 User / Password: &lt;br /&gt;
&lt;br /&gt;
Now you can create jobs to synchronize from Remote to Local / Local to Remote, manual or automatic/scheduled.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7912</id>
		<title>Oneye</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7912"/>
		<updated>2012-04-17T19:02:48Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= What is oneye =&lt;br /&gt;
&lt;br /&gt;
oneye is a takeover of the legacy series 1 from the eyeos project. This new project is powered by the community around the web desktop eyeos 1.&lt;br /&gt;
We feel responsible for further development of eyeos 1.9 featured as oneye 0.8.x.&lt;br /&gt;
In addition new technologies get combined and a totally new designed framework will be released as oneye 0.9. You can log into this cloud using a desktop, a mobile phone or an iphone.&lt;br /&gt;
&lt;br /&gt;
= Set up oneye on Alpine Linux =&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup oneye on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd, PHP, sqlite&lt;br /&gt;
* oneye&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and sqlite =&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd gzip sqlite php php-sqlite php-imap nano}}&lt;br /&gt;
&lt;br /&gt;
== Configure the lighttpg == &lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +46 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Uncomment  &#039;&#039;&#039;include &amp;quot;mod_fastcgi.conf&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring oneye =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install oneye&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* CD and Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget  http://ufpr.dl.sourceforge.net/project/eyeos/oneye/0.8.0/oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|unzip oneye_0.8.0.zip &lt;br /&gt;
rm oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Rename Folder &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye_0.8.0 /usr/share/webapps/oneye}}&lt;br /&gt;
&lt;br /&gt;
* Unpack the config files &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye/package.eyepackage /usr/share/webapps/oneye/package.tar.gz&lt;br /&gt;
tar zxvf /usr/share/webapps/oneye/package.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
* Change Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod 777 /usr/share/webapps/oneye/installer/*.php&lt;br /&gt;
chmod 777 /usr/share/webapps/oneye/*.html}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to oneye&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/oneye /var/www/localhost/htdocs/oneye}}&lt;br /&gt;
&lt;br /&gt;
== Starting the web server ==&lt;br /&gt;
 &lt;br /&gt;
Starting http service and adding to boot&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
== Config your eyeos ==&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/oneye/installer&lt;br /&gt;
&lt;br /&gt;
  Please fill out the following form to install oneye:&lt;br /&gt;
  &lt;br /&gt;
  Root Password&lt;br /&gt;
  &lt;br /&gt;
  Retype Password&lt;br /&gt;
  &lt;br /&gt;
  System Name&lt;br /&gt;
  &lt;br /&gt;
  Allow users to create accounts (yes/no)&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install oenye!&amp;quot; button, and thats all. :)&lt;br /&gt;
You have eyeOS cloud computing system working. &lt;br /&gt;
&lt;br /&gt;
After create your account, to log from:&lt;br /&gt;
&lt;br /&gt;
* Desktop:   http://WEBSERVER_IP_ADDRESS/oneye/&lt;br /&gt;
* Iphone:    http://WEBSERVER_IP_ADDRESS/oneye/iphone/&lt;br /&gt;
* Mobile:    http://WEBSERVER_IP_ADDRESS/oneye/mobile/&lt;br /&gt;
&lt;br /&gt;
== eyeSync==&lt;br /&gt;
&lt;br /&gt;
You can use this nice small application to synchronize two or more folders between the remote server and your local desktop, as an Dropbox alternative.&lt;br /&gt;
&lt;br /&gt;
In order to run eyeSync you need to first install the .NET Framework (on Windows machines only) or Mono.&lt;br /&gt;
&lt;br /&gt;
Windows users are recommended to take the most simple installer package. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Windows side&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the application&lt;br /&gt;
&lt;br /&gt;
{{Cmd|http://eyeos.svn.sourceforge.net/viewvc/eyeos/playground/lk/eyeSync/eyeSync.exe}}&lt;br /&gt;
&lt;br /&gt;
* Configure the eyeSync&lt;br /&gt;
&lt;br /&gt;
After install, you have to set:&lt;br /&gt;
&lt;br /&gt;
 Server URL: http://WEBSERVER_IP_ADDRESS/oneye/&lt;br /&gt;
&lt;br /&gt;
 User / Password: &lt;br /&gt;
&lt;br /&gt;
Now you can create jobs to synchronize from Remote to Local / Local to Remote, manual or automatic/scheduled.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7911</id>
		<title>Oneye</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7911"/>
		<updated>2012-04-17T06:48:47Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= What is oneye =&lt;br /&gt;
&lt;br /&gt;
oneye is a takeover of the legacy series 1 from the eyeos project. This new project is powered by the community around the web desktop eyeos 1.&lt;br /&gt;
We feel responsible for further development of eyeos 1.9 featured as oneye 0.8.x.&lt;br /&gt;
In addition new technologies get combined and a totally new designed framework will be released as oneye 0.9.&lt;br /&gt;
&lt;br /&gt;
= Set up oneye on Alpine Linux =&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup oneye on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd, PHP, sqlite&lt;br /&gt;
* oneye&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and sqlite =&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd gzip sqlite php php-sqlite php-imap nano}}&lt;br /&gt;
&lt;br /&gt;
== Configure the lighttpg == &lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +46 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Uncomment  &#039;&#039;&#039;include &amp;quot;mod_fastcgi.conf&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring oneye =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install oneye&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* CD and Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget  http://ufpr.dl.sourceforge.net/project/eyeos/oneye/0.8.0/oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|unzip oneye_0.8.0.zip &lt;br /&gt;
rm oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Rename Folder &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye_0.8.0 /usr/share/webapps/oneye}}&lt;br /&gt;
&lt;br /&gt;
* Unpack the config files &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye/package.eyepackage /usr/share/webapps/oneye/package.tar.gz&lt;br /&gt;
tar zxvf /usr/share/webapps/oneye/package.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
* Change Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod 777 /usr/share/webapps/oneye/installer/*.php&lt;br /&gt;
chmod 777 /usr/share/webapps/oneye/*.html}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to oneye&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/oneye /var/www/localhost/htdocs/oneye}}&lt;br /&gt;
&lt;br /&gt;
== Starting the web server ==&lt;br /&gt;
 &lt;br /&gt;
Starting http service and adding to boot&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
== Config your eyeos ==&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/oneye/installer&lt;br /&gt;
&lt;br /&gt;
  Please fill out the following form to install oneye:&lt;br /&gt;
  &lt;br /&gt;
  Root Password&lt;br /&gt;
  &lt;br /&gt;
  Retype Password&lt;br /&gt;
  &lt;br /&gt;
  System Name&lt;br /&gt;
  &lt;br /&gt;
  Allow users to create accounts (yes/no)&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install oenye!&amp;quot; button, and thats all. :)&lt;br /&gt;
You have eyeOS cloud computing system working. To access it, go to http://WEBSERVER_IP_ADDRESS/oneye/ and enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== eyeSync==&lt;br /&gt;
&lt;br /&gt;
You can use this nice small application to synchronize two or more folders between the remote server and your local desktop, as an Dropbox alternative.&lt;br /&gt;
&lt;br /&gt;
In order to run eyeSync you need to first install the .NET Framework (on Windows machines only) or Mono.&lt;br /&gt;
&lt;br /&gt;
Windows users are recommended to take the most simple installer package. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Windows side&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the application&lt;br /&gt;
&lt;br /&gt;
{{Cmd|http://eyeos.svn.sourceforge.net/viewvc/eyeos/playground/lk/eyeSync/eyeSync.exe}}&lt;br /&gt;
&lt;br /&gt;
* Configure the eyeSync&lt;br /&gt;
&lt;br /&gt;
After install, you have to set:&lt;br /&gt;
&lt;br /&gt;
 Server URL: http://WEBSERVER_IP_ADDRESS/oneye/&lt;br /&gt;
&lt;br /&gt;
 User / Password: &lt;br /&gt;
&lt;br /&gt;
Now you can create jobs to synchronize from Remote to Local / Local to Remote, manual or automatic/scheduled.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7909</id>
		<title>Oneye</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7909"/>
		<updated>2012-04-16T14:25:08Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* eyeSync */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= What is oneye =&lt;br /&gt;
&lt;br /&gt;
oneye is a takeover of the legacy series 1 from the eyeos project. This new project is powered by the community around the web desktop eyeos 1.&lt;br /&gt;
We feel responsible for further development of eyeos 1.9 featured as oneye 0.8.x.&lt;br /&gt;
In addition new technologies get combined and a totally new designed framework will be released as oneye 0.9.&lt;br /&gt;
&lt;br /&gt;
= Set up oneye on Alpine Linux =&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup oneye on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd, PHP, sqlite&lt;br /&gt;
* oneye&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and sqlite =&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd gzip sqlite php php-sqlite php-imap nano}}&lt;br /&gt;
&lt;br /&gt;
== Configure the lighttpg == &lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +46 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Uncomment  &#039;&#039;&#039;include &amp;quot;mod_fastcgi.conf&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring oneye =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install oneye&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* CD and Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget  http://ufpr.dl.sourceforge.net/project/eyeos/oneye/0.8.0/oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|unzip oneye_0.8.0.zip &lt;br /&gt;
rm oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Rename Folder &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye_0.8.0 /usr/share/webapps/oneye}}&lt;br /&gt;
&lt;br /&gt;
* Unpack the config files &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye/package.eyepackage /usr/share/webapps/oneye/package.tar.gz&lt;br /&gt;
tar zxvf /usr/share/webapps/oneye/package.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
* Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod 777 /usr/share/webapps/oneye/installer/*.php&lt;br /&gt;
chmod 777 /usr/share/webapps/oneye/*.html}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to ownCloud&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/oneye /var/www/localhost/htdocs/oneye}}&lt;br /&gt;
&lt;br /&gt;
== Starting the web server ==&lt;br /&gt;
 &lt;br /&gt;
Starting http service and adding to boot&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
== Config your eyeos ==&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/oneye/installer&lt;br /&gt;
&lt;br /&gt;
  Please fill out the following form to install oneye:&lt;br /&gt;
  &lt;br /&gt;
  Root Password&lt;br /&gt;
  &lt;br /&gt;
  Retype Password&lt;br /&gt;
  &lt;br /&gt;
  System Name&lt;br /&gt;
  &lt;br /&gt;
  Allow users to create accounts (yes/no)&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install oenye!&amp;quot; button, and thats all. :)&lt;br /&gt;
You have eyeOS cloud computing system working. To access it, go to http://WEBSERVER_IP_ADDRESS/oneye/ and enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== eyeSync==&lt;br /&gt;
&lt;br /&gt;
You can use this nice small application to synchronize two or more folders between the remote server and your local desktop, as an Dropbox alternative.&lt;br /&gt;
&lt;br /&gt;
In order to run eyeSync you need to first install the .NET Framework (on Windows machines only) or Mono.&lt;br /&gt;
&lt;br /&gt;
Windows users are recommended to take the most simple installer package. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Windows side&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the application&lt;br /&gt;
&lt;br /&gt;
{{Cmd|http://eyeos.svn.sourceforge.net/viewvc/eyeos/playground/lk/eyeSync/eyeSync.exe}}&lt;br /&gt;
&lt;br /&gt;
* Configure the eyeSync&lt;br /&gt;
&lt;br /&gt;
After install, you have to set:&lt;br /&gt;
&lt;br /&gt;
 Server URL: http://WEBSERVER_IP_ADDRESS/oneye/&lt;br /&gt;
&lt;br /&gt;
 User / Password: &lt;br /&gt;
&lt;br /&gt;
Now you can create jobs to synchronize from Remote to Local / Local to Remote, manual or automatic/scheduled.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Tutorials_and_Howtos&amp;diff=7908</id>
		<title>Tutorials and Howtos</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Tutorials_and_Howtos&amp;diff=7908"/>
		<updated>2012-04-16T14:23:54Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Desktop Environment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:package_edutainment.svg|right|link=]]&lt;br /&gt;
{{TOC left}}&lt;br /&gt;
&#039;&#039;&#039;Welcome to Tutorials and Howtos, a place of basic and advanced configuration tasks for your Alpine Linux.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The tutorials are hands-on and the reader is expected to try and achieve the goals described in each step, possibly with the help of a good example. The output in one step is the starting point for the following step.&lt;br /&gt;
&lt;br /&gt;
Howtos are smaller articles explaining how to perform a particular task with Alpine Linux.&lt;br /&gt;
&lt;br /&gt;
We encourage people to send in both complete articles as well as requesting topics to be covered. If you think you have the skills and knowledge to write an Alpine Linux related article please do so on this Wiki. If you want to request a topic, please add your request in this page&#039;s [[Talk:Tutorials_and_Howtos|Discussion]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Storage ==&lt;br /&gt;
&lt;br /&gt;
* [[Alpine local backup|Alpine local backup (lbu)]] &#039;&#039;(Permanently store your modifications in case your box needs reboot)&#039;&#039; &amp;lt;!-- Installation and Storage --&amp;gt;&lt;br /&gt;
** [[Back Up a Flash Memory Installation]] &amp;lt;!-- Installation and Storage --&amp;gt;&lt;br /&gt;
** [[Manually editing a existing apkovl]]&lt;br /&gt;
&lt;br /&gt;
* [[Setting up disks manually]] &amp;lt;!-- Installation and Storage --&amp;gt;&lt;br /&gt;
* [[Setting up a software raid1 array]]&lt;br /&gt;
** [[Setting up a /var partition on software IDE raid1]] &amp;lt;!-- Obsolete, Installation and Storage --&amp;gt; &lt;br /&gt;
* [[Setting up encrypted volumes with LUKS]]&lt;br /&gt;
* [[Setting up Logical Volumes with LVM]]&lt;br /&gt;
* [[Filesystems|Formatting HD/Floppy/Other]] &amp;lt;!-- just a stub --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Setting up iSCSI]]&lt;br /&gt;
** [[iSCSI Raid and Clustered File Systems]]&lt;br /&gt;
* [[High performance SCST iSCSI Target on Linux software Raid]] &amp;lt;!-- solution --&amp;gt;&lt;br /&gt;
* [[Disk Replication with DRBD]] &amp;lt;!-- draft --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Burning ISOs]] &amp;lt;!-- just some links now --&amp;gt;&lt;br /&gt;
* [[Bootmanagers]]&lt;br /&gt;
* [[Migrating data]]&lt;br /&gt;
&lt;br /&gt;
== Networking ==&lt;br /&gt;
&lt;br /&gt;
* [[Configure Networking]]&lt;br /&gt;
* [[Connecting to a wireless access point]]&lt;br /&gt;
* [[How to configure static routes]]&lt;br /&gt;
* [[How to configure a network bridge]]&lt;br /&gt;
** [[Setting Up a bridge]]&lt;br /&gt;
&lt;br /&gt;
* [[Using serial modem]]&lt;br /&gt;
* [[Using HSDPA modem]]&lt;br /&gt;
* [[Setting up Satellite Internet Connection]]&lt;br /&gt;
* [[Using Alpine on Windows domain with IPSEC isolation]]&lt;br /&gt;
&lt;br /&gt;
* [[Setting up a ssh-server]] &#039;&#039;(Using ssh is a good way to administer your box remotely)&#039;&#039; &amp;lt;!-- Server and Networking --&amp;gt;&lt;br /&gt;
* [[How to setup a wireless access point]] &#039;&#039;(Setting up Secure Wireless AP w/ WPA encryption with bridge to wired network)&#039;&#039;&lt;br /&gt;
* [[Setting up a OpenVPN server with Alpine]] &#039;&#039;(Allowing single users or devices to remotely connect to your network)&#039;&#039;&lt;br /&gt;
&amp;lt;!-- [[Using Racoon for Remote Sites]] is a different VPN tunnelling method, but that article is just a stub --&amp;gt;&lt;br /&gt;
* [[Experiences with OpenVPN-client on ALIX.2D3]]  &amp;lt;!-- solution --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Generating SSL certs with ACF]] &amp;lt;!-- Generating SSL certs with ACF 1.9 --&amp;gt;&lt;br /&gt;
* [[Setting up unbound DNS server]]&lt;br /&gt;
* [[Setting up nsd DNS server]]&lt;br /&gt;
* [[TinyDNS Format]]&lt;br /&gt;
* [[Fault Tolerant Routing with Alpine Linux]] &amp;lt;!-- solution --&amp;gt;&lt;br /&gt;
* [[Alpine Wall]] &#039;&#039;(Plans for a new firewall management framework)&#039;&#039;&lt;br /&gt;
* [[Freeradius Active Directory Integration]]&lt;br /&gt;
&lt;br /&gt;
== Post-Install ==&lt;br /&gt;
&amp;lt;!-- If you edit this, please coordinate with Installation#Post-Install and Developer_Documentation#Package_management.  Note that these three sections are not exact duplicates. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Alpine Linux package management|Package Management (apk)]] &#039;&#039;(How to add/remove packages on your Alpine)&#039;&#039;&lt;br /&gt;
   &amp;lt;!-- [[Alpine Linux package management#Local_Cache|How to enable APK caching]] --&amp;gt;&lt;br /&gt;
** [[Comparison with other distros]]&lt;br /&gt;
* [[Alpine local backup|Alpine local backup (lbu)]] &#039;&#039;(Permanently store your modifications in case your box needs reboot)&#039;&#039;&lt;br /&gt;
** [[Manually editing a existing apkovl]]&lt;br /&gt;
** [[Back Up a Flash Memory Installation]] &amp;lt;!-- new --&amp;gt;&lt;br /&gt;
* [[Alpine Linux Init System|Init System (OpenRC)]] &#039;&#039;(Configure a service to automatically boot at next reboot)&#039;&#039;&lt;br /&gt;
** [[Multiple Instances of Services]]&lt;br /&gt;
   &amp;lt;!-- [[Writing Init Scripts]] --&amp;gt;&lt;br /&gt;
* [[Upgrading Alpine - v1.9.x|Upgrading Alpine]] using the stable or [[Edge|edge]] repositories&lt;br /&gt;
&amp;lt;!-- Obsolete&lt;br /&gt;
 [[Upgrading Alpine|top]]&lt;br /&gt;
 [[Upgrading Alpine - CD v1.8.x]]&lt;br /&gt;
 [[Upgrading Alpine - HD v1.8.x]]&lt;br /&gt;
 [[Upgrade to repository main|Upgrading to signed repositories]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Setting up a ssh-server]] &#039;&#039;(Using ssh is a good way to administer your box remotely)&#039;&#039;&lt;br /&gt;
* [[setup-acf]] &#039;&#039;(Configures ACF (webconfiguration) so you can manage your box through https)&#039;&#039;&lt;br /&gt;
* [[Changing passwords for ACF|Changing passwords]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Enable Serial Console on Boot]]&lt;br /&gt;
* [[Error message on boot: Address space collision: host bridge window conflicts with Adaptor ROM]]&lt;br /&gt;
&lt;br /&gt;
== Desktop Environment ==&lt;br /&gt;
&lt;br /&gt;
* [[XFCE Setup]] and [[Xfce Desktop|Desktop Ideas]]&lt;br /&gt;
* [[EyeOS]] &#039;&#039;(Cloud Computing Desktop)&#039;&#039;&lt;br /&gt;
* [[Oneye]] &#039;&#039;(Cloud Computing Desktop - Dropbox Alternative)&#039;&#039;&lt;br /&gt;
* [[Owncloud]] &#039;&#039;(Cloud Computing Desktop - Dropbox Alternative)&#039;&#039;&lt;br /&gt;
* [[Gnome Setup]]&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Telephony ===&lt;br /&gt;
* [[Setting up Zaptel/Asterisk on Alpine]]&lt;br /&gt;
** [[Setting up Streaming an Asterisk Channel]]&lt;br /&gt;
* [[Freepbx on Alpine Linux]]&lt;br /&gt;
* [[FreePBX_V3]] &#039;&#039;(FreeSWITCH, Asterisk GUI web acces tool)&#039;&#039;&lt;br /&gt;
* [[2600hz]] &#039;&#039;(FreeSWITCH, Asterisk GUI web access tool)&#039;&#039;&lt;br /&gt;
* [[Kamailio]] &#039;&#039;(SIP Server, formerly OpenSER)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mail ===&lt;br /&gt;
* [[Hosting services on Alpine]] &#039;&#039;(Hosting mail, webservices and other services)&#039;&#039;&lt;br /&gt;
** [[Hosting Web/Email services on Alpine]]&lt;br /&gt;
* [[ISP Mail Server HowTo]] &amp;lt;!-- solution, Mail --&amp;gt;&lt;br /&gt;
** [[ISP Mail Server Upgrade 2.x]]&lt;br /&gt;
** [[ISP Mail Server 2.x HowTo]] &#039;&#039;(Beta, please test)&#039;&#039;&lt;br /&gt;
* [[Roundcube]] &#039;&#039;(Webmail system)&#039;&#039;&lt;br /&gt;
* [[Setting up postfix with virtual domains]]&lt;br /&gt;
* [[Protecting your email server with Alpine]]&lt;br /&gt;
* [[Setting up clamsmtp]]&lt;br /&gt;
* [[Setting up dovecot with imap and ssl]]&lt;br /&gt;
&lt;br /&gt;
=== HTTP ===&lt;br /&gt;
* [[Lighttpd]]&lt;br /&gt;
** [[Lighttpd Https access]]&lt;br /&gt;
** [[Setting Up Lighttpd with PHP]]&lt;br /&gt;
** [[Setting Up Lighttpd With FastCGI]]&lt;br /&gt;
* [[Cherokee]]&lt;br /&gt;
* [[Nginx]]&lt;br /&gt;
* [[Apache]]&lt;br /&gt;
** [[Apache authentication: NTLM Single Signon]]&lt;br /&gt;
&lt;br /&gt;
* [[High Availability High Performance Web Cache]] &#039;&#039;(uCarp + HAProxy for High Availability Services such as Squid web proxy)&#039;&#039; &amp;lt;!-- solution, Server --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Setting up Transparent Squid Proxy]] &amp;lt;!-- draft --&amp;gt;&lt;br /&gt;
** [[SqStat]] &#039;&#039;(Script to look at active squid users connections)&#039;&#039;&lt;br /&gt;
** [[Obtaining user information via SNMP]] &#039;&#039;(Using squark-auth-snmp as a Squid authentication helper)&#039;&#039; &amp;lt;!-- Networking and Server, &amp;lt;== Using squark-auth-snmp --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Drupal]] &#039;&#039;(Content Management System (CMS) written in PHP)&#039;&#039;&lt;br /&gt;
* [[WordPress]] &#039;&#039;(Web software to create website or blog)&#039;&#039;&lt;br /&gt;
* [[MediaWiki]] &#039;&#039;(Free web-based wiki software application)&#039;&#039;&lt;br /&gt;
* [[DokuWiki]]&lt;br /&gt;
&lt;br /&gt;
=== Other Servers ===&lt;br /&gt;
* [[Setting up a ssh-server]] &#039;&#039;(Using ssh is a good way to administer your box remotely)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Phpizabi]] &#039;&#039;(Social Networking Platform)&#039;&#039;&lt;br /&gt;
* [[Statusnet]] &#039;&#039;(Microblogging Platform)&#039;&#039;&lt;br /&gt;
* [[Pastebin]] &#039;&#039;(Pastebin software application)&#039;&#039;&lt;br /&gt;
* [[Setting up Transmission (bittorrent) with Clutch WebUI]]&lt;br /&gt;
&lt;br /&gt;
* [[Redmine]] &#039;&#039;(Project management system)&#039;&#039;&lt;br /&gt;
* [[Request-Tracker]] &#039;&#039;(Ticket system)&#039;&#039;&lt;br /&gt;
* [[Setting up trac wiki|Trac]] &#039;&#039;(Enhanced wiki and issue tracking system for software development projects)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Cgit]]&lt;br /&gt;
** [[Development using git:Cgit]] &amp;lt;!-- Proposed to merge this with [[Development using git:Developer repositories]] --&amp;gt;&lt;br /&gt;
** [[Setting up a git repository server with gitolite and cgit]] &amp;lt;!-- doesn&#039;t exist yet --&amp;gt;&lt;br /&gt;
* [[Roundcube]] &#039;&#039;(Webmail system)&#039;&#039;&lt;br /&gt;
* [[Glpi]] &#039;&#039;(Manage inventory of technical resources)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[How to setup a Alpine Linux mirror]]&lt;br /&gt;
* [[Cups]]&lt;br /&gt;
* [[NgIRCd]] &#039;&#039;(Server for Internet Relay Chat/IRC)&#039;&#039;&lt;br /&gt;
* [[OpenVCP]] &#039;&#039;(VServer Control Panel)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Monitoring ===&lt;br /&gt;
* [[Traffic monitoring]] &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
* [[Setting up traffic monitoring using rrdtool (and snmp)]] &amp;lt;!-- Monitoring --&amp;gt;&lt;br /&gt;
* [[Setting up monitoring using rrdtool (and rrdcollect)]]&lt;br /&gt;
* [[Setting up Cacti|Cacti]] &#039;&#039;(Front-end for rrdtool networking monitor)&#039;&#039;&lt;br /&gt;
* [[Setting up Zabbix|Zabbix]] &#039;&#039;(Monitor and track the status of network services and hardware)&#039;&#039;&lt;br /&gt;
* [[Setting up A Network Monitoring and Inventory System]] &#039;&#039;(Nagios + OpenAudit and related components)&#039;&#039; &amp;lt;!-- draft, solution, Networking and Monitoring and Server --&amp;gt;&lt;br /&gt;
** [[Setting up NRPE daemon]] &#039;&#039;(Performs remote Nagios checks)&#039;&#039; &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
* [[Setting up Smokeping|Smokeping]] &#039;&#039;(Network latency monitoring)&#039;&#039; &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
** [[Setting up MRTG and Smokeping to Monitor Bandwidth Usage and Network Latency]]&lt;br /&gt;
* [[Setting Up Fprobe And Ntop|Ntop]] &#039;&#039;(NetFlow collection and analysis using a remote fprobe instance)&#039;&#039; &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[IP Accounting]] &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
* [[Obtaining user information via SNMP]] &#039;&#039;(Using squark-auth-snmp as a Squid authentication helper)&#039;&#039; &amp;lt;!-- Networking and Server, &amp;lt;== Using squark-auth-snmp --&amp;gt;&lt;br /&gt;
* [[SqStat]] &#039;&#039;(Script to look at active squid users connections)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Piwik]] &#039;&#039;(A real time web analytics software program)&#039;&#039;&lt;br /&gt;
* [[Awstats]] &#039;&#039;(Free log file analyzer)&#039;&#039;&lt;br /&gt;
* [[Intrusion Detection using Snort]]&lt;br /&gt;
** [[Intrusion Detection using Snort, Sguil, Barnyard and more]]&lt;br /&gt;
* [[Dglog]] &#039;&#039;(Log analyzer for the web content filter DansGuardian)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Webmin]] &#039;&#039;(A web-based interface for Linux system)&#039;&#039;&lt;br /&gt;
* [[PhpPgAdmin]] &#039;&#039;(Web-based administration tool for PostgreSQL)&#039;&#039;&lt;br /&gt;
* [[PhpMyAdmin]] &#039;&#039;(Web-based administration tool for MYSQL)&#039;&#039;&lt;br /&gt;
* [[PhpSysInfo]] &#039;&#039;(A simple application that displays information about the host it&#039;s running on)&#039;&#039;&lt;br /&gt;
* [[Linfo]]&lt;br /&gt;
&lt;br /&gt;
* [[Setting up lm_sensors]]&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Shell]]&lt;br /&gt;
* [[:Category:Multimedia]]&lt;br /&gt;
* [[:Category:Programming]]&lt;br /&gt;
* [[Running glibc programs]]&lt;br /&gt;
&lt;br /&gt;
== Complete Solutions ==&lt;br /&gt;
&lt;br /&gt;
* [[Replacing non-Alpine Linux with Alpine remotely]]&lt;br /&gt;
* [[High performance SCST iSCSI Target on Linux software Raid]]&lt;br /&gt;
* [[Fault Tolerant Routing with Alpine Linux]]&lt;br /&gt;
* [[Experiences with OpenVPN-client on ALIX.2D3]]&lt;br /&gt;
&lt;br /&gt;
* [[ISP Mail Server HowTo]] &#039;&#039;(Postfix+PostfixAdmin+DoveCot+Roundcube+ClamAV+Spamd - A full-serivce ISP mail server)&#039;&#039;&lt;br /&gt;
** [[ISP Mail Server Upgrade 2.x]]&lt;br /&gt;
** [[ISP Mail Server 2.x HowTo]] &#039;&#039;(Beta, please test)&#039;&#039;&lt;br /&gt;
* [[High Availability High Performance Web Cache]] &#039;&#039;(uCarp + HAProxy for High Availability Services such as Squid web proxy)&#039;&#039;&lt;br /&gt;
* [[Setting up A Network Monitoring and Inventory System]] &#039;&#039;(Nagios + OpenAudit and related components)&#039;&#039; &amp;lt;!-- draft --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
This does not attempt to be complete. Is it useful to have these listed here? I find them more accessible if grouped with their topics; also, an up-to-date list of all Draft or Obsolete pages can be found at [[Project:Wiki maintenance]].&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
Currently unfinished/works-in-progress.&lt;br /&gt;
* [[Using Racoon for Remote Sites]]&lt;br /&gt;
* [[Setting up Transparent Squid Proxy]] &#039;&#039;(Covers Squid proxy and URL Filtering system)&#039;&#039;&lt;br /&gt;
** [[Obtaining user information via SNMP]] &#039;&#039;(Using the Squark Squid authentication helper)&#039;&#039; [!-- no longer a draft --]&lt;br /&gt;
* [[Setting up Streaming an Asterisk Channel]]&lt;br /&gt;
* [[Setting up A Network Monitoring and Inventory System]] &#039;&#039;(Nagios + OpenAudit and related components)&#039;&#039;&lt;br /&gt;
* [[Intrusion Detection using Snort]] &#039;&#039;(Installing and configuring Snort and related applications on Alpine 2.0.x)&#039;&#039;&lt;br /&gt;
* [[IP Accounting]] &#039;&#039;(Installing and configuring pmacct for IP Accounting, Netflow/sFlow collector)&#039;&#039;&lt;br /&gt;
* [[Disk Replication with DRBD]]&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7907</id>
		<title>Oneye</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7907"/>
		<updated>2012-04-16T14:21:25Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= What is oneye =&lt;br /&gt;
&lt;br /&gt;
oneye is a takeover of the legacy series 1 from the eyeos project. This new project is powered by the community around the web desktop eyeos 1.&lt;br /&gt;
We feel responsible for further development of eyeos 1.9 featured as oneye 0.8.x.&lt;br /&gt;
In addition new technologies get combined and a totally new designed framework will be released as oneye 0.9.&lt;br /&gt;
&lt;br /&gt;
= Set up oneye on Alpine Linux =&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup oneye on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd, PHP, sqlite&lt;br /&gt;
* oneye&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and sqlite =&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd gzip sqlite php php-sqlite php-imap nano}}&lt;br /&gt;
&lt;br /&gt;
== Configure the lighttpg == &lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +46 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Uncomment  &#039;&#039;&#039;include &amp;quot;mod_fastcgi.conf&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring oneye =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install oneye&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* CD and Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget  http://ufpr.dl.sourceforge.net/project/eyeos/oneye/0.8.0/oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|unzip oneye_0.8.0.zip &lt;br /&gt;
rm oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Rename Folder &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye_0.8.0 /usr/share/webapps/oneye}}&lt;br /&gt;
&lt;br /&gt;
* Unpack the config files &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye/package.eyepackage /usr/share/webapps/oneye/package.tar.gz&lt;br /&gt;
tar zxvf /usr/share/webapps/oneye/package.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
* Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod 777 /usr/share/webapps/oneye/installer/*.php&lt;br /&gt;
chmod 777 /usr/share/webapps/oneye/*.html}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to ownCloud&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/oneye /var/www/localhost/htdocs/oneye}}&lt;br /&gt;
&lt;br /&gt;
== Starting the web server ==&lt;br /&gt;
 &lt;br /&gt;
Starting http service and adding to boot&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
== Config your eyeos ==&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/oneye/installer&lt;br /&gt;
&lt;br /&gt;
  Please fill out the following form to install oneye:&lt;br /&gt;
  &lt;br /&gt;
  Root Password&lt;br /&gt;
  &lt;br /&gt;
  Retype Password&lt;br /&gt;
  &lt;br /&gt;
  System Name&lt;br /&gt;
  &lt;br /&gt;
  Allow users to create accounts (yes/no)&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install oenye!&amp;quot; button, and thats all. :)&lt;br /&gt;
You have eyeOS cloud computing system working. To access it, go to http://WEBSERVER_IP_ADDRESS/oneye/ and enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== eyeSync==&lt;br /&gt;
&lt;br /&gt;
You can use this nice small application to synchronize two or more folders between the remote server and your local desktop, as an Dropbox alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Windows side&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Download the application&lt;br /&gt;
&lt;br /&gt;
{{Cmd|http://eyeos.svn.sourceforge.net/viewvc/eyeos/playground/lk/eyeSync/eyeSync.exe}}&lt;br /&gt;
&lt;br /&gt;
* Configure the eyeSync&lt;br /&gt;
&lt;br /&gt;
After install, you have to set:&lt;br /&gt;
&lt;br /&gt;
 Server URL: http://WEBSERVER_IP_ADDRESS/oneye/&lt;br /&gt;
&lt;br /&gt;
 User / Password: &lt;br /&gt;
&lt;br /&gt;
Now you can create jobs to synchronize from Remote to Local / Local to Remote, manual or automatic/scheduled.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7906</id>
		<title>Oneye</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7906"/>
		<updated>2012-04-16T13:08:02Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing and configuring oneye */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= What is oneye =&lt;br /&gt;
&lt;br /&gt;
oneye is a takeover of the legacy series 1 from the eyeos project. This new project is powered by the community around the web desktop eyeos 1.&lt;br /&gt;
We feel responsible for further development of eyeos 1.9 featured as oneye 0.8.x.&lt;br /&gt;
In addition new technologies get combined and a totally new designed framework will be released as oneye 0.9.&lt;br /&gt;
&lt;br /&gt;
= Set up oneye on Alpine Linux =&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup oneye on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd, PHP, sqlite&lt;br /&gt;
* oneye&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and sqlite =&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd gzip sqlite php php-sqlite php-imap nano}}&lt;br /&gt;
&lt;br /&gt;
== Configure the lighttpg == &lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +46 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Uncomment  &#039;&#039;&#039;include &amp;quot;mod_fastcgi.conf&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring oneye =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install oneye&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* CD and Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget  http://ufpr.dl.sourceforge.net/project/eyeos/oneye/0.8.0/oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|unzip oneye_0.8.0.zip &lt;br /&gt;
rm oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Rename Folder &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye_0.8.0 /usr/share/webapps/oneye}}&lt;br /&gt;
&lt;br /&gt;
* Unpack the config files &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye/package.eyepackage /usr/share/webapps/oneye/package.tar.gz&lt;br /&gt;
tar zxvf /usr/share/webapps/oneye/package.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
* Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod 777 /usr/share/webapps/oneye/installer/*.php&lt;br /&gt;
chmod 777 /usr/share/webapps/oneye/*.html}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to ownCloud&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/oneye /var/www/localhost/htdocs/oneye}}&lt;br /&gt;
&lt;br /&gt;
== Starting the web server ==&lt;br /&gt;
 &lt;br /&gt;
Starting http service and adding to boot&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
== Config your eyeos ==&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/oneye/installer&lt;br /&gt;
&lt;br /&gt;
  Please fill out the following form to install oneye:&lt;br /&gt;
  &lt;br /&gt;
  Root Password&lt;br /&gt;
  &lt;br /&gt;
  Retype Password&lt;br /&gt;
  &lt;br /&gt;
  System Name&lt;br /&gt;
  &lt;br /&gt;
  Allow users to create accounts (yes/no)&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install oenye!&amp;quot; button, and thats all. :)&lt;br /&gt;
You have eyeOS cloud computing system working. To access it, go to http://WEBSERVER_IP_ADDRESS/oneye/ and enjoy!&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Tutorials_and_Howtos&amp;diff=7905</id>
		<title>Tutorials and Howtos</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Tutorials_and_Howtos&amp;diff=7905"/>
		<updated>2012-04-16T12:36:23Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:package_edutainment.svg|right|link=]]&lt;br /&gt;
{{TOC left}}&lt;br /&gt;
&#039;&#039;&#039;Welcome to Tutorials and Howtos, a place of basic and advanced configuration tasks for your Alpine Linux.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The tutorials are hands-on and the reader is expected to try and achieve the goals described in each step, possibly with the help of a good example. The output in one step is the starting point for the following step.&lt;br /&gt;
&lt;br /&gt;
Howtos are smaller articles explaining how to perform a particular task with Alpine Linux.&lt;br /&gt;
&lt;br /&gt;
We encourage people to send in both complete articles as well as requesting topics to be covered. If you think you have the skills and knowledge to write an Alpine Linux related article please do so on this Wiki. If you want to request a topic, please add your request in this page&#039;s [[Talk:Tutorials_and_Howtos|Discussion]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Storage ==&lt;br /&gt;
&lt;br /&gt;
* [[Alpine local backup|Alpine local backup (lbu)]] &#039;&#039;(Permanently store your modifications in case your box needs reboot)&#039;&#039; &amp;lt;!-- Installation and Storage --&amp;gt;&lt;br /&gt;
** [[Back Up a Flash Memory Installation]] &amp;lt;!-- Installation and Storage --&amp;gt;&lt;br /&gt;
** [[Manually editing a existing apkovl]]&lt;br /&gt;
&lt;br /&gt;
* [[Setting up disks manually]] &amp;lt;!-- Installation and Storage --&amp;gt;&lt;br /&gt;
* [[Setting up a software raid1 array]]&lt;br /&gt;
** [[Setting up a /var partition on software IDE raid1]] &amp;lt;!-- Obsolete, Installation and Storage --&amp;gt; &lt;br /&gt;
* [[Setting up encrypted volumes with LUKS]]&lt;br /&gt;
* [[Setting up Logical Volumes with LVM]]&lt;br /&gt;
* [[Filesystems|Formatting HD/Floppy/Other]] &amp;lt;!-- just a stub --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Setting up iSCSI]]&lt;br /&gt;
** [[iSCSI Raid and Clustered File Systems]]&lt;br /&gt;
* [[High performance SCST iSCSI Target on Linux software Raid]] &amp;lt;!-- solution --&amp;gt;&lt;br /&gt;
* [[Disk Replication with DRBD]] &amp;lt;!-- draft --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Burning ISOs]] &amp;lt;!-- just some links now --&amp;gt;&lt;br /&gt;
* [[Bootmanagers]]&lt;br /&gt;
* [[Migrating data]]&lt;br /&gt;
&lt;br /&gt;
== Networking ==&lt;br /&gt;
&lt;br /&gt;
* [[Configure Networking]]&lt;br /&gt;
* [[Connecting to a wireless access point]]&lt;br /&gt;
* [[How to configure static routes]]&lt;br /&gt;
* [[How to configure a network bridge]]&lt;br /&gt;
** [[Setting Up a bridge]]&lt;br /&gt;
&lt;br /&gt;
* [[Using serial modem]]&lt;br /&gt;
* [[Using HSDPA modem]]&lt;br /&gt;
* [[Setting up Satellite Internet Connection]]&lt;br /&gt;
* [[Using Alpine on Windows domain with IPSEC isolation]]&lt;br /&gt;
&lt;br /&gt;
* [[Setting up a ssh-server]] &#039;&#039;(Using ssh is a good way to administer your box remotely)&#039;&#039; &amp;lt;!-- Server and Networking --&amp;gt;&lt;br /&gt;
* [[How to setup a wireless access point]] &#039;&#039;(Setting up Secure Wireless AP w/ WPA encryption with bridge to wired network)&#039;&#039;&lt;br /&gt;
* [[Setting up a OpenVPN server with Alpine]] &#039;&#039;(Allowing single users or devices to remotely connect to your network)&#039;&#039;&lt;br /&gt;
&amp;lt;!-- [[Using Racoon for Remote Sites]] is a different VPN tunnelling method, but that article is just a stub --&amp;gt;&lt;br /&gt;
* [[Experiences with OpenVPN-client on ALIX.2D3]]  &amp;lt;!-- solution --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Generating SSL certs with ACF]] &amp;lt;!-- Generating SSL certs with ACF 1.9 --&amp;gt;&lt;br /&gt;
* [[Setting up unbound DNS server]]&lt;br /&gt;
* [[Setting up nsd DNS server]]&lt;br /&gt;
* [[TinyDNS Format]]&lt;br /&gt;
* [[Fault Tolerant Routing with Alpine Linux]] &amp;lt;!-- solution --&amp;gt;&lt;br /&gt;
* [[Alpine Wall]] &#039;&#039;(Plans for a new firewall management framework)&#039;&#039;&lt;br /&gt;
* [[Freeradius Active Directory Integration]]&lt;br /&gt;
&lt;br /&gt;
== Post-Install ==&lt;br /&gt;
&amp;lt;!-- If you edit this, please coordinate with Installation#Post-Install and Developer_Documentation#Package_management.  Note that these three sections are not exact duplicates. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Alpine Linux package management|Package Management (apk)]] &#039;&#039;(How to add/remove packages on your Alpine)&#039;&#039;&lt;br /&gt;
   &amp;lt;!-- [[Alpine Linux package management#Local_Cache|How to enable APK caching]] --&amp;gt;&lt;br /&gt;
** [[Comparison with other distros]]&lt;br /&gt;
* [[Alpine local backup|Alpine local backup (lbu)]] &#039;&#039;(Permanently store your modifications in case your box needs reboot)&#039;&#039;&lt;br /&gt;
** [[Manually editing a existing apkovl]]&lt;br /&gt;
** [[Back Up a Flash Memory Installation]] &amp;lt;!-- new --&amp;gt;&lt;br /&gt;
* [[Alpine Linux Init System|Init System (OpenRC)]] &#039;&#039;(Configure a service to automatically boot at next reboot)&#039;&#039;&lt;br /&gt;
** [[Multiple Instances of Services]]&lt;br /&gt;
   &amp;lt;!-- [[Writing Init Scripts]] --&amp;gt;&lt;br /&gt;
* [[Upgrading Alpine - v1.9.x|Upgrading Alpine]] using the stable or [[Edge|edge]] repositories&lt;br /&gt;
&amp;lt;!-- Obsolete&lt;br /&gt;
 [[Upgrading Alpine|top]]&lt;br /&gt;
 [[Upgrading Alpine - CD v1.8.x]]&lt;br /&gt;
 [[Upgrading Alpine - HD v1.8.x]]&lt;br /&gt;
 [[Upgrade to repository main|Upgrading to signed repositories]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Setting up a ssh-server]] &#039;&#039;(Using ssh is a good way to administer your box remotely)&#039;&#039;&lt;br /&gt;
* [[setup-acf]] &#039;&#039;(Configures ACF (webconfiguration) so you can manage your box through https)&#039;&#039;&lt;br /&gt;
* [[Changing passwords for ACF|Changing passwords]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Enable Serial Console on Boot]]&lt;br /&gt;
* [[Error message on boot: Address space collision: host bridge window conflicts with Adaptor ROM]]&lt;br /&gt;
&lt;br /&gt;
== Desktop Environment ==&lt;br /&gt;
&lt;br /&gt;
* [[XFCE Setup]] and [[Xfce Desktop|Desktop Ideas]]&lt;br /&gt;
* [[EyeOS]] &#039;&#039;(Cloud Computing Desktop)&#039;&#039;&lt;br /&gt;
* [[Oneye]] &#039;&#039;(Cloud Computing Desktop)&#039;&#039;&lt;br /&gt;
* [[Owncloud]] &#039;&#039;(Cloud Computing Desktop - Dropbox Alternative)&#039;&#039;&lt;br /&gt;
* [[Gnome Setup]]&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
&lt;br /&gt;
=== Telephony ===&lt;br /&gt;
* [[Setting up Zaptel/Asterisk on Alpine]]&lt;br /&gt;
** [[Setting up Streaming an Asterisk Channel]]&lt;br /&gt;
* [[Freepbx on Alpine Linux]]&lt;br /&gt;
* [[FreePBX_V3]] &#039;&#039;(FreeSWITCH, Asterisk GUI web acces tool)&#039;&#039;&lt;br /&gt;
* [[2600hz]] &#039;&#039;(FreeSWITCH, Asterisk GUI web access tool)&#039;&#039;&lt;br /&gt;
* [[Kamailio]] &#039;&#039;(SIP Server, formerly OpenSER)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mail ===&lt;br /&gt;
* [[Hosting services on Alpine]] &#039;&#039;(Hosting mail, webservices and other services)&#039;&#039;&lt;br /&gt;
** [[Hosting Web/Email services on Alpine]]&lt;br /&gt;
* [[ISP Mail Server HowTo]] &amp;lt;!-- solution, Mail --&amp;gt;&lt;br /&gt;
** [[ISP Mail Server Upgrade 2.x]]&lt;br /&gt;
** [[ISP Mail Server 2.x HowTo]] &#039;&#039;(Beta, please test)&#039;&#039;&lt;br /&gt;
* [[Roundcube]] &#039;&#039;(Webmail system)&#039;&#039;&lt;br /&gt;
* [[Setting up postfix with virtual domains]]&lt;br /&gt;
* [[Protecting your email server with Alpine]]&lt;br /&gt;
* [[Setting up clamsmtp]]&lt;br /&gt;
* [[Setting up dovecot with imap and ssl]]&lt;br /&gt;
&lt;br /&gt;
=== HTTP ===&lt;br /&gt;
* [[Lighttpd]]&lt;br /&gt;
** [[Lighttpd Https access]]&lt;br /&gt;
** [[Setting Up Lighttpd with PHP]]&lt;br /&gt;
** [[Setting Up Lighttpd With FastCGI]]&lt;br /&gt;
* [[Cherokee]]&lt;br /&gt;
* [[Nginx]]&lt;br /&gt;
* [[Apache]]&lt;br /&gt;
** [[Apache authentication: NTLM Single Signon]]&lt;br /&gt;
&lt;br /&gt;
* [[High Availability High Performance Web Cache]] &#039;&#039;(uCarp + HAProxy for High Availability Services such as Squid web proxy)&#039;&#039; &amp;lt;!-- solution, Server --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Setting up Transparent Squid Proxy]] &amp;lt;!-- draft --&amp;gt;&lt;br /&gt;
** [[SqStat]] &#039;&#039;(Script to look at active squid users connections)&#039;&#039;&lt;br /&gt;
** [[Obtaining user information via SNMP]] &#039;&#039;(Using squark-auth-snmp as a Squid authentication helper)&#039;&#039; &amp;lt;!-- Networking and Server, &amp;lt;== Using squark-auth-snmp --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Drupal]] &#039;&#039;(Content Management System (CMS) written in PHP)&#039;&#039;&lt;br /&gt;
* [[WordPress]] &#039;&#039;(Web software to create website or blog)&#039;&#039;&lt;br /&gt;
* [[MediaWiki]] &#039;&#039;(Free web-based wiki software application)&#039;&#039;&lt;br /&gt;
* [[DokuWiki]]&lt;br /&gt;
&lt;br /&gt;
=== Other Servers ===&lt;br /&gt;
* [[Setting up a ssh-server]] &#039;&#039;(Using ssh is a good way to administer your box remotely)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Phpizabi]] &#039;&#039;(Social Networking Platform)&#039;&#039;&lt;br /&gt;
* [[Statusnet]] &#039;&#039;(Microblogging Platform)&#039;&#039;&lt;br /&gt;
* [[Pastebin]] &#039;&#039;(Pastebin software application)&#039;&#039;&lt;br /&gt;
* [[Setting up Transmission (bittorrent) with Clutch WebUI]]&lt;br /&gt;
&lt;br /&gt;
* [[Redmine]] &#039;&#039;(Project management system)&#039;&#039;&lt;br /&gt;
* [[Request-Tracker]] &#039;&#039;(Ticket system)&#039;&#039;&lt;br /&gt;
* [[Setting up trac wiki|Trac]] &#039;&#039;(Enhanced wiki and issue tracking system for software development projects)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Cgit]]&lt;br /&gt;
** [[Development using git:Cgit]] &amp;lt;!-- Proposed to merge this with [[Development using git:Developer repositories]] --&amp;gt;&lt;br /&gt;
** [[Setting up a git repository server with gitolite and cgit]] &amp;lt;!-- doesn&#039;t exist yet --&amp;gt;&lt;br /&gt;
* [[Roundcube]] &#039;&#039;(Webmail system)&#039;&#039;&lt;br /&gt;
* [[Glpi]] &#039;&#039;(Manage inventory of technical resources)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[How to setup a Alpine Linux mirror]]&lt;br /&gt;
* [[Cups]]&lt;br /&gt;
* [[NgIRCd]] &#039;&#039;(Server for Internet Relay Chat/IRC)&#039;&#039;&lt;br /&gt;
* [[OpenVCP]] &#039;&#039;(VServer Control Panel)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Monitoring ===&lt;br /&gt;
* [[Traffic monitoring]] &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
* [[Setting up traffic monitoring using rrdtool (and snmp)]] &amp;lt;!-- Monitoring --&amp;gt;&lt;br /&gt;
* [[Setting up monitoring using rrdtool (and rrdcollect)]]&lt;br /&gt;
* [[Setting up Cacti|Cacti]] &#039;&#039;(Front-end for rrdtool networking monitor)&#039;&#039;&lt;br /&gt;
* [[Setting up Zabbix|Zabbix]] &#039;&#039;(Monitor and track the status of network services and hardware)&#039;&#039;&lt;br /&gt;
* [[Setting up A Network Monitoring and Inventory System]] &#039;&#039;(Nagios + OpenAudit and related components)&#039;&#039; &amp;lt;!-- draft, solution, Networking and Monitoring and Server --&amp;gt;&lt;br /&gt;
** [[Setting up NRPE daemon]] &#039;&#039;(Performs remote Nagios checks)&#039;&#039; &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
* [[Setting up Smokeping|Smokeping]] &#039;&#039;(Network latency monitoring)&#039;&#039; &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
** [[Setting up MRTG and Smokeping to Monitor Bandwidth Usage and Network Latency]]&lt;br /&gt;
* [[Setting Up Fprobe And Ntop|Ntop]] &#039;&#039;(NetFlow collection and analysis using a remote fprobe instance)&#039;&#039; &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[IP Accounting]] &amp;lt;!-- Networking and Monitoring --&amp;gt;&lt;br /&gt;
* [[Obtaining user information via SNMP]] &#039;&#039;(Using squark-auth-snmp as a Squid authentication helper)&#039;&#039; &amp;lt;!-- Networking and Server, &amp;lt;== Using squark-auth-snmp --&amp;gt;&lt;br /&gt;
* [[SqStat]] &#039;&#039;(Script to look at active squid users connections)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Piwik]] &#039;&#039;(A real time web analytics software program)&#039;&#039;&lt;br /&gt;
* [[Awstats]] &#039;&#039;(Free log file analyzer)&#039;&#039;&lt;br /&gt;
* [[Intrusion Detection using Snort]]&lt;br /&gt;
** [[Intrusion Detection using Snort, Sguil, Barnyard and more]]&lt;br /&gt;
* [[Dglog]] &#039;&#039;(Log analyzer for the web content filter DansGuardian)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Webmin]] &#039;&#039;(A web-based interface for Linux system)&#039;&#039;&lt;br /&gt;
* [[PhpPgAdmin]] &#039;&#039;(Web-based administration tool for PostgreSQL)&#039;&#039;&lt;br /&gt;
* [[PhpMyAdmin]] &#039;&#039;(Web-based administration tool for MYSQL)&#039;&#039;&lt;br /&gt;
* [[PhpSysInfo]] &#039;&#039;(A simple application that displays information about the host it&#039;s running on)&#039;&#039;&lt;br /&gt;
* [[Linfo]]&lt;br /&gt;
&lt;br /&gt;
* [[Setting up lm_sensors]]&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Shell]]&lt;br /&gt;
* [[:Category:Multimedia]]&lt;br /&gt;
* [[:Category:Programming]]&lt;br /&gt;
* [[Running glibc programs]]&lt;br /&gt;
&lt;br /&gt;
== Complete Solutions ==&lt;br /&gt;
&lt;br /&gt;
* [[Replacing non-Alpine Linux with Alpine remotely]]&lt;br /&gt;
* [[High performance SCST iSCSI Target on Linux software Raid]]&lt;br /&gt;
* [[Fault Tolerant Routing with Alpine Linux]]&lt;br /&gt;
* [[Experiences with OpenVPN-client on ALIX.2D3]]&lt;br /&gt;
&lt;br /&gt;
* [[ISP Mail Server HowTo]] &#039;&#039;(Postfix+PostfixAdmin+DoveCot+Roundcube+ClamAV+Spamd - A full-serivce ISP mail server)&#039;&#039;&lt;br /&gt;
** [[ISP Mail Server Upgrade 2.x]]&lt;br /&gt;
** [[ISP Mail Server 2.x HowTo]] &#039;&#039;(Beta, please test)&#039;&#039;&lt;br /&gt;
* [[High Availability High Performance Web Cache]] &#039;&#039;(uCarp + HAProxy for High Availability Services such as Squid web proxy)&#039;&#039;&lt;br /&gt;
* [[Setting up A Network Monitoring and Inventory System]] &#039;&#039;(Nagios + OpenAudit and related components)&#039;&#039; &amp;lt;!-- draft --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
This does not attempt to be complete. Is it useful to have these listed here? I find them more accessible if grouped with their topics; also, an up-to-date list of all Draft or Obsolete pages can be found at [[Project:Wiki maintenance]].&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
Currently unfinished/works-in-progress.&lt;br /&gt;
* [[Using Racoon for Remote Sites]]&lt;br /&gt;
* [[Setting up Transparent Squid Proxy]] &#039;&#039;(Covers Squid proxy and URL Filtering system)&#039;&#039;&lt;br /&gt;
** [[Obtaining user information via SNMP]] &#039;&#039;(Using the Squark Squid authentication helper)&#039;&#039; [!-- no longer a draft --]&lt;br /&gt;
* [[Setting up Streaming an Asterisk Channel]]&lt;br /&gt;
* [[Setting up A Network Monitoring and Inventory System]] &#039;&#039;(Nagios + OpenAudit and related components)&#039;&#039;&lt;br /&gt;
* [[Intrusion Detection using Snort]] &#039;&#039;(Installing and configuring Snort and related applications on Alpine 2.0.x)&#039;&#039;&lt;br /&gt;
* [[IP Accounting]] &#039;&#039;(Installing and configuring pmacct for IP Accounting, Netflow/sFlow collector)&#039;&#039;&lt;br /&gt;
* [[Disk Replication with DRBD]]&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7904</id>
		<title>Oneye</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Oneye&amp;diff=7904"/>
		<updated>2012-04-16T12:33:48Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: Created page with &amp;quot;= What is oneye =  oneye is a takeover of the legacy series 1 from the eyeos project. This new project is powered by the community around the web desktop eyeos 1. We feel respons...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= What is oneye =&lt;br /&gt;
&lt;br /&gt;
oneye is a takeover of the legacy series 1 from the eyeos project. This new project is powered by the community around the web desktop eyeos 1.&lt;br /&gt;
We feel responsible for further development of eyeos 1.9 featured as oneye 0.8.x.&lt;br /&gt;
In addition new technologies get combined and a totally new designed framework will be released as oneye 0.9.&lt;br /&gt;
&lt;br /&gt;
= Set up oneye on Alpine Linux =&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup oneye on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd, PHP, sqlite&lt;br /&gt;
* oneye&lt;br /&gt;
&lt;br /&gt;
= Install lighttpd, PHP, and sqlite =&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd gzip sqlite php php-sqlite php-imap nano}}&lt;br /&gt;
&lt;br /&gt;
== Configure the lighttpg == &lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +46 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Uncomment  &#039;&#039;&#039;include &amp;quot;mod_fastcgi.conf&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Installing and configuring oneye =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install oneye&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* CD and Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget  http://ufpr.dl.sourceforge.net/project/eyeos/oneye/0.8.0/oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|unzip oneye_0.8.0.zip &lt;br /&gt;
rm oneye_0.8.0.zip}}&lt;br /&gt;
&lt;br /&gt;
* Rename Folder &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye_0.8.0 /usr/share/webapps/oneye}}&lt;br /&gt;
&lt;br /&gt;
* Unpack the config files &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv /usr/share/webapps/oneye/package.eyepackage  &lt;br /&gt;
/usr/share/webapps/oneyepackage.tar.gz&lt;br /&gt;
tar zxvf package.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
* Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod 777 /usr/share/webapps/oneye/installer/*.php&lt;br /&gt;
chmod 777 /usr/share/webapps/oneye/*.php}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to ownCloud&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/oneye /var/www/localhost/htdocs/oneye}}&lt;br /&gt;
&lt;br /&gt;
== Starting the web server ==&lt;br /&gt;
 &lt;br /&gt;
Starting http service and adding to boot&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
== Config your eyeos ==&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/oneye/installer&lt;br /&gt;
&lt;br /&gt;
  Please fill out the following form to install oneye:&lt;br /&gt;
  &lt;br /&gt;
  Root Password&lt;br /&gt;
  &lt;br /&gt;
  Retype Password&lt;br /&gt;
  &lt;br /&gt;
  System Name&lt;br /&gt;
  &lt;br /&gt;
  Allow users to create accounts (yes/no)&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install&amp;quot; button, and thats all. :)&lt;br /&gt;
You have eyeOS cloud computing system working. To access it, go to http://WEBSERVER_IP_ADDRESS/oneye/ and enjoy!&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Owncloud&amp;diff=7897</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Owncloud&amp;diff=7897"/>
		<updated>2012-04-13T15:28:25Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is ownCloud?==&lt;br /&gt;
&lt;br /&gt;
ownCloud gives you easy and universal access to all of your files.&lt;br /&gt;
It also provides a platform to easily view, sync and share your contacts, calendars, bookmarks and files across all your devices.&lt;br /&gt;
ownCloud 3 brings loads of new features and hundred of fixes…&lt;br /&gt;
&lt;br /&gt;
* Sharing at the click of a button&lt;br /&gt;
&lt;br /&gt;
We like to share things, so we made sure you can do that easily. You can share files with other users in your ownCloud instance or through a public link that you can send to anyone. Can be used as an open source dropbox alternative too.&lt;br /&gt;
&lt;br /&gt;
* Explore your photos&lt;br /&gt;
&lt;br /&gt;
ownCloud features a photo gallery application to help, view and organize photos of different file types. Photo albums are automatically created for uploaded photos and make it easy to scroll through your pictures.&lt;br /&gt;
&lt;br /&gt;
* Edit your files on the go&lt;br /&gt;
&lt;br /&gt;
With ownCloud, you can access and edit your documents in multiple ways. You can edit text files directly in your browser with the online text editor, or mount your files locally via WebDAV, viewing and editing them with the desktop apps you are used to.&lt;br /&gt;
&lt;br /&gt;
== Set up ownCloud on Alpine Linux ==&lt;br /&gt;
This document will be a quick c/p guide to setup this file sharing system on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* MySql&lt;br /&gt;
* ownCloud&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  ownCloud ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install ownCloud&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget wget http://owncloud.org/releases/owncloud-3.0.2.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar xfj owncloud-3.0.2.tar.bz2&lt;br /&gt;
rm owncloud-3.0.2.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
* Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chown -R lighttpd:lighttpd /usr/share/webapps/owncloud}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to ownCloud&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/owncloud/ /var/www/localhost/htdocs/owncloud}}&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 ownCloud database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE owncloud;&lt;br /&gt;
GRANT ALL PRIVILEGES ON owncloud.* TO &#039;owncloud&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;owncloud password&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Config your ownCloud ==&lt;br /&gt;
&lt;br /&gt;
* Browse&lt;br /&gt;
&lt;br /&gt;
http://WEBSERVER_IP_ADDRESS/ownCloud/&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Create a administrator account&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* User Name:		&amp;lt;username&amp;gt; 			- new admin username&lt;br /&gt;
:* Password:		&amp;lt;password&amp;gt;			- new admin password&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Set the storage folder:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;/usr/share/webapps/owncloud/data&amp;gt; 	- Storage folder&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Configure the database&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* User Name:		&amp;lt;username&amp;gt; 			- db admin username&lt;br /&gt;
:* Password:		&amp;lt;password&amp;gt;			- db admin password&lt;br /&gt;
:* Database Name:	owncloud			- db name&lt;br /&gt;
:* Database Host: 	localhost			- db host&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you&#039;ve done that, click &amp;quot;Complete Installation&amp;quot; &lt;br /&gt;
&lt;br /&gt;
You have ownCloud working, to access go to http://WEBSERVER_IP_ADDRESS/owncloud and enjoy!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; You will need to create at least one user.&lt;br /&gt;
&lt;br /&gt;
== WebDAV ==&lt;br /&gt;
&lt;br /&gt;
You can access ownCloud directly via WebDAV, as an Dropbox alternative.&lt;br /&gt;
&lt;br /&gt;
Here we will explain how to setup WebDAV access on several Operating Systems.&lt;br /&gt;
Some applications only allow you to save to a local folder. By mounting ownCloud to a local folder, you can get around this issue.&lt;br /&gt;
&lt;br /&gt;
=== Server configuration ===&lt;br /&gt;
&lt;br /&gt;
* Add webdav packages&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd-mod_webdav mod_dav_svn}}&lt;br /&gt;
&lt;br /&gt;
* Configure the lighttpd&lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +36 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
* Restart the web server&lt;br /&gt;
&lt;br /&gt;
{{Cmd| /etc/init.d/lighttpd restart}}&lt;br /&gt;
&lt;br /&gt;
* Confiugre the fstab&lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano /etc/fstab}}&lt;br /&gt;
&lt;br /&gt;
Add:&lt;br /&gt;
  usr/share/webapps/owncloud/files/webdav.php /usr/share/webapps/owncloud/&amp;lt;username&amp;gt;/data/ davfs user,rw,noauto 0 0&lt;br /&gt;
&lt;br /&gt;
Change &amp;lt;username&amp;gt; to the username created in the owncloud. e.g. public&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mount -a}}&lt;br /&gt;
&lt;br /&gt;
=== Client configuration ===&lt;br /&gt;
&lt;br /&gt;
Windows XP and Vista should work perfectly fine.&lt;br /&gt;
&lt;br /&gt;
In Windows 7, you can map ownCloud as a network folder.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enable the Webclient service Services&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Webclient service (Mouse right click -&amp;gt; Enable)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modify the registry&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
* Change HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\BasicAuthLevel from 1 to 2. &lt;br /&gt;
&lt;br /&gt;
* Restart Webclient service (Mouse right click -&amp;gt; Restart)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Map the network folder&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Go to My Computer (Mouse right click -&amp;gt; Mount Network Drive)&lt;br /&gt;
* In the Folder field type http://WEBSERVER_IP_ADDRESS/owncloud/files/webdav.php&lt;br /&gt;
* Check Connect using different credentials&lt;br /&gt;
&lt;br /&gt;
[[Category:SQL]]&lt;br /&gt;
[[Category:PHP]]&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Owncloud&amp;diff=7896</id>
		<title>Owncloud</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Owncloud&amp;diff=7896"/>
		<updated>2012-04-13T08:10:57Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: Created page with &amp;quot;== What is ownCloud?==  ownCloud gives you easy and universal access to all of your files. It also provides a platform to easily view, sync and share your contacts, calendars, bo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is ownCloud?==&lt;br /&gt;
&lt;br /&gt;
ownCloud gives you easy and universal access to all of your files.&lt;br /&gt;
It also provides a platform to easily view, sync and share your contacts, calendars, bookmarks and files across all your devices.&lt;br /&gt;
ownCloud 3 brings loads of new features and hundred of fixes…&lt;br /&gt;
&lt;br /&gt;
* Sharing at the click of a button&lt;br /&gt;
&lt;br /&gt;
We like to share things, so we made sure you can do that easily. You can share files with other users in your ownCloud instance or through a public link that you can send to anyone.&lt;br /&gt;
&lt;br /&gt;
* Explore your photos&lt;br /&gt;
&lt;br /&gt;
ownCloud features a photo gallery application to help, view and organize photos of different file types. Photo albums are automatically created for uploaded photos and make it easy to scroll through your pictures.&lt;br /&gt;
&lt;br /&gt;
* Edit your files on the go&lt;br /&gt;
&lt;br /&gt;
With ownCloud, you can access and edit your documents in multiple ways. You can edit text files directly in your browser with the online text editor, or mount your files locally via WebDAV, viewing and editing them with the desktop apps you are used to.&lt;br /&gt;
&lt;br /&gt;
== Set up ownCloud on Alpine Linux ==&lt;br /&gt;
This document will be a quick c/p guide to setup this file sharing system on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* MySql&lt;br /&gt;
* ownCloud&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  ownCloud ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install ownCloud&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
* Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/ &lt;br /&gt;
wget wget http://owncloud.org/releases/owncloud-3.0.2.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar xfj owncloud-3.0.2.tar.bz2&lt;br /&gt;
rm owncloud-3.0.2.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
* Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chown -R lighttpd:lighttpd /usr/share/webapps/owncloud}}&lt;br /&gt;
&lt;br /&gt;
* Make symlinks to ownCloud&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/owncloud/ /var/www/localhost/htdocs/owncloud}}&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 ownCloud database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE owncloud;&lt;br /&gt;
GRANT ALL PRIVILEGES ON owncloud.* TO &#039;owncloud&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;owncloud password&#039;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Config your ownCloud ==&lt;br /&gt;
&lt;br /&gt;
* Browse&lt;br /&gt;
&lt;br /&gt;
http://WEBSERVER_IP_ADDRESS/ownCloud/&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Create a administrator account&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* User Name:		&amp;lt;username&amp;gt; 			- new admin username&lt;br /&gt;
:* Password:		&amp;lt;password&amp;gt;			- new admin password&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Set the storage folder:&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* &amp;lt;/usr/share/webapps/owncloud/data&amp;gt; 	- Storage folder&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Configure the database&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:* User Name:		&amp;lt;username&amp;gt; 			- db admin username&lt;br /&gt;
:* Password:		&amp;lt;password&amp;gt;			- db admin password&lt;br /&gt;
:* Database Name:	owncloud			- db name&lt;br /&gt;
:* Database Host: 	localhost			- db host&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you&#039;ve done that, click &amp;quot;Complete Installation&amp;quot; &lt;br /&gt;
&lt;br /&gt;
You have ownCloud working, to access go to http://WEBSERVER_IP_ADDRESS/owncloud and enjoy!&lt;br /&gt;
&lt;br /&gt;
[[Category:SQL]]&lt;br /&gt;
[[Category:PHP]]&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=File_Sharing_System&amp;diff=7895</id>
		<title>File Sharing System</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=File_Sharing_System&amp;diff=7895"/>
		<updated>2012-04-13T07:27:24Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: Created page with &amp;quot;== What is PHP FSS?== PHP File system administrator now called &amp;quot;PHP File Sharing System&amp;quot; is a Web Application made for easy server file administration, that provides end-user and...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is PHP FSS?==&lt;br /&gt;
PHP File system administrator now called &amp;quot;PHP File Sharing System&amp;quot; is a Web Application made for easy server file administration, that provides end-user and easy interfase for browsing and uploading files.&lt;br /&gt;
&lt;br /&gt;
== Set up FSS on Alpine Linux ==&lt;br /&gt;
This document will be a quick c/p guide to setup this file sharing system on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* FSS&lt;br /&gt;
&lt;br /&gt;
== Install lighttpd, PHP ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add lighttpd php }}&lt;br /&gt;
&lt;br /&gt;
== Configuring Lighttpd==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Edit lighttpd.conf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano +46 /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Uncomment line:&lt;br /&gt;
&lt;br /&gt;
 include &amp;quot;mod_fastcgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Installing FSS ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install FSS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/fss -p}}&lt;br /&gt;
&lt;br /&gt;
* Go to web folder &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/fss}}&lt;br /&gt;
&lt;br /&gt;
* Download FSS&lt;br /&gt;
&lt;br /&gt;
{{Cmd|wget http://sourceforge.net/projects/phpfilesadmin/files/phpfilesadmin/FSS%20Release%201.5.1/FSS_Release_1_5_1.zip}}&lt;br /&gt;
&lt;br /&gt;
* Unpack FSS&lt;br /&gt;
&lt;br /&gt;
{{Cmd|unzip FSS_Release_1_5_1.zip  }}&lt;br /&gt;
&lt;br /&gt;
* Set permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod 777 -R /usr/share/webapps/fss}}&lt;br /&gt;
&lt;br /&gt;
* Make Symlink &lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/fss/ /var/www/localhost/htdocs/fss}}&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Starting http and server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
* Browse &lt;br /&gt;
http://WEBSERVER_IP_ADDRESS/fss&lt;br /&gt;
&lt;br /&gt;
You have PHP File Sharing working, to access go to http://WEBSERVER_IP_ADDRESS/fss and enjoy!&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Sircbot&amp;diff=7882</id>
		<title>Sircbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Sircbot&amp;diff=7882"/>
		<updated>2012-04-11T08:50:04Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: lua IRC bot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sircbot is a simple irc bot based in lua script.&lt;br /&gt;
&lt;br /&gt;
== Install sircbot ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add sircbot lua-sircbot}}&lt;br /&gt;
&lt;br /&gt;
== Configue sircbot ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd| vi  /etc/conf.d/sircbot}}&lt;br /&gt;
&lt;br /&gt;
Change name, server and channel&lt;br /&gt;
&lt;br /&gt;
 sircbot_opts=&amp;quot;-n name -s server&amp;quot;&lt;br /&gt;
 sircbot_channels=&amp;quot;#channel&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Create sircbot scripts folders and files ==&lt;br /&gt;
&lt;br /&gt;
Sircbot will use an folder for the channel where is logged in. Lets say we will use it at the &amp;quot;test&amp;quot; channel.&lt;br /&gt;
The folder path is: /etc/sircbot.d/#channel&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
Lets see an example:&lt;br /&gt;
&lt;br /&gt;
Our bot will be named kumquat and we will join at the #test channel in the irc.ddd.ddd server.&lt;br /&gt;
&lt;br /&gt;
{{Cmd| vi  /etc/conf.d/sircbot}}&lt;br /&gt;
&lt;br /&gt;
Change name, server and channel&lt;br /&gt;
&lt;br /&gt;
 sircbot_opts=&amp;quot;-n kumquat -s irc.ddd.ddd&amp;quot;&lt;br /&gt;
 sircbot_channels=&amp;quot;#test&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Create folder bot. &lt;br /&gt;
&lt;br /&gt;
{{Cmd| mkdir /etc/sircbot.d/#test -p}}&lt;br /&gt;
&lt;br /&gt;
Create the lua scrip file for our bot. &lt;br /&gt;
&lt;br /&gt;
{{Cmd| vi /etc/sircbot.d/#test/commands.lua}}&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/lua&lt;br /&gt;
 &lt;br /&gt;
 -- Scripts for kumquat in Lua&lt;br /&gt;
 &lt;br /&gt;
 args={...}&lt;br /&gt;
 &lt;br /&gt;
 sender=args[1]   	-- is the nickname of running the command on IRC&lt;br /&gt;
 message=args[2] 	-- is the message or command typed&lt;br /&gt;
 channel=args[3] 	-- is the channel name&lt;br /&gt;
 &lt;br /&gt;
 os.execute(&amp;quot;sleep &amp;quot; .. tonumber(1))&lt;br /&gt;
 &lt;br /&gt;
 -- This command will show: What can i do for you &amp;quot;nickname&amp;quot;?&lt;br /&gt;
 local kumquatresult = string.find(message, &amp;quot;kumquat&amp;quot;) &lt;br /&gt;
   if kumquatresult ~= nil then&lt;br /&gt;
   command=&amp;quot;echo &#039;What can i do for you &#039;&amp;quot;..sender..&amp;quot;&#039;?&#039; | sircbot-send &#039;#hed&#039;&amp;quot;&lt;br /&gt;
   io.popen(command)&lt;br /&gt;
 end&lt;br /&gt;
 &lt;br /&gt;
 -- This command will show: Hello there, amigo &amp;quot;nickname&amp;quot;&lt;br /&gt;
 local kumquatresult = string.find(message, &amp;quot;hi&amp;quot;)&lt;br /&gt;
   if kumquatresult ~= nil then&lt;br /&gt;
   command=&amp;quot;echo &#039;Hello there, amigo &#039;&amp;quot;..sender..&amp;quot;&#039;&#039; | sircbot-send &#039;#hed&#039;&amp;quot;&lt;br /&gt;
   io.popen(command)&lt;br /&gt;
 end&lt;br /&gt;
 &lt;br /&gt;
 -- This command will show the current UTC date and time&lt;br /&gt;
 local kumquatresult = string.find(message, &amp;quot;date&amp;quot;)&lt;br /&gt;
   if kumquatresult ~= nil then&lt;br /&gt;
   command=&amp;quot;date -u | sircbot-send &#039;#hed&#039;&amp;quot;&lt;br /&gt;
   io.popen(command)&lt;br /&gt;
 end&lt;br /&gt;
 &lt;br /&gt;
 -- This command will do a search for a alpine linux package&lt;br /&gt;
 local kumquatresult = string.find(message, &amp;quot;apk search:[^%d]&amp;quot;)&lt;br /&gt;
 if kumquatresult ~= nil then&lt;br /&gt;
   local strng = (string.sub(message, 12))&lt;br /&gt;
   command=&amp;quot;apk search&amp;quot;..strng..&amp;quot; | sircbot-send &#039;#hed&#039;&amp;quot;    &lt;br /&gt;
   io.popen(command)&lt;br /&gt;
 end&lt;br /&gt;
  &lt;br /&gt;
 -- This command will resolve a host name and ip&lt;br /&gt;
 local kumquatresult = string.find(message, &amp;quot;host:[^%d]&amp;quot;)&lt;br /&gt;
 if kumquatresult ~= nil then&lt;br /&gt;
   local strng = (string.sub(message, 6))&lt;br /&gt;
   command=&amp;quot;host &amp;quot;..strng..&amp;quot; | sircbot-send &#039;#hed&#039;&amp;quot;    &lt;br /&gt;
   io.popen(command)&lt;br /&gt;
 end&lt;br /&gt;
 &lt;br /&gt;
 -- This command will do a 3 times ping to a server or ip address&lt;br /&gt;
 local kumquatresult = string.find(message, &amp;quot;ping:[^%d]&amp;quot;)&lt;br /&gt;
 if kumquatresult ~= nil then&lt;br /&gt;
   local strng = (string.sub(message, 6))&lt;br /&gt;
   command=&amp;quot;ping -c 3 &amp;quot;..strng..&amp;quot; | sircbot-send &#039;#hed&#039;&amp;quot;    &lt;br /&gt;
   io.popen(command)&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
== Giving life to the bot ==&lt;br /&gt;
&lt;br /&gt;
Starting bot service and adding to boot.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/sircbot start &amp;amp;&amp;amp; rc-update add sircbot default}}&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=PhpPgAdmin&amp;diff=7862</id>
		<title>PhpPgAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=PhpPgAdmin&amp;diff=7862"/>
		<updated>2012-03-29T14:11:53Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing phpPgAdmin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://phppgadmin.sourceforge.net/doku.php phpPgAdmin] is a web-based administration tool for PostgreSQL.&lt;br /&gt;
&lt;br /&gt;
== Install lighttpd, PHP, and postgresql ==&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
Install extra packages&lt;br /&gt;
{{Cmd|apk add postgresql postgresql-client php-pgsql}}&lt;br /&gt;
&lt;br /&gt;
== Configuring postgresql ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/postgresql setup}}&lt;br /&gt;
&lt;br /&gt;
Starting http service and adding to boot.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default}}&lt;br /&gt;
&lt;br /&gt;
== Installing phpPgAdmin ==&lt;br /&gt;
&lt;br /&gt;
Make &#039;&#039;webapps&#039;&#039; folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir -p /usr/share/webapps/}}&lt;br /&gt;
&lt;br /&gt;
Download the latest release of phpPgAdmin.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
wget http://downloads.sourceforge.net/phppgadmin/phpPgAdmin-5.0.4.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack and delete tar file&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf phpPgAdmin-5.0.2.tar.gz&lt;br /&gt;
rm phpPgAdmin-5.0.4.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change folder name&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv phpPgAdmin-5.0.4 phppgadmin}}&lt;br /&gt;
&lt;br /&gt;
Copy the sample config file name&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cp /usr/share/webapps/phppgadmin/conf/config.inc.php-dist /usr/share/webapps/phppgadmin/conf/config.inc.php}}&lt;br /&gt;
&lt;br /&gt;
Change folder permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/}}&lt;br /&gt;
&lt;br /&gt;
Make symlink to the phpPgAdmin folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/phppgadmin/ /var/www/localhost/htdocs/phppgadmin}}&lt;br /&gt;
&lt;br /&gt;
== Log on your phpPgAdmin ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/phppgadmin and logon to phpPgAdmin using postgresql user and password.&lt;br /&gt;
&lt;br /&gt;
{{Note|If you are using the Alpine ACF, or if you change the port in the lighttpd.conf file, the go to the port you set.&lt;br /&gt;
e.g: if you set the port to 8080, then browse to: http://WEBSERVER_IP_ADDRESS:8080/phppgadmin }}&lt;br /&gt;
&lt;br /&gt;
[[Category:PHP]]&lt;br /&gt;
[[Category:SQL]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=5800</id>
		<title>GNOME</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=GNOME&amp;diff=5800"/>
		<updated>2011-10-24T06:50:19Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Install packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Initial setup =&lt;br /&gt;
Start by booting up Alpine (see [[Installation|these]] instructions on how to do that)&amp;lt;BR&amp;gt;&lt;br /&gt;
When you Alpine is up and running, do the initial setup.&lt;br /&gt;
{{Cmd|setup-alpine}}&lt;br /&gt;
&lt;br /&gt;
= Install packages =&lt;br /&gt;
Install basic desktop system and gnome packages.&amp;lt;BR&amp;gt;&lt;br /&gt;
This might take a few minutes depending on your network speed. &lt;br /&gt;
{{Cmd|apk add alpine-desktop gnome-base lxdm}}&lt;br /&gt;
&lt;br /&gt;
== Optional packages ==&lt;br /&gt;
=== Video and Input packages ===&lt;br /&gt;
You &amp;lt;u&amp;gt;might&amp;lt;/u&amp;gt; also want to install a package suitable for your video chipset and input devices.&amp;lt;BR&amp;gt;&lt;br /&gt;
For example, if you have an Sis video chipset install &#039;xf86-video-sis&#039;, for Intel video chipset install &#039;xf86-video-intel&#039;.&amp;lt;BR&amp;gt;&lt;br /&gt;
{{Cmd|apk add xf86-video-sis}}&lt;br /&gt;
and / or &lt;br /&gt;
{{Cmd|apk add xf86-input-synaptics}}&lt;br /&gt;
&lt;br /&gt;
Run &#039;apk search xf86-video*&#039; to see available xf86-video packages.&amp;lt;BR&amp;gt;&lt;br /&gt;
Run &#039;apk search xf86-input*&#039; to see available xf86-input packages.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== acpid ===&lt;br /&gt;
If you installed your Alpine Linux as a VirtualBox or VMWare guest you might find it handy be able send ACPI shutdown.&amp;lt;BR&amp;gt;&lt;br /&gt;
{{Cmd|rc-update add acpid}}&lt;br /&gt;
&lt;br /&gt;
= Configure xorg-server (optional) =&lt;br /&gt;
You can configure xorg-server and make your modifications&lt;br /&gt;
{{Cmd|Xorg -configure}}&lt;br /&gt;
This will result in `/root/xorg.conf.new`. You can modify this file to fit your needs.&amp;lt;BR&amp;gt;&lt;br /&gt;
(When finished modifying and testing the above configuration file, move it to `/etc/X11/xorg.conf` for normal usage.)&lt;br /&gt;
&lt;br /&gt;
== udev ==&lt;br /&gt;
Adding udev might help you with some finicky hardware like touchpads.&lt;br /&gt;
{{Cmd|apk add udev&lt;br /&gt;
/etc/init.d/udev start &amp;amp;&amp;amp; /etc/init.d/udev-postmount start&lt;br /&gt;
rc-update add udev sysinit&lt;br /&gt;
rc-update add udev-postmount default&lt;br /&gt;
}}&lt;br /&gt;
Adding evdev might also be necessary, for example if the keyboard doesn&#039;t work in X...&lt;br /&gt;
{{Cmd|apk add xf86-input-evdev}}&lt;br /&gt;
&lt;br /&gt;
= Create user accounts =&lt;br /&gt;
Create a normal user account.&lt;br /&gt;
{{Cmd|adduser ncopa}}&lt;br /&gt;
&lt;br /&gt;
Optionally, give that user sudo permissions in /etc/sudoers.&lt;br /&gt;
&lt;br /&gt;
= Start your desktop =&lt;br /&gt;
Start lxdm and log in with your new user.&lt;br /&gt;
{{Cmd|rc-service lxdm start}}&lt;br /&gt;
&lt;br /&gt;
Once you have verified that it actually works you can make lxdm start up at boot:&lt;br /&gt;
{{Cmd|rc-update add lxdm}}&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
If you are unable to login, check /var/log/lxdm.log, there may be output there from X to indicate failed modules, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MediaWiki&amp;diff=5790</id>
		<title>MediaWiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MediaWiki&amp;diff=5790"/>
		<updated>2011-10-13T13:50:14Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is MediaWiki?==&lt;br /&gt;
&lt;br /&gt;
MediaWiki is a popular free  web-based wiki software application developed by and used on all projects of the Wikimedia Foundation, as well as on many other wiki websites worldwide. It is written in the PHP programming language with a backend database.&lt;br /&gt;
&lt;br /&gt;
== Set up MediaWiki on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup MediaWiki on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* Postgresql&lt;br /&gt;
* MediaWiki&lt;br /&gt;
&lt;br /&gt;
== Install lighttpd, PHP,  and postgresql ==&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
Install extra packages&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add postgresql postgresql-client}}&lt;br /&gt;
&lt;br /&gt;
== Installing and configuring  MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install MediaWiki&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
wget http://dumps.wikimedia.org/mediawiki/1.17/mediawiki-1.17.0.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd| tar zxvf mediawiki-1.17.0.tar.gz}}&lt;br /&gt;
 &lt;br /&gt;
Make Symlink to the wiki&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/mediawiki-1.17.0/ /var/www/localhost/htdocs/mediawiki}}&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Starting http and sql server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/postgresql setup&lt;br /&gt;
/etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
 &lt;br /&gt;
== Config your wiki ==&lt;br /&gt;
&lt;br /&gt;
Browse&lt;br /&gt;
&lt;br /&gt;
http://WEBSERVER_IP_ADDRESS/config/index.php&lt;br /&gt;
&lt;br /&gt;
* Site config&lt;br /&gt;
You need to set:&lt;br /&gt;
&lt;br /&gt;
  Wiki name:&lt;br /&gt;
  Contact e-mail:&lt;br /&gt;
  Language:&lt;br /&gt;
  Copyright/license:&lt;br /&gt;
  Admin username:&lt;br /&gt;
  Password:&lt;br /&gt;
  Password confirm:&lt;br /&gt;
  Object caching:&lt;br /&gt;
  Memcached servers:&lt;br /&gt;
  E-mail features (global):&lt;br /&gt;
  User-to-user e-mail:&lt;br /&gt;
  E-mail notification about changes:&lt;br /&gt;
  E-mail address authentication:&lt;br /&gt;
  Database type:&lt;br /&gt;
  PostgreSQL&lt;br /&gt;
  Database host:&lt;br /&gt;
  Database name:&lt;br /&gt;
  DB username:&lt;br /&gt;
  DB password:&lt;br /&gt;
  DB password confirm:&lt;br /&gt;
  Superuser account:  &lt;br /&gt;
  Superuser name:&lt;br /&gt;
  Superuser password:&lt;br /&gt;
  Database port:&lt;br /&gt;
  Schema for mediawiki:&lt;br /&gt;
  Schema for tsearch2:&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install MediaWiki&amp;quot; button, and thats all. :)&lt;br /&gt;
You have MediaWiki working, to access go to http://WEBSERVER_IP_ADDRESS/mediawiki and enjoy!&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=5787</id>
		<title>PhpMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=5787"/>
		<updated>2011-10-11T12:53:50Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is phpMyAdmin? ==&lt;br /&gt;
&lt;br /&gt;
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. &lt;br /&gt;
&lt;br /&gt;
== Set up phpMyAdmin on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a very quick c/p guide to setup phpMyAdmin on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP&lt;br /&gt;
* Mysql &lt;br /&gt;
* phpMyAdmin&lt;br /&gt;
&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 mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring 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;
== Installing phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /tmp&lt;br /&gt;
wget http://files.directadmin.com/services/all/phpMyAdmin/phpMyAdmin-3.4.5-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf phpMyAdmin-3.4.5-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Create folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/phpmyadmin/ -p }}&lt;br /&gt;
&lt;br /&gt;
Move to Folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv phpMyAdmin-3.4.5-all-languages/* /usr/share/webapps/phpmyadmin}}&lt;br /&gt;
 &lt;br /&gt;
Change Folder Permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/phpmyadmin/}}&lt;br /&gt;
&lt;br /&gt;
Make Symlink to the phpMyAdmin folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/phpmyadmin/ /var/www/localhost/htdocs/phpmyadmin}}&lt;br /&gt;
&lt;br /&gt;
== Log on your phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/phpmyadmin and logon to phpMyAdmin using your MySQL user and password.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Glpi&amp;diff=5773</id>
		<title>Glpi</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Glpi&amp;diff=5773"/>
		<updated>2011-10-07T14:16:29Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is GLPI? ==&lt;br /&gt;
&lt;br /&gt;
GLPI is the Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers...). It has enhanced functions to make the daily life for the administrators easier, like a job-tracking-system with mail-notification and methods to build a database with basic information about your network-topology.&lt;br /&gt;
&lt;br /&gt;
The principal functionalities of the application are :&lt;br /&gt;
&lt;br /&gt;
1) the precise inventory of all the technical resources. All their characteristics will be stored in a database.&lt;br /&gt;
2) management and the history of the maintenance actions and the bound procedures. This application is dynamic and is directly connected to the users who can post requests to the technicians. An interface thus authorizes the latter with if required preventing the service of maintenance and indexing a problem encountered with one of the technical resources to which they have access.&lt;br /&gt;
&lt;br /&gt;
== Set up GLPI on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup GLPI on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP&lt;br /&gt;
* Mysql &lt;br /&gt;
* GLPI&lt;br /&gt;
&lt;br /&gt;
== Install lighttpd, PHP and MySql ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Install Mysql server packages ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring MySql ==&lt;br /&gt;
&lt;br /&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;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create the GLPI database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note: you can create the database from command line or from the GLPI web page later.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE glpi;&lt;br /&gt;
GRANT ALL PRIVILEGES ON glpi.* TO &amp;quot;root&amp;quot;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Installing GLPI ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install GLPI&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
 wget http://fossies.org/unix/misc/glpi-0.80.4.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack and delete tar file&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf glpi-0.80.4.tar.gz&lt;br /&gt;
rm glpi-0.80.4.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/glpi/}}&lt;br /&gt;
&lt;br /&gt;
Make symlinks to GLPI&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/glpi/ /var/www/localhost/htdocs/glpi}}&lt;br /&gt;
&lt;br /&gt;
== Configuring GLPI ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/glpi and Install GLPI completing the information as appropriate from the web browser.&lt;br /&gt;
&lt;br /&gt;
GLPI Installation steps:&lt;br /&gt;
&lt;br /&gt;
{{Note|After select each option, pres &amp;quot;Ok&amp;quot; or &amp;quot;Continue&amp;quot; button.}}&lt;br /&gt;
&lt;br /&gt;
GLPI SETUP&lt;br /&gt;
&lt;br /&gt;
* Select your language&lt;br /&gt;
* Licence&lt;br /&gt;
: I have read and ACCEPT the terms of the license written above.&lt;br /&gt;
* Beginning of the installation - Installation or update of GLPI&lt;br /&gt;
:* Choose &#039;Install&#039; for a completely new installation of GLPI.&lt;br /&gt;
:* Select &#039;Update&#039; to update your version of GLPI from an earlier version&lt;br /&gt;
* Checking of the compatibility of your environment with the execution of GLPI&lt;br /&gt;
:* Continue ?&lt;br /&gt;
* Database connection setup&lt;br /&gt;
:* Mysql server: &#039;&#039;localhost&#039;&#039;&lt;br /&gt;
:* Mysql user: &#039;&#039;root&#039;&#039;&lt;br /&gt;
:* Mysql password : &#039;&#039;password&#039;&#039;&lt;br /&gt;
* Test of the connection at the database&lt;br /&gt;
: Database connection successful&lt;br /&gt;
: Create a new database or use an existing one: &#039;&#039;glpi&#039;&#039;&lt;br /&gt;
* Database created&lt;br /&gt;
&lt;br /&gt;
OK - database was initialized&lt;br /&gt;
Default values have been entered, feel free to delete them if you want&lt;br /&gt;
Upon first connection you can use the login &#039;&#039;glpi&#039;&#039; and the password &#039;&#039;glpi&#039;&#039; in order to access the application with administrator rights&lt;br /&gt;
&lt;br /&gt;
After click on &amp;quot;continue&amp;quot; you will see &#039;&#039;The installation is finished&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Congratulations, you installed GLPI!&lt;br /&gt;
&lt;br /&gt;
You can delete or modify these accounts as well as the first entries in the database. &#039;&#039;&#039;Use GLPI&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You have GLPI  system working, to access go to http://WEBSERVER_IP_ADDRESS/glpi and enjoy!&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Glpi&amp;diff=5772</id>
		<title>Glpi</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Glpi&amp;diff=5772"/>
		<updated>2011-10-07T14:03:47Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing GLPI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is GLPI? ==&lt;br /&gt;
&lt;br /&gt;
GLPI is the Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers...). It has enhanced functions to make the daily life for the administrators easier, like a job-tracking-system with mail-notification and methods to build a database with basic information about your network-topology.&lt;br /&gt;
&lt;br /&gt;
The principal functionalities of the application are :&lt;br /&gt;
&lt;br /&gt;
1) the precise inventory of all the technical resources. All their characteristics will be stored in a database.&lt;br /&gt;
2) management and the history of the maintenance actions and the bound procedures. This application is dynamic and is directly connected to the users who can post requests to the technicians. An interface thus authorizes the latter with if required preventing the service of maintenance and indexing a problem encountered with one of the technical resources to which they have access.&lt;br /&gt;
&lt;br /&gt;
== Set up GLPI on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup GLPI on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP&lt;br /&gt;
* Mysql &lt;br /&gt;
* GLPI&lt;br /&gt;
&lt;br /&gt;
== Install lighttpd, PHP and MySql ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
Install extra packages&lt;br /&gt;
{{Cmd|apk add mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring MySql ==&lt;br /&gt;
&lt;br /&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;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create the GLPI database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note: you can create the database from command line or from the GLPI web page later.&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|CREATE DATABASE glpi;&lt;br /&gt;
GRANT ALL PRIVILEGES ON glpi.* TO &amp;quot;root&amp;quot;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Installing GLPI ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install GLPI&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /usr/share/webapps/&lt;br /&gt;
 wget http://fossies.org/unix/misc/glpi-0.80.4.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack and delete tar file&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf glpi-0.80.4.tar.gz&lt;br /&gt;
rm glpi-0.80.4.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/glpi/}}&lt;br /&gt;
&lt;br /&gt;
Make symlinks to GLPI&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/glpi/ /var/www/localhost/htdocs/glpi}}&lt;br /&gt;
&lt;br /&gt;
== Configuring GLPI ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/glpi and Install GLPI completing the information as appropriate from the web browser.&lt;br /&gt;
&lt;br /&gt;
GLPI Installation steps:&lt;br /&gt;
&lt;br /&gt;
{{Note|After select each option, pres &amp;quot;Ok&amp;quot; or &amp;quot;Continue&amp;quot; button.}}&lt;br /&gt;
&lt;br /&gt;
GLPI SETUP&lt;br /&gt;
&lt;br /&gt;
* Select your language&lt;br /&gt;
* Licence&lt;br /&gt;
: I have read and ACCEPT the terms of the license written above.&lt;br /&gt;
* Beginning of the installation - Installation or update of GLPI&lt;br /&gt;
:* Choose &#039;Install&#039; for a completely new installation of GLPI.&lt;br /&gt;
:* Select &#039;Update&#039; to update your version of GLPI from an earlier version&lt;br /&gt;
* Checking of the compatibility of your environment with the execution of GLPI&lt;br /&gt;
:* Continue ?&lt;br /&gt;
* Database connection setup&lt;br /&gt;
:* Mysql server: &#039;&#039;localhost&#039;&#039;&lt;br /&gt;
:* Mysql user: &#039;&#039;root&#039;&#039;&lt;br /&gt;
:* Mysql password : &#039;&#039;password&#039;&#039;&lt;br /&gt;
* Test of the connection at the database&lt;br /&gt;
: Database connection successful&lt;br /&gt;
: Create a new database or use an existing one: &#039;&#039;glpi&#039;&#039;&lt;br /&gt;
* Database created&lt;br /&gt;
&lt;br /&gt;
OK - database was initialized&lt;br /&gt;
Default values have been entered, feel free to delete them if you want&lt;br /&gt;
Upon first connection you can use the login &#039;&#039;glpi&#039;&#039; and the password &#039;&#039;glpi&#039;&#039; in order to access the application with administrator rights&lt;br /&gt;
&lt;br /&gt;
After click on &amp;quot;continue&amp;quot; you will see &#039;&#039;The installation is finished&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Congratulations, you installed GLPI!&lt;br /&gt;
&lt;br /&gt;
You can delete or modify these accounts as well as the first entries in the database. &#039;&#039;&#039;Use GLPI&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
You have GLPI  system working, to access go to http://WEBSERVER_IP_ADDRESS/glpi and enjoy!&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Webmin&amp;diff=5722</id>
		<title>Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Webmin&amp;diff=5722"/>
		<updated>2011-09-22T07:37:44Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: update webmin version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is Webmin ==&lt;br /&gt;
&lt;br /&gt;
A web-based interface for system administration for Unix or Linux. Setup user accounts, DNS, file sharing, etc.&lt;br /&gt;
&lt;br /&gt;
{{Note|Webmin has frequent security updates and patches. Please watch the webmin [http://www.webmin.com/security.html security alert] page.}}&lt;br /&gt;
&lt;br /&gt;
== Set up Webmin on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup webmin and dansguardian module on Alpine linux. We assume you have dansguardian installed and running. What we will install is the following:&lt;br /&gt;
&lt;br /&gt;
* Perl&lt;br /&gt;
* Webmin 1.510&lt;br /&gt;
* Dansguardian 0.7.0beta1b module (for webmin)&lt;br /&gt;
&lt;br /&gt;
== Installing Perl ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install Perl&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add perl}}&lt;br /&gt;
&lt;br /&gt;
== Installing and configuring  Webmin ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install webmin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /etc/&lt;br /&gt;
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.560.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack&lt;br /&gt;
&lt;br /&gt;
{{Cmd|gunzip webmin-1.560.tar.gz&lt;br /&gt;
tar xvf webmin-1.560.tar }}&lt;br /&gt;
   &lt;br /&gt;
Folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv webmin-1.560 webmin}}&lt;br /&gt;
 &lt;br /&gt;
Setup&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd webmin&lt;br /&gt;
./setup.sh}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    Config file directory [/etc/webmin]: enter&lt;br /&gt;
    Log file directory [/var/webmin]: /var/log/webmin&lt;br /&gt;
    Full path to perl: enter&lt;br /&gt;
    Web server port (default 10000): enter (or other port number)&lt;br /&gt;
    Login name (default admin): admin&lt;br /&gt;
    Login password: admin-password&lt;br /&gt;
    Password again: admin-password&lt;br /&gt;
    Start Webmin at boot time (y/n): y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Browse&lt;br /&gt;
&lt;br /&gt;
http://IP_NUMBER:10000 (or the ip number you chose)&lt;br /&gt;
&lt;br /&gt;
== To add dansguardian module ==&lt;br /&gt;
&lt;br /&gt;
Download module&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /tmp&lt;br /&gt;
wget http://downloads.sourceforge.net/project/dgwebminmodule/dgwebmin-devel/0.7.0beta1b/dgwebmin-0.7.0beta1b.wbm}}&lt;br /&gt;
&lt;br /&gt;
Browse to http://IP_NUMBER:10000 (or the ip number you chose)&lt;br /&gt;
&lt;br /&gt;
* Click on: &#039;&#039;Webmin&#039;&#039; / &#039;&#039;Webmin Configuration&#039;&#039; /&#039;&#039; Webmin Modules&#039;&#039;&lt;br /&gt;
* In the &#039;&#039;Install Module&#039;&#039; box select install from: &#039;&#039;From local file&#039;&#039;, click on &#039;&#039;&#039;...&#039;&#039;&#039; button&lt;br /&gt;
* Then when the explorer box open, go to /tmp and select the dgwebmin-0.7.0beta1b.wbm file, click ok&lt;br /&gt;
* Back in the Webmin Modules click on Install Module button, and that’s all.&lt;br /&gt;
* Click on: &#039;&#039;Servers&#039;&#039; / &#039;&#039;DansGuardian Web Content&#039;&#039; to configure and use dansguardian module.&lt;br /&gt;
&lt;br /&gt;
Note: Webmin Modules you can add more modules, from  “Standard module from www.webmin.com”  or “Third party module from”, etc.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=5621</id>
		<title>PhpMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=5621"/>
		<updated>2011-08-08T07:33:53Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing phpMyAdmin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is phpMyAdmin? ==&lt;br /&gt;
&lt;br /&gt;
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. &lt;br /&gt;
&lt;br /&gt;
== Set up phpMyAdmin on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a very quick c/p guide to setup phpMyAdmin on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP&lt;br /&gt;
* Mysql &lt;br /&gt;
* phpMyAdmin&lt;br /&gt;
&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 mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring 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;
== Installing phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /tmp&lt;br /&gt;
wget http://files.directadmin.com/services/all/phpMyAdmin/phpMyAdmin-3.4.3.2-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf phpMyAdmin-3.4.3.2-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Create folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir /usr/share/webapps/phpmyadmin/ -p }}&lt;br /&gt;
&lt;br /&gt;
Move to Folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv phpMyAdmin-3.4.3.2-all-languages/* /usr/share/webapps/phpmyadmin}}&lt;br /&gt;
 &lt;br /&gt;
Change Folder Permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /usr/share/webapps/phpmyadmin/}}&lt;br /&gt;
&lt;br /&gt;
Make Symlink to the phpMyAdmin folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /usr/share/webapps/phpmyadmin/ /var/www/localhost/htdocs/phpmyadmin}}&lt;br /&gt;
&lt;br /&gt;
== Log on your phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/phpmyadmin and logon to phpMyAdmin using your MySQL user and password.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=5620</id>
		<title>PhpMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=PhpMyAdmin&amp;diff=5620"/>
		<updated>2011-08-08T07:24:54Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing phpMyAdmin */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is phpMyAdmin? ==&lt;br /&gt;
&lt;br /&gt;
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. &lt;br /&gt;
&lt;br /&gt;
== Set up phpMyAdmin on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a very quick c/p guide to setup phpMyAdmin on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP&lt;br /&gt;
* Mysql &lt;br /&gt;
* phpMyAdmin&lt;br /&gt;
&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 mysql mysql-client php-mysql php-mysqli}}&lt;br /&gt;
&lt;br /&gt;
== Configuring 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;
== Installing phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /tmp&lt;br /&gt;
wget http://files.directadmin.com/services/all/phpMyAdmin/phpMyAdmin-3.4.3.2-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf phpMyAdmin-3.4.3-all-languages.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change Folder Name&lt;br /&gt;
&lt;br /&gt;
{{Cmd|mv phpMyAdmin-3.4.3-all-languages /etc/phpmyadmin}}&lt;br /&gt;
 &lt;br /&gt;
Change Folder Permissions&lt;br /&gt;
&lt;br /&gt;
{{Cmd|chmod -R 777 /etc/phpmyadmin/}}&lt;br /&gt;
&lt;br /&gt;
Make Symlink to the phpMyAdmin folder&lt;br /&gt;
&lt;br /&gt;
{{Cmd|ln -s /etc/phpmyadmin/ /var/www/localhost/htdocs/phpmyadmin}}&lt;br /&gt;
&lt;br /&gt;
== Log on your phpMyAdmin ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/phpmyadmin and logon to phpMyAdmin using your MySQL user and password.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=OpenVCP&amp;diff=5603</id>
		<title>OpenVCP</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=OpenVCP&amp;diff=5603"/>
		<updated>2011-07-22T16:50:54Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Install openvcp daemon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is openvcp? ==&lt;br /&gt;
&lt;br /&gt;
OpenVCP is a Open-Source VServer Control Panel published under the GNU General Public Licence (GPL). OpenVCP is developed for use with Linux in combination with Linux-Vserver (  http://www.linux-vserver.org ). It provides a web-based interface to manage a whole farm of VServer hosts, build guests, control the guests, account traffic and much more.&lt;br /&gt;
&lt;br /&gt;
== Install openvcp daemon ==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add util-vserver util-vserver-dev php-tls sqlite sqlite-dev libxml2 libxml2-dev libpcap libpcap-dev rsync libtool alpine-sdk}}&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd /tmp/&lt;br /&gt;
wget http://files.openvcp.org/openvcpd-0.5rc3.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack and delete tar file&lt;br /&gt;
&lt;br /&gt;
{{Cmd|tar zxvf openvcpd-0.5rc3.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
{{Cmd|cd openvcpd-0.5rc3/}}&lt;br /&gt;
&lt;br /&gt;
Configure Compile &amp;amp; install the daemon&lt;br /&gt;
&lt;br /&gt;
{{Cmd|&amp;lt;nowiki&amp;gt;./configure --prefix=/usr --sysconfdir=/etc&lt;br /&gt;
make&lt;br /&gt;
make install&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Create directories &lt;br /&gt;
&lt;br /&gt;
{{Cmd|mkdir -p /vservers/backups&lt;br /&gt;
mkdir -p /vservers/userbackups&lt;br /&gt;
mkdir -p /vservers/images}}&lt;br /&gt;
&lt;br /&gt;
Edit the config file&lt;br /&gt;
&lt;br /&gt;
Change &amp;quot;IP&amp;quot; to your own ip and &amp;quot;Ifaces&amp;quot; to the interface you want to measure traffic on&lt;br /&gt;
&lt;br /&gt;
{{Cmd|nano /etc/openvcpd.conf}}&lt;br /&gt;
&lt;br /&gt;
Copy some images to your image directory usually &amp;quot;/vservers/images&amp;quot; (e.g.:  http://www.openvcp.org/wiki/Downloads. ( These Images are just folders that contain a Linux system ) &lt;br /&gt;
&lt;br /&gt;
Start the daemon &lt;br /&gt;
&lt;br /&gt;
{{Cmd|openvcpd}}&lt;br /&gt;
&lt;br /&gt;
== Install openvcp web access with Lighttpd ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
Install extra packages&lt;br /&gt;
&lt;br /&gt;
{{Cmd|apk add mysql mysql-client php-mysql php-mysqli php-gettext php-sockets}}&lt;br /&gt;
&lt;br /&gt;
== Configuring MySql ==&lt;br /&gt;
&lt;br /&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;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create the openvcp database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Note: you can import the database from command line or from the openvcp web page later.&lt;br /&gt;
&lt;br /&gt;
{Cmd|mysql -u root -p}}&lt;br /&gt;
&lt;br /&gt;
{Cmd|CREATE DATABASE openvcp;&lt;br /&gt;
GRANT ALL PRIVILEGES ON openvcp.* TO &amp;quot;root&amp;quot;;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
EXIT}}&lt;br /&gt;
&lt;br /&gt;
== Installing openvcp web access ==&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
{Cmd|mkdir /usr/share/webapps/ -p}}&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
{Cmd|cd /usr/share/webapps/&lt;br /&gt;
wget http://files.openvcp.org/openvcp-web-0.5rc3.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Unpack and delete tar file&lt;br /&gt;
&lt;br /&gt;
{Cmd|tar zxvf openvcp-web-0.5rc3.tar.gz&lt;br /&gt;
rm openvcp-web-0.5rc3.tar.gz}}&lt;br /&gt;
&lt;br /&gt;
Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
{Cmd|chmod -R 777 /usr/share/webapps/openvcp/core/cache}}&lt;br /&gt;
&lt;br /&gt;
Make symlinks to openvcp&lt;br /&gt;
&lt;br /&gt;
{Cmd|ln -s /usr/share/webapps/openvcp/ /var/www/localhost/htdocs/openvcp}}&lt;br /&gt;
&lt;br /&gt;
== Configuring openvcp web access ==&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/openvcp/ and Install openvcp completing the information as appropriate from the web browser.&lt;br /&gt;
&lt;br /&gt;
Openvcp Installation steps:&lt;br /&gt;
&lt;br /&gt;
Welcome to the setup of OpenVCP &lt;br /&gt;
&lt;br /&gt;
MySQL&lt;br /&gt;
&lt;br /&gt;
* host: 			&#039;&#039;&#039;localhost&#039;&#039;&#039;&lt;br /&gt;
* dn:				&#039;&#039;&#039;openvcp&#039;&#039;&#039;&lt;br /&gt;
* user: 			&#039;&#039;&#039;root&#039;&#039;&#039;&lt;br /&gt;
* Password:			&#039;&#039;&#039;password&#039;&#039;&#039;&lt;br /&gt;
* prefix:			&#039;&#039;&#039;openvcp_&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Other&lt;br /&gt;
&lt;br /&gt;
* location:			&#039;&#039;&#039;/openvcp&#039;&#039;&#039;&lt;br /&gt;
relative to webroot&lt;br /&gt;
* default locale:	&#039;&#039;&#039;en_US&#039;&#039;&#039;&lt;br /&gt;
* admin email:		&#039;&#039;&#039;yourname@email.com&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After set all click on &amp;quot;setup&amp;quot; to finish the installation. &lt;br /&gt;
&lt;br /&gt;
Congratulations, you installed openvcp!&lt;br /&gt;
&lt;br /&gt;
You have openvcp web access system working, to access go to http://WEBSERVER_IP_ADDRESS/openvcp/ user: &#039;&#039;Admin&#039;&#039; password: &#039;&#039;test&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5460</id>
		<title>Zabbix - cgi and mysql</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5460"/>
		<updated>2011-06-27T19:38:12Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Install Zabbix Agent on Monitored Servers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:monitoring]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Zabbix Monitoring Solution ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this document is to assist in installing the Zabbix server software and Zabbix agent on the Alpine Linux operating system. Instructions on how to configure and use Zabbix - as well as many useful tutorials - can be found at http://www.zabbix.com.&lt;br /&gt;
&lt;br /&gt;
{{Note|Currently, Zabbix will only work as expected when running on an Alpine Linux system updated from the latest snapshots of the Edge repository. It will be properly supported with the next major version stable release (Alpine 2.2).}}&lt;br /&gt;
&lt;br /&gt;
== Install Lighttpd, and PHP ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Configure PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
Setup and configure PostgreSQL:&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client &lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start&lt;br /&gt;
 rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix ==&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix zabbix-pgsql zabbix-webif zabbix-setup&lt;br /&gt;
&lt;br /&gt;
Now we need to set up the zabbix database. Substitute &#039;*********&#039; in the example below for a real password:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psql –U postgres&lt;br /&gt;
postgres=# create user zabbix with password &#039;*********&#039;;&lt;br /&gt;
postgres=# create database zabbix owner zabbix;&lt;br /&gt;
postgres=# \q&lt;br /&gt;
cd /usr/share/zabbix/create/schema/&lt;br /&gt;
cat postgresql.sql | psql -U zabbix zabbix&lt;br /&gt;
cd ..&lt;br /&gt;
cd data/&lt;br /&gt;
cat data.sql | psql -U zabbix zabbix&lt;br /&gt;
cat images_pgsql.sql | psql -U zabbix zabbix&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a softlink for the Zabbix web-frontend files:&lt;br /&gt;
&lt;br /&gt;
 rm /var/www/localhost/htdocs -R&lt;br /&gt;
 ln -s /usr/share/webapps/zabbix /var/www/localhost/htdocs&lt;br /&gt;
&lt;br /&gt;
Edit PHP configuration to satisfy some zabbix requirements. Edit /etc/php/php.ini and configure the following values at least:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Max_execution_time = 600&lt;br /&gt;
Expose_php = off&lt;br /&gt;
Date.timezone = &amp;lt;insert your timezone here&amp;gt;&lt;br /&gt;
post_max_size = 32M&lt;br /&gt;
upload_max_filesize = 16M&lt;br /&gt;
max_input_time = 600&lt;br /&gt;
memory_limit = 256M&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configure the following entries in /etc/zabbix/zabbix_server.conf, where DBPassword is the password chosen for the database above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DBName=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database user&lt;br /&gt;
&lt;br /&gt;
DBUser=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database password&lt;br /&gt;
# Comment this line if no password used&lt;br /&gt;
&lt;br /&gt;
DBPassword=*********&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start Zabbix server:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-server&lt;br /&gt;
 /etc/init.d/zabbix-server start&lt;br /&gt;
&lt;br /&gt;
Fix permissions on conf directory.&lt;br /&gt;
&lt;br /&gt;
  chmod 777 /usr/share/webapps/zabbix/conf -R&lt;br /&gt;
&lt;br /&gt;
You should now be able to browse to the Zabbix frontend: http://yourservername/.&lt;br /&gt;
&lt;br /&gt;
Follow the setup instructions to configure Zabbix, supplying the database information used above.&lt;br /&gt;
&lt;br /&gt;
After setup, login using: Login name: &#039;&#039;&#039;Admin&#039;&#039;&#039; Password:&#039;&#039;&#039;zabbix&#039;&#039;&#039;. (as described at http://www.zabbix.com/documentation/1.8/manual/installation)&lt;br /&gt;
&lt;br /&gt;
Finally, Zabbix requires special permissions to use the fping binary.&lt;br /&gt;
&lt;br /&gt;
 chmod u+s /usr/sbin/fping&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix Agent on Monitored Servers ==&lt;br /&gt;
&lt;br /&gt;
Zabbix can monitor almost any operating system, including Alpine Linux hosts. Complete the following steps to install the Zabbix agent on Alpine Linux.&lt;br /&gt;
&lt;br /&gt;
{{Note|Support to allow zabbix-agentd to view running processes on Alpine Linux has been added since linux-grsec-2.6.35.9-r2. Please ensure you have that kernel installed prior to attempting to run zabbix-agentd.}}&lt;br /&gt;
&lt;br /&gt;
Ensure that the readproc group exists (support added since alpine-baselayout-2.0_rc1-r1), by adding the following line to /etc/group:&lt;br /&gt;
&lt;br /&gt;
 readproc:x:30:zabbix&lt;br /&gt;
&lt;br /&gt;
Install the agent package:&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix-agent&lt;br /&gt;
&lt;br /&gt;
Edit the /etc/zabbix/zabbix_agentd.conf file and configure at least the following option:&lt;br /&gt;
&lt;br /&gt;
 Server=&amp;lt;ip or hostname of zabbix server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Hostname=&amp;lt;ip or hostname of zabbix agent&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 ListenPort=10050&lt;br /&gt;
&lt;br /&gt;
Start the zabbix-agent:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-agentd&lt;br /&gt;
 /etc/init.d/zabbix-agentd start&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5459</id>
		<title>Zabbix - cgi and mysql</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5459"/>
		<updated>2011-06-27T19:28:47Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Install Zabbix Agent on Monitored Servers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:monitoring]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Zabbix Monitoring Solution ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this document is to assist in installing the Zabbix server software and Zabbix agent on the Alpine Linux operating system. Instructions on how to configure and use Zabbix - as well as many useful tutorials - can be found at http://www.zabbix.com.&lt;br /&gt;
&lt;br /&gt;
{{Note|Currently, Zabbix will only work as expected when running on an Alpine Linux system updated from the latest snapshots of the Edge repository. It will be properly supported with the next major version stable release (Alpine 2.2).}}&lt;br /&gt;
&lt;br /&gt;
== Install Lighttpd, and PHP ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Configure PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
Setup and configure PostgreSQL:&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client &lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start&lt;br /&gt;
 rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix ==&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix zabbix-pgsql zabbix-webif zabbix-setup&lt;br /&gt;
&lt;br /&gt;
Now we need to set up the zabbix database. Substitute &#039;*********&#039; in the example below for a real password:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psql –U postgres&lt;br /&gt;
postgres=# create user zabbix with password &#039;*********&#039;;&lt;br /&gt;
postgres=# create database zabbix owner zabbix;&lt;br /&gt;
postgres=# \q&lt;br /&gt;
cd /usr/share/zabbix/create/schema/&lt;br /&gt;
cat postgresql.sql | psql -U zabbix zabbix&lt;br /&gt;
cd ..&lt;br /&gt;
cd data/&lt;br /&gt;
cat data.sql | psql -U zabbix zabbix&lt;br /&gt;
cat images_pgsql.sql | psql -U zabbix zabbix&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a softlink for the Zabbix web-frontend files:&lt;br /&gt;
&lt;br /&gt;
 rm /var/www/localhost/htdocs -R&lt;br /&gt;
 ln -s /usr/share/webapps/zabbix /var/www/localhost/htdocs&lt;br /&gt;
&lt;br /&gt;
Edit PHP configuration to satisfy some zabbix requirements. Edit /etc/php/php.ini and configure the following values at least:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Max_execution_time = 600&lt;br /&gt;
Expose_php = off&lt;br /&gt;
Date.timezone = &amp;lt;insert your timezone here&amp;gt;&lt;br /&gt;
post_max_size = 32M&lt;br /&gt;
upload_max_filesize = 16M&lt;br /&gt;
max_input_time = 600&lt;br /&gt;
memory_limit = 256M&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configure the following entries in /etc/zabbix/zabbix_server.conf, where DBPassword is the password chosen for the database above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DBName=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database user&lt;br /&gt;
&lt;br /&gt;
DBUser=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database password&lt;br /&gt;
# Comment this line if no password used&lt;br /&gt;
&lt;br /&gt;
DBPassword=*********&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start Zabbix server:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-server&lt;br /&gt;
 /etc/init.d/zabbix-server start&lt;br /&gt;
&lt;br /&gt;
Fix permissions on conf directory.&lt;br /&gt;
&lt;br /&gt;
  chmod 777 /usr/share/webapps/zabbix/conf -R&lt;br /&gt;
&lt;br /&gt;
You should now be able to browse to the Zabbix frontend: http://yourservername/.&lt;br /&gt;
&lt;br /&gt;
Follow the setup instructions to configure Zabbix, supplying the database information used above.&lt;br /&gt;
&lt;br /&gt;
After setup, login using: Login name: &#039;&#039;&#039;Admin&#039;&#039;&#039; Password:&#039;&#039;&#039;zabbix&#039;&#039;&#039;. (as described at http://www.zabbix.com/documentation/1.8/manual/installation)&lt;br /&gt;
&lt;br /&gt;
Finally, Zabbix requires special permissions to use the fping binary.&lt;br /&gt;
&lt;br /&gt;
 chmod u+s /usr/sbin/fping&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix Agent on Monitored Servers ==&lt;br /&gt;
&lt;br /&gt;
Zabbix can monitor almost any operating system, including Alpine Linux hosts. Complete the following steps to install the Zabbix agent on Alpine Linux.&lt;br /&gt;
&lt;br /&gt;
{{Note|Support to allow zabbix-agentd to view running processes on Alpine Linux has been added since linux-grsec-2.6.35.9-r2. Please ensure you have that kernel installed prior to attempting to run zabbix-agentd.}}&lt;br /&gt;
&lt;br /&gt;
Ensure that the readproc group exists (support added since alpine-baselayout-2.0_rc1-r1), by adding the following line to /etc/group:&lt;br /&gt;
&lt;br /&gt;
 readproc:x:30:zabbix&lt;br /&gt;
&lt;br /&gt;
Install the agent package:&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix-agent&lt;br /&gt;
&lt;br /&gt;
Edit the /etc/zabbix/zabbix_agentd.conf file and configure at least the following option:&lt;br /&gt;
&lt;br /&gt;
 Server=&amp;lt;ip or hostname of zabbix server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the zabbix-agent:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-agentd&lt;br /&gt;
 /etc/init.d/zabbix-agentd start&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5458</id>
		<title>Zabbix - cgi and mysql</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5458"/>
		<updated>2011-06-27T19:27:44Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Install Zabbix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:monitoring]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Zabbix Monitoring Solution ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this document is to assist in installing the Zabbix server software and Zabbix agent on the Alpine Linux operating system. Instructions on how to configure and use Zabbix - as well as many useful tutorials - can be found at http://www.zabbix.com.&lt;br /&gt;
&lt;br /&gt;
{{Note|Currently, Zabbix will only work as expected when running on an Alpine Linux system updated from the latest snapshots of the Edge repository. It will be properly supported with the next major version stable release (Alpine 2.2).}}&lt;br /&gt;
&lt;br /&gt;
== Install Lighttpd, and PHP ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Configure PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
Setup and configure PostgreSQL:&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client &lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start&lt;br /&gt;
 rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix ==&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix zabbix-pgsql zabbix-webif zabbix-setup&lt;br /&gt;
&lt;br /&gt;
Now we need to set up the zabbix database. Substitute &#039;*********&#039; in the example below for a real password:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psql –U postgres&lt;br /&gt;
postgres=# create user zabbix with password &#039;*********&#039;;&lt;br /&gt;
postgres=# create database zabbix owner zabbix;&lt;br /&gt;
postgres=# \q&lt;br /&gt;
cd /usr/share/zabbix/create/schema/&lt;br /&gt;
cat postgresql.sql | psql -U zabbix zabbix&lt;br /&gt;
cd ..&lt;br /&gt;
cd data/&lt;br /&gt;
cat data.sql | psql -U zabbix zabbix&lt;br /&gt;
cat images_pgsql.sql | psql -U zabbix zabbix&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a softlink for the Zabbix web-frontend files:&lt;br /&gt;
&lt;br /&gt;
 rm /var/www/localhost/htdocs -R&lt;br /&gt;
 ln -s /usr/share/webapps/zabbix /var/www/localhost/htdocs&lt;br /&gt;
&lt;br /&gt;
Edit PHP configuration to satisfy some zabbix requirements. Edit /etc/php/php.ini and configure the following values at least:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Max_execution_time = 600&lt;br /&gt;
Expose_php = off&lt;br /&gt;
Date.timezone = &amp;lt;insert your timezone here&amp;gt;&lt;br /&gt;
post_max_size = 32M&lt;br /&gt;
upload_max_filesize = 16M&lt;br /&gt;
max_input_time = 600&lt;br /&gt;
memory_limit = 256M&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configure the following entries in /etc/zabbix/zabbix_server.conf, where DBPassword is the password chosen for the database above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DBName=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database user&lt;br /&gt;
&lt;br /&gt;
DBUser=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database password&lt;br /&gt;
# Comment this line if no password used&lt;br /&gt;
&lt;br /&gt;
DBPassword=*********&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start Zabbix server:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-server&lt;br /&gt;
 /etc/init.d/zabbix-server start&lt;br /&gt;
&lt;br /&gt;
Fix permissions on conf directory.&lt;br /&gt;
&lt;br /&gt;
  chmod 777 /usr/share/webapps/zabbix/conf -R&lt;br /&gt;
&lt;br /&gt;
You should now be able to browse to the Zabbix frontend: http://yourservername/.&lt;br /&gt;
&lt;br /&gt;
Follow the setup instructions to configure Zabbix, supplying the database information used above.&lt;br /&gt;
&lt;br /&gt;
After setup, login using: Login name: &#039;&#039;&#039;Admin&#039;&#039;&#039; Password:&#039;&#039;&#039;zabbix&#039;&#039;&#039;. (as described at http://www.zabbix.com/documentation/1.8/manual/installation)&lt;br /&gt;
&lt;br /&gt;
Finally, Zabbix requires special permissions to use the fping binary.&lt;br /&gt;
&lt;br /&gt;
 chmod u+s /usr/sbin/fping&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix Agent on Monitored Servers ==&lt;br /&gt;
&lt;br /&gt;
Zabbix can monitor almost any operating system, including Alpine Linux hosts. Complete the following steps to install the Zabbix agent on Alpine Linux.&lt;br /&gt;
&lt;br /&gt;
{{Note|Support to allow zabbix-agentd to view running processes on Alpine Linux has been added since linux-grsec-2.6.35.9-r2. Please ensure you have that kernel installed prior to attempting to run zabbix-agentd.}}&lt;br /&gt;
&lt;br /&gt;
Ensure that the readproc group exists (support added since alpine-baselayout-2.0_rc1-r1), by adding the following line to /etc/group:&lt;br /&gt;
&lt;br /&gt;
 readproc:x:30:zabbix&lt;br /&gt;
&lt;br /&gt;
Install the agent package:&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix-agent&lt;br /&gt;
&lt;br /&gt;
Edit the /etc/zabbix/zabbix_agentd.conf file and configure at least the following option:&lt;br /&gt;
&lt;br /&gt;
 Server=&amp;lt;ip or hostname of zabbix server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Hostname=&amp;lt;ip or hostname of zabbix agent&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the zabbix-agent:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-agentd&lt;br /&gt;
 /etc/init.d/zabbix-agentd start&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5457</id>
		<title>Zabbix - cgi and mysql</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5457"/>
		<updated>2011-06-27T18:29:09Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Install Zabbix Agent on Monitored Servers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:monitoring]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Zabbix Monitoring Solution ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this document is to assist in installing the Zabbix server software and Zabbix agent on the Alpine Linux operating system. Instructions on how to configure and use Zabbix - as well as many useful tutorials - can be found at http://www.zabbix.com.&lt;br /&gt;
&lt;br /&gt;
{{Note|Currently, Zabbix will only work as expected when running on an Alpine Linux system updated from the latest snapshots of the Edge repository. It will be properly supported with the next major version stable release (Alpine 2.2).}}&lt;br /&gt;
&lt;br /&gt;
== Install Lighttpd, and PHP ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Configure PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
Setup and configure PostgreSQL:&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client &lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start&lt;br /&gt;
 rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix ==&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix zabbix-pgsql zabbix-webif zabbix-setup&lt;br /&gt;
&lt;br /&gt;
Now we need to set up the zabbix database. Substitute &#039;*********&#039; in the example below for a real password:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psql –U postgres&lt;br /&gt;
postgres=# create user zabbix with password &#039;*********&#039;;&lt;br /&gt;
postgres=# create database zabbix owner zabbix;&lt;br /&gt;
postgres=# \q&lt;br /&gt;
cd /usr/share/zabbix/create/schema/&lt;br /&gt;
cat postgresql.sql | psql -U zabbix zabbix&lt;br /&gt;
cd ..&lt;br /&gt;
cd data/&lt;br /&gt;
cat data.sql | psql -U zabbix zabbix&lt;br /&gt;
cat images_pgsql.sql | psql -U zabbix zabbix&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a softlink for the Zabbix web-frontend files:&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/zabbix /var/www/localhost/htdocs/zabbix&lt;br /&gt;
&lt;br /&gt;
Edit PHP configuration to satisfy some zabbix requirements. Edit /etc/php/php.ini and configure the following values at least:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Max_execution_time = 600&lt;br /&gt;
Expose_php = off&lt;br /&gt;
Date.timezone = &amp;lt;insert your timezone here&amp;gt;&lt;br /&gt;
post_max_size = 32M&lt;br /&gt;
upload_max_filesize = 16M&lt;br /&gt;
max_input_time = 600&lt;br /&gt;
memory_limit = 256M&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configure the following entries in /etc/zabbix/zabbix_server.conf, where DBPassword is the password chosen for the database above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DBName=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database user&lt;br /&gt;
&lt;br /&gt;
DBUser=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database password&lt;br /&gt;
# Comment this line if no password used&lt;br /&gt;
&lt;br /&gt;
DBPassword=*********&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start Zabbix server:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-server&lt;br /&gt;
 /etc/init.d/zabbix-server start&lt;br /&gt;
&lt;br /&gt;
You should now be able to browse to the Zabbix frontend: http://yourservername/zabbix.&lt;br /&gt;
&lt;br /&gt;
Follow the setup instructions to configure Zabbix, supplying the database information used above.&lt;br /&gt;
&lt;br /&gt;
After setup, login using Admin:zabbix. (as described at http://www.zabbix.com/documentation/1.8/manual/installation)&lt;br /&gt;
&lt;br /&gt;
Finally, Zabbix requires special permissions to use the fping binary.&lt;br /&gt;
&lt;br /&gt;
 chmod u+s /usr/sbin/fping&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix Agent on Monitored Servers ==&lt;br /&gt;
&lt;br /&gt;
Zabbix can monitor almost any operating system, including Alpine Linux hosts. Complete the following steps to install the Zabbix agent on Alpine Linux.&lt;br /&gt;
&lt;br /&gt;
{{Note|Support to allow zabbix-agentd to view running processes on Alpine Linux has been added since linux-grsec-2.6.35.9-r2. Please ensure you have that kernel installed prior to attempting to run zabbix-agentd.}}&lt;br /&gt;
&lt;br /&gt;
Ensure that the readproc group exists (support added since alpine-baselayout-2.0_rc1-r1), by adding the following line to /etc/group:&lt;br /&gt;
&lt;br /&gt;
 readproc:x:30:zabbix&lt;br /&gt;
&lt;br /&gt;
Install the agent package:&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix-agent&lt;br /&gt;
&lt;br /&gt;
Edit the /etc/zabbix/zabbix_agentd.conf file and configure at least the following option:&lt;br /&gt;
&lt;br /&gt;
 Server=&amp;lt;ip or hostname of zabbix server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Hostname=&amp;lt;ip or hostname of zabbix agent&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the zabbix-agent:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-agentd&lt;br /&gt;
 /etc/init.d/zabbix-agentd start&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5359</id>
		<title>Zabbix - cgi and mysql</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5359"/>
		<updated>2011-06-22T22:24:19Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:monitoring]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Zabbix Monitoring Solution ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this document is to assist in installing the Zabbix server software and Zabbix agent on the Alpine Linux operating system. Instructions on how to configure and use Zabbix - as well as many useful tutorials - can be found at http://www.zabbix.com.&lt;br /&gt;
&lt;br /&gt;
{{Note|Currently, Zabbix will only work as expected when running on an Alpine Linux system updated from the latest snapshots of the Edge repository. It will be properly supported with the next major version stable release (Alpine 2.2).}}&lt;br /&gt;
&lt;br /&gt;
== Install Lighttpd, and PHP ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Configure PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
Setup and configure PostgreSQL:&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client &lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start&lt;br /&gt;
 rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix ==&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix zabbix-pgsql zabbix-webif zabbix-setup&lt;br /&gt;
&lt;br /&gt;
Now we need to set up the zabbix database. Substitute &#039;*********&#039; in the example below for a real password:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psql –U postgres&lt;br /&gt;
postgres=# create user zabbix with password &#039;*********&#039;;&lt;br /&gt;
postgres=# create database zabbix owner zabbix;&lt;br /&gt;
postgres=# \q&lt;br /&gt;
cd /usr/share/zabbix/create/schema/&lt;br /&gt;
cat postgresql.sql | psql -U zabbix zabbix&lt;br /&gt;
cd ..&lt;br /&gt;
cd data/&lt;br /&gt;
cat data.sql | psql -U zabbix zabbix&lt;br /&gt;
cat images_pgsql.sql | psql -U zabbix zabbix&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a softlink for the Zabbix web-frontend files:&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/zabbix /var/www/localhost/htdocs/zabbix&lt;br /&gt;
&lt;br /&gt;
Edit PHP configuration to satisfy some zabbix requirements. Edit /etc/php/php.ini and configure the following values at least:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Max_execution_time = 600&lt;br /&gt;
Expose_php = off&lt;br /&gt;
Date.timezone = &amp;lt;insert your timezone here&amp;gt;&lt;br /&gt;
post_max_size = 32M&lt;br /&gt;
upload_max_filesize = 16M&lt;br /&gt;
max_input_time = 600&lt;br /&gt;
memory_limit = 256M&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configure the following entries in /etc/zabbix/zabbix_server.conf, where DBPassword is the password chosen for the database above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DBName=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database user&lt;br /&gt;
&lt;br /&gt;
DBUser=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database password&lt;br /&gt;
# Comment this line if no password used&lt;br /&gt;
&lt;br /&gt;
DBPassword=*********&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start Zabbix server:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-server&lt;br /&gt;
 /etc/init.d/zabbix-server start&lt;br /&gt;
&lt;br /&gt;
You should now be able to browse to the Zabbix frontend: http://yourservername/zabbix.&lt;br /&gt;
&lt;br /&gt;
Follow the setup instructions to configure Zabbix, supplying the database information used above.&lt;br /&gt;
&lt;br /&gt;
Finally, Zabbix requires special permissions to use the fping binary.&lt;br /&gt;
&lt;br /&gt;
 chmod u+s /usr/sbin/fping&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix Agent on Monitored Servers ==&lt;br /&gt;
&lt;br /&gt;
Zabbix can monitor almost any operating system, including Alpine Linux hosts. Complete the following steps to install the Zabbix agent on Alpine Linux.&lt;br /&gt;
&lt;br /&gt;
{{Note|Support to allow zabbix-agentd to view running processes on Alpine Linux has been added since linux-grsec-2.6.35.9-r2. Please ensure you have that kernel installed prior to attempting to run zabbix-agentd.}}&lt;br /&gt;
&lt;br /&gt;
Ensure that the readproc group exists (support added since alpine-baselayout-2.0_rc1-r1), by adding the following line to /etc/group:&lt;br /&gt;
&lt;br /&gt;
 readproc:x:30:zabbix&lt;br /&gt;
&lt;br /&gt;
Install the agent package:&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix-agent&lt;br /&gt;
&lt;br /&gt;
Edit the /etc/zabbix/zabbix_agentd.conf file and configure at least the following option:&lt;br /&gt;
&lt;br /&gt;
 Server=&amp;lt;ip or hostname of zabbix server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the zabbix-agent:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-agentd&lt;br /&gt;
 /etc/init.d/zabbix-agentd start&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=5358</id>
		<title>Setting Up Lighttpd With FastCGI</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Setting_Up_Lighttpd_With_FastCGI&amp;diff=5358"/>
		<updated>2011-06-22T22:24:12Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Install the additional packages:&lt;br /&gt;
{{Cmd|apk add lighttpd php-common php-iconv php-json php-gd php-curl php-xml php-pgsql php-imap }}&lt;br /&gt;
{{Cmd|apk add php-pdo php-pdo_pgsql php-soap php-xmlrpc php-posix php-mcrypt php-gettext php-ldap php-ctype}}&lt;br /&gt;
&lt;br /&gt;
==Configure Lighttpd==&lt;br /&gt;
{{Cmd|vi /etc/lighttpd/lighttpd.conf}}&lt;br /&gt;
Uncomment line:&lt;br /&gt;
 include &amp;quot;mod_fastcgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Start lighttpd service and add to needed runlevel==&lt;br /&gt;
&lt;br /&gt;
{{Cmd|/etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Networking]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5350</id>
		<title>Zabbix - cgi and mysql</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Zabbix_-_cgi_and_mysql&amp;diff=5350"/>
		<updated>2011-06-22T16:37:22Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:monitoring]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Zabbix Monitoring Solution ==&lt;br /&gt;
&lt;br /&gt;
The purpose of this document is to assist in installing the Zabbix server software and Zabbix agent on the Alpine Linux operating system. Instructions on how to configure and use Zabbix - as well as many useful tutorials - can be found at http://www.zabbix.com.&lt;br /&gt;
&lt;br /&gt;
{{Note|Currently, Zabbix will only work as expected when running on an Alpine Linux system updated from the latest snapshots of the Edge repository. It will be properly supported with the next major version stable release (Alpine 2.2).}}&lt;br /&gt;
&lt;br /&gt;
== Install Lighttpd, and PHP ==&lt;br /&gt;
&lt;br /&gt;
 apk add lighttpd&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Configure PostgreSQL ==&lt;br /&gt;
&lt;br /&gt;
Setup and configure PostgreSQL:&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client &lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start&lt;br /&gt;
 rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix ==&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix zabbix-pgsql zabbix-webif zabbix-setup&lt;br /&gt;
&lt;br /&gt;
Now we need to set up the zabbix database. Substitute &#039;*********&#039; in the example below for a real password:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psql –U postgres&lt;br /&gt;
postgres=# create user zabbix with password &#039;*********&#039;;&lt;br /&gt;
postgres=# create database zabbix owner zabbix;&lt;br /&gt;
postgres=# \q&lt;br /&gt;
cd /usr/share/zabbix/create/schema/&lt;br /&gt;
cat postgresql.sql | psql -U zabbix zabbix&lt;br /&gt;
cd ..&lt;br /&gt;
cd data/&lt;br /&gt;
cat data.sql | psql -U zabbix zabbix&lt;br /&gt;
cat images_pgsql.sql | psql -U zabbix zabbix&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a softlink for the Zabbix web-frontend files:&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/zabbix /var/www/localhost/htdocs/zabbix&lt;br /&gt;
&lt;br /&gt;
Edit PHP configuration to satisfy some zabbix requirements. Edit /etc/php/php.ini and configure the following values at least:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Max_execution_time = 600&lt;br /&gt;
Expose_php = off&lt;br /&gt;
Date.timezone = &amp;lt;insert your timezone here&amp;gt;&lt;br /&gt;
post_max_size = 32M&lt;br /&gt;
upload_max_filesize = 16M&lt;br /&gt;
max_input_time = 600&lt;br /&gt;
memory_limit = 256M&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configure the following entries in /etc/zabbix/zabbix_server.conf, where DBPassword is the password chosen for the database above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DBName=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database user&lt;br /&gt;
&lt;br /&gt;
DBUser=zabbix&lt;br /&gt;
&lt;br /&gt;
# Database password&lt;br /&gt;
# Comment this line if no password used&lt;br /&gt;
&lt;br /&gt;
DBPassword=*********&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start Zabbix server:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-server&lt;br /&gt;
 /etc/init.d/zabbix-server start&lt;br /&gt;
&lt;br /&gt;
You should now be able to browse to the Zabbix frontend: http://yourservername/zabbix.&lt;br /&gt;
&lt;br /&gt;
Follow the setup instructions to configure Zabbix, supplying the database information used above.&lt;br /&gt;
&lt;br /&gt;
Finally, Zabbix requires special permissions to use the fping binary.&lt;br /&gt;
&lt;br /&gt;
 chmod u+s /usr/sbin/fping&lt;br /&gt;
&lt;br /&gt;
== Install Zabbix Agent on Monitored Servers ==&lt;br /&gt;
&lt;br /&gt;
Zabbix can monitor almost any operating system, including Alpine Linux hosts. Complete the following steps to install the Zabbix agent on Alpine Linux.&lt;br /&gt;
&lt;br /&gt;
{{Note|Support to allow zabbix-agentd to view running processes on Alpine Linux has been added since linux-grsec-2.6.35.9-r2. Please ensure you have that kernel installed prior to attempting to run zabbix-agentd.}}&lt;br /&gt;
&lt;br /&gt;
Ensure that the readproc group exists (support added since alpine-baselayout-2.0_rc1-r1), by adding the following line to /etc/group:&lt;br /&gt;
&lt;br /&gt;
 readproc:x:30:zabbix&lt;br /&gt;
&lt;br /&gt;
Install the agent package:&lt;br /&gt;
&lt;br /&gt;
 apk add zabbix-agent&lt;br /&gt;
&lt;br /&gt;
Edit the /etc/zabbix/zabbix_agentd.conf file and configure at least the following option:&lt;br /&gt;
&lt;br /&gt;
 Server=&amp;lt;ip or hostname of zabbix server&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the zabbix-agent:&lt;br /&gt;
&lt;br /&gt;
 rc-update add zabbix-agentd&lt;br /&gt;
 /etc/init.d/zabbix-agentd start&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=MediaWiki&amp;diff=5164</id>
		<title>MediaWiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=MediaWiki&amp;diff=5164"/>
		<updated>2011-05-26T08:24:00Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Installing and configuring  MediaWiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is MediaWiki?==&lt;br /&gt;
&lt;br /&gt;
MediaWiki is a popular free  web-based wiki software application developed by and used on all projects of the Wikimedia Foundation, as well as on many other wiki websites worldwide. It is written in the PHP programming language with a backend database.&lt;br /&gt;
&lt;br /&gt;
== Set up MediaWiki on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup MediaWiki on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* Postgresql&lt;br /&gt;
* MediaWiki&lt;br /&gt;
&lt;br /&gt;
== Install lighttpd, PHP,  and postgresql ==&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
Install extra packages&lt;br /&gt;
 apk add postgresql postgresql-client&lt;br /&gt;
&lt;br /&gt;
== Installing and configuring  MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install MediaWiki&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/share/webapps/ -p&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/webapps/&lt;br /&gt;
 wget http://download.wikimedia.org/mediawiki/1.16/mediawiki-1.16.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
Unpack &lt;br /&gt;
&lt;br /&gt;
 gunzip mediawiki-1.16.5.tar.gz&lt;br /&gt;
 tar xvf mediawiki-1.16.5.tar&lt;br /&gt;
 rm -R mediawiki-1.16.5.tar&lt;br /&gt;
 &lt;br /&gt;
Make Symlink to the wiki&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/mediawiki-1.16.5/ /var/www/localhost/htdocs/mediawiki/&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Starting http and sql server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
 /etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
== Config your wiki ==&lt;br /&gt;
&lt;br /&gt;
Browse&lt;br /&gt;
&lt;br /&gt;
http://WEBSERVER_IP_ADDRESS/config/index.php&lt;br /&gt;
&lt;br /&gt;
* Site config&lt;br /&gt;
You need to set:&lt;br /&gt;
&lt;br /&gt;
  Wiki name:&lt;br /&gt;
  Contact e-mail:&lt;br /&gt;
  Language:&lt;br /&gt;
  Copyright/license:&lt;br /&gt;
  Admin username:&lt;br /&gt;
  Password:&lt;br /&gt;
  Password confirm:&lt;br /&gt;
  Object caching:&lt;br /&gt;
  Memcached servers:&lt;br /&gt;
  E-mail features (global):&lt;br /&gt;
  User-to-user e-mail:&lt;br /&gt;
  E-mail notification about changes:&lt;br /&gt;
  E-mail address authentication:&lt;br /&gt;
  Database type:&lt;br /&gt;
  PostgreSQL&lt;br /&gt;
  Database host:&lt;br /&gt;
  Database name:&lt;br /&gt;
  DB username:&lt;br /&gt;
  DB password:&lt;br /&gt;
  DB password confirm:&lt;br /&gt;
  Superuser account:  &lt;br /&gt;
  Superuser name:&lt;br /&gt;
  Superuser password:&lt;br /&gt;
  Database port:&lt;br /&gt;
  Schema for mediawiki:&lt;br /&gt;
  Schema for tsearch2:&lt;br /&gt;
&lt;br /&gt;
When you finish, press &amp;quot;Install MediaWiki&amp;quot; button, and thats all. :)&lt;br /&gt;
You have MediaWiki working, to access go to http://WEBSERVER_IP_ADDRESS/mediawiki and enjoy!&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Tutorials_and_Howtos&amp;diff=5092</id>
		<title>Tutorials and Howtos</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Tutorials_and_Howtos&amp;diff=5092"/>
		<updated>2011-04-26T11:42:45Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Web Applications */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:package_edutainment.svg|left|link=]]&lt;br /&gt;
{{TOC right}}&#039;&#039;&#039;Welcome to Tutorials and Howtos, a place of basic and advanced configuration tasks for your Alpine Linux.&#039;&#039;&#039;&lt;br /&gt;
The tutorials are hands-on and the reader is expected to try and achieve the goals described in each step, possibly with the help of a good examples. The output in one step is the starting point for the following step.&amp;lt;br/&amp;gt;&lt;br /&gt;
Howtos are smaller articles explaining how to perform a particular task with Alpine Linux. We encourage people to send in both complete articles as well as requesting topics to be covered. If you think you have the skills and knowledge to write an Alpine Linux related article please do so on this Wiki. If you want to request a topic, please add your request in this page [[Talk:Tutorials_and_Howtos|Discussion]]. 	&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Setting up a basic vserver]]&lt;br /&gt;
* [[Setting up Logical Volumes with LVM]]&lt;br /&gt;
* [[Replacing non-Alpine Linux with Alpine remotely]]&lt;br /&gt;
* [[XFCE Setup]]&lt;br /&gt;
* [[Enable Serial Console on Boot]]&lt;br /&gt;
* [[How to enable APK caching]]&lt;br /&gt;
* [[Install Alpine on VirtualBox]]&lt;br /&gt;
* [[Upgrading to Edge]]&lt;br /&gt;
* [[Setting up a software raid1 array]]&lt;br /&gt;
* [[Running Alpine Linux As a QEMU networked Guest ]]&lt;br /&gt;
* [[Manually editing a existing apkovl]]&lt;br /&gt;
&lt;br /&gt;
== Networking ==&lt;br /&gt;
* [[Configure Networking]]&lt;br /&gt;
* [[Howto Configure a Network Bridge]]&lt;br /&gt;
* [[Howto Configure static routes]]&lt;br /&gt;
* [[Using serial modem]]&lt;br /&gt;
* [[Using HSDPA modem]]&lt;br /&gt;
* [[Using Alpine on Windows domain with IPSEC isolation]]&lt;br /&gt;
* [[Setting up Satellite Internet Connection]]&lt;br /&gt;
* [[Connecting to a wireless accesspoint]]&lt;br /&gt;
&lt;br /&gt;
== iSCSI ==&lt;br /&gt;
* [[iSCSI Target and Initiator Configuration]]&lt;br /&gt;
* [[iSCSI Raid and Clustered File Systems]]&lt;br /&gt;
* [[High performance SCST iSCSI Target on Linux software Raid]]&lt;br /&gt;
&lt;br /&gt;
== Network Services ==&lt;br /&gt;
* [[Setting Up Lighttpd With FastCGI]]&lt;br /&gt;
* [[Setting up a OpenVPN-server with Alpine]]&lt;br /&gt;
* [[Setting up Zaptel/Asterisk on Alpine]]&lt;br /&gt;
* [[Setting up Transmission (bittorrent) with Clutch WebUI]]&lt;br /&gt;
* [[Hosting services on Alpine]] &#039;&#039;(This applies to hosting mail, webservices and other services)&#039;&#039;&lt;br /&gt;
** [[Setting up postfix with virtual domains]]&lt;br /&gt;
** [[Protecting your email server with Alpine]]&lt;br /&gt;
** [[Hosting Web/Email services on Alpine]]&lt;br /&gt;
* [[Setting up a ssh-server]]&lt;br /&gt;
* [[Multiple Instances of Services]]&lt;br /&gt;
* [[ISP Mail Server HowTo]] &#039;&#039;(Postfix+PostfixAdmin+DoveCot+Roundcube+ClamAV+Spamd - A full-serivce ISP mail server)&#039;&#039;&lt;br /&gt;
* [[Freepbx on Alpine Linux]]&lt;br /&gt;
* [[Apache authentication: NTLM Single Signon]]&lt;br /&gt;
* [[Generating SSL certs with ACF]]&lt;br /&gt;
* [[Changing passwords for ACF]]&lt;br /&gt;
* [[Freeradius Active Directory Integration]]&lt;br /&gt;
* [[High Availability High Performance Web Cache]] &#039;&#039;uCarp + HAProxy for High Availability Services such as Squid web proxy&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Web Applications ==&lt;br /&gt;
* [[2600hz]] &#039;&#039;FreeSWITCH, Asterisk GUI web acces tool.&#039;&#039;&lt;br /&gt;
* [[Awstats]] &#039;&#039;Free log file analyzer.&#039;&#039;&lt;br /&gt;
* [[Drupal]] &#039;&#039;Content Management System (CMS) written in PHP.&#039;&#039;&lt;br /&gt;
* [[EyeOS]] &#039;&#039;Cloud Computing Desktop.&#039;&#039;&lt;br /&gt;
* [[FreePBX_V3]] &#039;&#039;FreeSWITCH, Asterisk GUI web acces tool.&#039;&#039;&lt;br /&gt;
* [[Glpi]] &#039;&#039;Information Resource-Manager.&#039;&#039;&lt;br /&gt;
* [[MediaWiki]] &#039;&#039;Free web-based wiki software application&#039;&#039;&lt;br /&gt;
* [[Phpizabi]] &#039;&#039;Social Networking Platform.&#039;&#039;&lt;br /&gt;
* [[PhpPgAdmin]] &#039;&#039;Web-based administration tool for PostgreSQL.&#039;&#039;&lt;br /&gt;
* [[Phpmyadmin]] &#039;&#039;Web-based administration tool for MYSQL.&#039;&#039;&lt;br /&gt;
* [[Roundcube]] &#039;&#039;Webmail system&#039;&#039;&lt;br /&gt;
* [[WordPress]] &#039;&#039;Web software to create website or blog. &#039;&#039;&lt;br /&gt;
* [[Statusnet]] &#039;&#039;Microblogging Platform.&#039;&#039;&lt;br /&gt;
* [[Sqstat]] &#039;&#039;Script to look active squid users connections.&#039;&#039;&lt;br /&gt;
* [[Webmin]] &#039;&#039;A web-based interface for Linux system.&#039;&#039;&lt;br /&gt;
* [[WordPress]] &#039;&#039;Web software to create website or blog. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Monitoring ==&lt;br /&gt;
* [[Traffic monitoring]] &#039;&#039;(For Alpine Linux firewalls)&#039;&#039;&lt;br /&gt;
* [[Setting up traffic monitoring using rrdtool (and snmp)]]&lt;br /&gt;
* [[Setting up Smokeping]] &#039;&#039;(Smokeping network latency monitoring)&#039;&#039;&lt;br /&gt;
* [[Setting up Cacti]]&lt;br /&gt;
* [[Setting up NRPE daemon]] &#039;&#039;(Performs remote Nagios checks)&#039;&#039;&lt;br /&gt;
* [[Setting up Zabbix]]&lt;br /&gt;
* [[Setting Up Fprobe And Ntop]] &#039;&#039;NetFlow collection and analysis&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
* [[Setting up lm_sensors]]&lt;br /&gt;
* [[Formatting HD/Floppy/Other]]&lt;br /&gt;
* [[Screen on console]]&lt;br /&gt;
* [[Using espeak on Alpine Linux]]&lt;br /&gt;
* [[IPTV How To]]&lt;br /&gt;
* [[Pllua]]&lt;br /&gt;
* [[Error message on boot: Address space collision: host bridge window conflicts with Adaptor ROM]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
Those are not finished yet.&lt;br /&gt;
* [[AlpineSystem:CoLinux_Setup | Installing Alpine on  CoLinux ]]&lt;br /&gt;
* [[Using Racoon for Remote Sites]]&lt;br /&gt;
* [[High Performance and Fault Tolerant Routing with Alpine Linux]]&lt;br /&gt;
* [[Setting up Transparent Squid Proxy]] &#039;&#039;(Covers Squid proxy and URL Filtering system)&#039;&#039;&lt;br /&gt;
** [[Obtaining user information via SNMP]] &#039;&#039;(Using the Squark Squid authentication helper)&#039;&#039;&lt;br /&gt;
* [[Setting up Streaming an Asterisk Channel]]&lt;br /&gt;
* [[Setting up A Network Monitoring and Inventory System]] &#039;&#039;((Nagios + OpenAudit and related components)&#039;&#039;&lt;br /&gt;
* [[Intrusion Detection using Snort]] &#039;&#039;Installing and configuring Snort and related applications on Alpine 2.0.x&#039;&#039;&lt;br /&gt;
* [[IP Accounting]] &#039;&#039;Installing and configuring pmacct for IP Accounting, Netflow/sFlow collector&#039;&#039;&lt;br /&gt;
* [[Howto Setup a Wireless Access Point]] &#039;&#039;Setting up Secure Wireless AP w/ WPA encryption with bridge to wired network&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Obsolete Docs ==&lt;br /&gt;
Those are candidates for rewriting/removal.&lt;br /&gt;
* [[Bootstrapping Alpine on Soekris net4xxx]]&lt;br /&gt;
* [[Bootstrapping Alpine on PC Engines ALIX.3]]&lt;br /&gt;
* [[Setting up a /var partition on software IDE raid1]]&lt;br /&gt;
* [[Native Harddisk Install]]&lt;br /&gt;
* [[Installing XUbuntu using Alpine boot floppy]]&lt;br /&gt;
* [[Setting up trac wiki]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Roundcube&amp;diff=5091</id>
		<title>Roundcube</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Roundcube&amp;diff=5091"/>
		<updated>2011-04-26T11:38:31Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: Install Rouncube from source to access MS Exchange&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is Roundcube ==&lt;br /&gt;
&lt;br /&gt;
Roundcube is a free and open source webmail software for the masses, written in PHP.&lt;br /&gt;
&lt;br /&gt;
== Set up Rouncube from source on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup Rouncube from Source on Alpinelinux and connecting to MS Exchange Server. We assume you have alpinelinux installed and running. What we will install is the following:&lt;br /&gt;
&lt;br /&gt;
*PHP &lt;br /&gt;
*Lighttpd&lt;br /&gt;
*Postgresql&lt;br /&gt;
*Rouncube (from source)&lt;br /&gt;
&lt;br /&gt;
== Installing PHP and Lighttpd ==&lt;br /&gt;
&lt;br /&gt;
  apk add lighttpd php php-json php-pgsql php-imap php-xml php-openssl php-mcrypt php-gd php-iconv php-intl &lt;br /&gt;
&lt;br /&gt;
To add security, configure the https access in Lighttpd &lt;br /&gt;
&lt;br /&gt;
* Secure Access&lt;br /&gt;
&lt;br /&gt;
  setup-acf&lt;br /&gt;
&lt;br /&gt;
  mv /etc/ssl/mini_httpd/server.pem /etc/lighttpd/server-bundle.pem&lt;br /&gt;
  chown root:root /etc/lighttpd/server-bundle.pem&lt;br /&gt;
  chmod 400 /etc/lighttpd/server-bundle.pem&lt;br /&gt;
&lt;br /&gt;
* Configure Lighttpd&lt;br /&gt;
&lt;br /&gt;
  vi  /etc/lighttpd/lighttpd.conf&lt;br /&gt;
&lt;br /&gt;
* Uncomment this two lines:&lt;br /&gt;
&lt;br /&gt;
  &amp;quot;mod_simple_vhost&amp;quot;, &lt;br /&gt;
  include &amp;quot;mod_fastcgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Add this lines&lt;br /&gt;
&lt;br /&gt;
  simple-vhost.server-root   = &amp;quot;/var/www/localhost/htdocs/&amp;quot;&lt;br /&gt;
  simple-vhost.default-host  = &amp;quot;/&amp;quot;&lt;br /&gt;
  simple-vhost.document-root = &amp;quot;www/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  $SERVER[&amp;quot;socket&amp;quot;] == &amp;quot;round.cube.mail.ipaddres:443&amp;quot; {&lt;br /&gt;
  ssl.engine    = &amp;quot;enable&amp;quot;&lt;br /&gt;
  ssl.pemfile   = &amp;quot;/etc/lighttpd/server-bundle.pem&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
   &lt;br /&gt;
* Remove mini_httpd and start web services:&lt;br /&gt;
&lt;br /&gt;
  /etc/init.d/mini_httpd stop&lt;br /&gt;
  rc-update del mini_httpd&lt;br /&gt;
  apk del mini_httpd&lt;br /&gt;
  rc-update add lighttpd&lt;br /&gt;
  /etc/init.d/lighttpd start&lt;br /&gt;
&lt;br /&gt;
* Set the php timezone acording to: [http://php.net/manual/en/timezones.php]&lt;br /&gt;
&lt;br /&gt;
  vi /etc/php/php.ini&lt;br /&gt;
&lt;br /&gt;
* Uncomment and set the  date.timezone =&#039;&#039;  (e.g. &#039;America/Asuncion&#039;)    &lt;br /&gt;
&lt;br /&gt;
== Download and Install Rouncube ==&lt;br /&gt;
&lt;br /&gt;
* Create folder&lt;br /&gt;
&lt;br /&gt;
  mkdir -p /usr/share/webapps&lt;br /&gt;
  cd /usr/share/webapps&lt;br /&gt;
&lt;br /&gt;
* Download&lt;br /&gt;
 &lt;br /&gt;
  wget http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/0.5.2/roundcubemail-0.5.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
* Unpack &lt;br /&gt;
&lt;br /&gt;
  tar zxvf roundcubemail-0.5.2.tar.gz &lt;br /&gt;
&lt;br /&gt;
* Rename folder and change permissions&lt;br /&gt;
&lt;br /&gt;
  mv roundcubemail-0.5.2 roundcubemail&lt;br /&gt;
  chmod 775 -R roundcubemail&lt;br /&gt;
&lt;br /&gt;
* Create the symlynk&lt;br /&gt;
&lt;br /&gt;
  mv /var/www/localhost/htdocs/ /var/www/localhost/htdocs.old&lt;br /&gt;
  ln -s /usr/share/webapps/roundcube/ /var/www/localhost/htdocs/&lt;br /&gt;
&lt;br /&gt;
* Create logs folder&lt;br /&gt;
&lt;br /&gt;
  mkdir -p /var/log/roundcube/&lt;br /&gt;
  chown -R lighttpd:lighttpd /var/log/roundcube/&lt;br /&gt;
  chmod 775 /var/log/roundcube/ -R&lt;br /&gt;
&lt;br /&gt;
== Postgres installation ==&lt;br /&gt;
&lt;br /&gt;
* Add postgresql, create and configure database&lt;br /&gt;
&lt;br /&gt;
  apk add postgresql postgresql-client&lt;br /&gt;
  /etc/init.d/postgresql setup&lt;br /&gt;
  /etc/init.d/postgresql start&lt;br /&gt;
  rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
  su postgres&lt;br /&gt;
  createuser roundcube&lt;br /&gt;
&lt;br /&gt;
Answers: N,N,Y&lt;br /&gt;
* Shall the new role be a superuser? (y/n) n&lt;br /&gt;
* Shall the new role be allowed to create databases? (y/n) n&lt;br /&gt;
* Shall the new role be allowed to create more new roles? (y/n) y&lt;br /&gt;
&lt;br /&gt;
  createdb -O roundcube -E UNICODE -T template0 roundcubemail&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Set the same timzone you use in the php.ini (e.g. &#039;America/Asuncion&#039;)&lt;br /&gt;
&lt;br /&gt;
  psql roundcubemail&lt;br /&gt;
  ALTER USER roundcube WITH PASSWORD &#039;the_new_password&#039;;&lt;br /&gt;
  ALTER DATABASE roundcubemail SET timezone TO &#039;America/Asuncion&#039;;&lt;br /&gt;
  \c - roundcube&lt;br /&gt;
  \i /usr/share/webapps/roundcube/SQL/postgres.initial.sql&lt;br /&gt;
  roundcubemail=&amp;gt; \q&lt;br /&gt;
  exit&lt;br /&gt;
&lt;br /&gt;
== Roundcube Web Configuration ==&lt;br /&gt;
&lt;br /&gt;
  https://round.cube.mail.ipaddres/installer/&lt;br /&gt;
&lt;br /&gt;
* Roundcube Webmail Installer have 3 steps:&lt;br /&gt;
&lt;br /&gt;
1. Check environment&lt;br /&gt;
   Check if all is ok, click NEXT&lt;br /&gt;
&lt;br /&gt;
2. Create config&lt;br /&gt;
&lt;br /&gt;
   Here you need to set:&lt;br /&gt;
   &lt;br /&gt;
   a. General configuration&lt;br /&gt;
      product_name &lt;br /&gt;
         &#039;&#039;&#039;Your Country Branch Webmail Access&#039;&#039;&#039;&lt;br /&gt;
         temp_dir&lt;br /&gt;
            &#039;&#039;&#039;/tmp/&#039;&#039;&#039;&lt;br /&gt;
         identities_level&lt;br /&gt;
            &#039;&#039;&#039;one identity with possibility to edit all params&#039;&#039;&#039;&lt;br /&gt;
		&lt;br /&gt;
   b. Logging &amp;amp; Debugging&lt;br /&gt;
      log_driver&lt;br /&gt;
         &#039;&#039;&#039;syslog&#039;&#039;&#039;&lt;br /&gt;
      log_dir&lt;br /&gt;
         /var/log/roundcube/&lt;br /&gt;
&lt;br /&gt;
   c. Database setup&lt;br /&gt;
      db_dsnw&lt;br /&gt;
         Database settings for read/write operations:&lt;br /&gt;
         &#039;&#039;&#039;PgSQL&#039;&#039;&#039;              Database type&lt;br /&gt;
         &#039;&#039;&#039;localhost&#039;&#039;&#039;          Database server&lt;br /&gt;
         &#039;&#039;&#039;roundcubemail&#039;&#039;&#039;      Database name &lt;br /&gt;
         &#039;&#039;&#039;roundcube&#039;&#039;&#039;	  Database user name &lt;br /&gt;
         &#039;&#039;&#039;*********&#039;&#039;&#039;	  Database password &lt;br /&gt;
&lt;br /&gt;
   d. IMAP Settings		&lt;br /&gt;
      default_host&lt;br /&gt;
         The IMAP host(s) chosen to perform the log-in&lt;br /&gt;
         &#039;&#039;&#039;your.exchange.ip.address&#039;&#039;&#039;&lt;br /&gt;
      username_domain&lt;br /&gt;
         &#039;&#039;&#039;your.domain&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   e. SMTP Settings&lt;br /&gt;
      smtp_server&lt;br /&gt;
         &#039;&#039;&#039;your.exchange.ip.address&#039;&#039;&#039;&lt;br /&gt;
	&lt;br /&gt;
        Now need to download and copy both files (main.inc.php and db.inc.php) to /etc/roundcube/&lt;br /&gt;
&lt;br /&gt;
3. Test config&lt;br /&gt;
&lt;br /&gt;
      Test the SMTP config sending a mail and the IMAP config using a username and password.&lt;br /&gt;
&lt;br /&gt;
8. Final Steps&lt;br /&gt;
&lt;br /&gt;
 *  Follow the instructions in step 2 of the install to copy the files to the server[[BR]]&lt;br /&gt;
 *  Remove or rename the  /usr/share/webapps/roundcube/installer/ folder.[[BR]]&lt;br /&gt;
 *  You should now be able to get to roundcube at:  https://round.cube.mail.ipaddres/[[BR]]&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=2600hz&amp;diff=5086</id>
		<title>2600hz</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=2600hz&amp;diff=5086"/>
		<updated>2011-04-15T07:22:53Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: fix bluebox for bluesbox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Install Lighttpd ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Configuring postgresql ==&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client git&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting http service and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
&lt;br /&gt;
== Installing FreeSwitch ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing Freeswitch &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   apk add freeswitch freeswitch-flite freeswitch-sounds-en-us-callie-8000 freeswitch-sample-config -U -X http://build.alpinelinux.org:8009/backports/1.10/ --allow-untrusted&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changing some permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 chown lighttpd:lighttpd /etc/freeswitch/	&lt;br /&gt;
 chmod 777 -R /etc/freeswitch/&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Starting http and sql server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
 /etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default &lt;br /&gt;
&lt;br /&gt;
== Installing 2600hz ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install 2600hz (bluebox)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/share/webapps/ -p&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/webapps/&lt;br /&gt;
 git clone git://source.2600hz.org/bluebox.git bluebox/&lt;br /&gt;
&lt;br /&gt;
Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
 chmod -R 777 /usr/share/webapps/bluebox&lt;br /&gt;
&lt;br /&gt;
Make symlinks to 2600hz&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/bluebox/ /var/www/localhost/htdocs/bluebox&lt;br /&gt;
 &lt;br /&gt;
== Configuring bluebox ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log on your bluebox&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/bluebox and start configuration.&lt;br /&gt;
&lt;br /&gt;
* Welcome to Bluebox 1.0 Setup Wizard&lt;br /&gt;
&lt;br /&gt;
Accept Terms and Conditions&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Initial Configuration&lt;br /&gt;
&lt;br /&gt;
Select pqsl as database server, &#039;&#039;&#039;bluebox&#039;&#039;&#039; as database name, &#039;&#039;&#039;postgres&#039;&#039;&#039; as user,&#039;&#039;&#039; no password&#039;&#039;&#039;&lt;br /&gt;
Set &#039;&#039;&#039;Default Timezone&#039;&#039;&#039;&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Create Main Administrator&lt;br /&gt;
&lt;br /&gt;
Master Administration Account&lt;br /&gt;
&lt;br /&gt;
Email Address:&#039;&#039;&#039;youremail@yourserver.net&#039;&#039;&#039;&lt;br /&gt;
Password:&#039;&#039;&#039;adminpassword&#039;&#039;&#039;&lt;br /&gt;
Confirm Password:&#039;&#039;&#039;adminpassword&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Next &lt;br /&gt;
&lt;br /&gt;
* Telephony Engine&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;Telephony Configuration&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conf Directory: &#039;&#039;&#039;/etc/freeswitch&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Global Sound File Directory: &#039;&#039;&#039;/usr/sounds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Next &lt;br /&gt;
&lt;br /&gt;
Conflicting configuration files will be permanently erased if you continue!&lt;br /&gt;
&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Installation&lt;br /&gt;
&lt;br /&gt;
Ready to Install&lt;br /&gt;
&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
After that you will see &#039;&#039;&#039;Click here to use Bluebox 1.0!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
And you finish you Bluesbox installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you are using the Alpine ACF, or if you change the port in the lighttpd.conf file, the go to the port you set.&lt;br /&gt;
e.g: if you set the port to 8080, then browse to: http://WEBSERVER_IP_ADDRESS:8080/bluebox&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This documentation need some minor fixes.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=2600hz&amp;diff=5085</id>
		<title>2600hz</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=2600hz&amp;diff=5085"/>
		<updated>2011-04-14T17:07:46Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Install Lighttpd ==&lt;br /&gt;
&lt;br /&gt;
{{:Setting Up Lighttpd With FastCGI}}&lt;br /&gt;
&lt;br /&gt;
== Configuring postgresql ==&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client git&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting http service and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
&lt;br /&gt;
== Installing FreeSwitch ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing Freeswitch &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   apk add freeswitch freeswitch-flite freeswitch-sounds-en-us-callie-8000 freeswitch-sample-config -U -X http://build.alpinelinux.org:8009/backports/1.10/ --allow-untrusted&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changing some permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 chown lighttpd:lighttpd /etc/freeswitch/	&lt;br /&gt;
 chmod 777 -R /etc/freeswitch/&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Starting http and sql server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
 /etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default &lt;br /&gt;
&lt;br /&gt;
== Installing 2600hz ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install 2600hz (bluesbox)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/share/webapps/ -p&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/webapps/&lt;br /&gt;
 git clone git://source.2600hz.org/bluebox.git bluebox/&lt;br /&gt;
&lt;br /&gt;
Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
 chmod -R 777 /usr/share/webapps/bluesbox&lt;br /&gt;
&lt;br /&gt;
Make symlinks to 2600hz&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/bluesbox/ /var/www/localhost/htdocs/bluesbox&lt;br /&gt;
 &lt;br /&gt;
== Configuring bluesbox ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log on your bluesbox&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/bluesbox and start configuration.&lt;br /&gt;
&lt;br /&gt;
* Welcome to Bluebox 1.0 Setup Wizard&lt;br /&gt;
&lt;br /&gt;
Accept Terms and Conditions&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Initial Configuration&lt;br /&gt;
&lt;br /&gt;
Select pqsl as database server, &#039;&#039;&#039;bluebox&#039;&#039;&#039; as database name, &#039;&#039;&#039;postgres&#039;&#039;&#039; as user,&#039;&#039;&#039; no password&#039;&#039;&#039;&lt;br /&gt;
Set &#039;&#039;&#039;Default Timezone&#039;&#039;&#039;&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Create Main Administrator&lt;br /&gt;
&lt;br /&gt;
Master Administration Account&lt;br /&gt;
&lt;br /&gt;
Email Address:&#039;&#039;&#039;youremail@yourserver.net&#039;&#039;&#039;&lt;br /&gt;
Password:&#039;&#039;&#039;adminpassword&#039;&#039;&#039;&lt;br /&gt;
Confirm Password:&#039;&#039;&#039;adminpassword&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Next &lt;br /&gt;
&lt;br /&gt;
* Telephony Engine&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;Telephony Configuration&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conf Directory: &#039;&#039;&#039;/etc/freeswitch&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Global Sound File Directory: &#039;&#039;&#039;/usr/sounds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Next &lt;br /&gt;
&lt;br /&gt;
Conflicting configuration files will be permanently erased if you continue!&lt;br /&gt;
&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Installation&lt;br /&gt;
&lt;br /&gt;
Ready to Install&lt;br /&gt;
&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
After that you will see &#039;&#039;&#039;Click here to use Bluebox 1.0!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
And you finish you Bluesbox installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you are using the Alpine ACF, or if you change the port in the lighttpd.conf file, the go to the port you set.&lt;br /&gt;
e.g: if you set the port to 8080, then browse to: http://WEBSERVER_IP_ADDRESS:8080/bluesbox&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This documentation need some minor fixes.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=2600hz&amp;diff=5084</id>
		<title>2600hz</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=2600hz&amp;diff=5084"/>
		<updated>2011-04-14T17:05:01Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Install Lighttpd */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Install Lighttpd ==&lt;br /&gt;
 apk add lighttpd php-iconv php-json php-gd php-curl php-xml php-pgsql php-imap php-pdo php-pdo_pgsql php-soap php-xmlrpc php-posix php-mcrypt php-gettext&lt;br /&gt;
&lt;br /&gt;
== Configuring postgresql ==&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client git&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting http service and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
&lt;br /&gt;
== Installing FreeSwitch ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing Freeswitch &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   apk add freeswitch freeswitch-flite freeswitch-sounds-en-us-callie-8000 freeswitch-sample-config -U -X http://build.alpinelinux.org:8009/backports/1.10/ --allow-untrusted&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changing some permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 chown lighttpd:lighttpd /etc/freeswitch/	&lt;br /&gt;
 chmod 777 -R /etc/freeswitch/&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Starting http and sql server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
 /etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default &lt;br /&gt;
&lt;br /&gt;
== Installing 2600hz ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install 2600hz (bluesbox)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/share/webapps/ -p&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/webapps/&lt;br /&gt;
 git clone git://source.2600hz.org/bluebox.git bluebox/&lt;br /&gt;
&lt;br /&gt;
Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
 chmod -R 777 /usr/share/webapps/bluesbox&lt;br /&gt;
&lt;br /&gt;
Make symlinks to 2600hz&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/bluesbox/ /var/www/localhost/htdocs/bluesbox&lt;br /&gt;
 &lt;br /&gt;
== Configuring bluesbox ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log on your bluesbox&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/bluesbox and start configuration.&lt;br /&gt;
&lt;br /&gt;
* Welcome to Bluebox 1.0 Setup Wizard&lt;br /&gt;
&lt;br /&gt;
Accept Terms and Conditions&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Initial Configuration&lt;br /&gt;
&lt;br /&gt;
Select pqsl as database server, &#039;&#039;&#039;bluebox&#039;&#039;&#039; as database name, &#039;&#039;&#039;postgres&#039;&#039;&#039; as user,&#039;&#039;&#039; no password&#039;&#039;&#039;&lt;br /&gt;
Set &#039;&#039;&#039;Default Timezone&#039;&#039;&#039;&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Create Main Administrator&lt;br /&gt;
&lt;br /&gt;
Master Administration Account&lt;br /&gt;
&lt;br /&gt;
Email Address:&#039;&#039;&#039;youremail@yourserver.net&#039;&#039;&#039;&lt;br /&gt;
Password:&#039;&#039;&#039;adminpassword&#039;&#039;&#039;&lt;br /&gt;
Confirm Password:&#039;&#039;&#039;adminpassword&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Next &lt;br /&gt;
&lt;br /&gt;
* Telephony Engine&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;Telephony Configuration&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conf Directory: &#039;&#039;&#039;/etc/freeswitch&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Global Sound File Directory: &#039;&#039;&#039;/usr/sounds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Next &lt;br /&gt;
&lt;br /&gt;
Conflicting configuration files will be permanently erased if you continue!&lt;br /&gt;
&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Installation&lt;br /&gt;
&lt;br /&gt;
Ready to Install&lt;br /&gt;
&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
After that you will see &#039;&#039;&#039;Click here to use Bluebox 1.0!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
And you finish you Bluesbox installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you are using the Alpine ACF, or if you change the port in the lighttpd.conf file, the go to the port you set.&lt;br /&gt;
e.g: if you set the port to 8080, then browse to: http://WEBSERVER_IP_ADDRESS:8080/bluesbox&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This documentation need some minor fixes.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=2600hz&amp;diff=5083</id>
		<title>2600hz</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=2600hz&amp;diff=5083"/>
		<updated>2011-04-14T17:04:30Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: /* Install Lighttpd */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Install Lighttpd ==&lt;br /&gt;
apk add lighttpd php-iconv php-json php-gd php-curl php-xml php-pgsql php-imap php-pdo php-pdo_pgsql php-soap php-xmlrpc php-posix php-mcrypt php-gettext&lt;br /&gt;
&lt;br /&gt;
== Configuring postgresql ==&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client git&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting http service and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
&lt;br /&gt;
== Installing FreeSwitch ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing Freeswitch &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   apk add freeswitch freeswitch-flite freeswitch-sounds-en-us-callie-8000 freeswitch-sample-config -U -X http://build.alpinelinux.org:8009/backports/1.10/ --allow-untrusted&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changing some permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 chown lighttpd:lighttpd /etc/freeswitch/	&lt;br /&gt;
 chmod 777 -R /etc/freeswitch/&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Starting http and sql server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start &amp;amp;&amp;amp; rc-update add postgresql default&lt;br /&gt;
 /etc/init.d/lighttpd start &amp;amp;&amp;amp; rc-update add lighttpd default &lt;br /&gt;
&lt;br /&gt;
== Installing 2600hz ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Install 2600hz (bluesbox)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/share/webapps/ -p&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/webapps/&lt;br /&gt;
 git clone git://source.2600hz.org/bluebox.git bluebox/&lt;br /&gt;
&lt;br /&gt;
Change Folder Persmissions&lt;br /&gt;
&lt;br /&gt;
 chmod -R 777 /usr/share/webapps/bluesbox&lt;br /&gt;
&lt;br /&gt;
Make symlinks to 2600hz&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/bluesbox/ /var/www/localhost/htdocs/bluesbox&lt;br /&gt;
 &lt;br /&gt;
== Configuring bluesbox ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log on your bluesbox&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Browse to: http://WEBSERVER_IP_ADDRESS/bluesbox and start configuration.&lt;br /&gt;
&lt;br /&gt;
* Welcome to Bluebox 1.0 Setup Wizard&lt;br /&gt;
&lt;br /&gt;
Accept Terms and Conditions&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Initial Configuration&lt;br /&gt;
&lt;br /&gt;
Select pqsl as database server, &#039;&#039;&#039;bluebox&#039;&#039;&#039; as database name, &#039;&#039;&#039;postgres&#039;&#039;&#039; as user,&#039;&#039;&#039; no password&#039;&#039;&#039;&lt;br /&gt;
Set &#039;&#039;&#039;Default Timezone&#039;&#039;&#039;&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Create Main Administrator&lt;br /&gt;
&lt;br /&gt;
Master Administration Account&lt;br /&gt;
&lt;br /&gt;
Email Address:&#039;&#039;&#039;youremail@yourserver.net&#039;&#039;&#039;&lt;br /&gt;
Password:&#039;&#039;&#039;adminpassword&#039;&#039;&#039;&lt;br /&gt;
Confirm Password:&#039;&#039;&#039;adminpassword&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Next &lt;br /&gt;
&lt;br /&gt;
* Telephony Engine&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;Telephony Configuration&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conf Directory: &#039;&#039;&#039;/etc/freeswitch&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Global Sound File Directory: &#039;&#039;&#039;/usr/sounds&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Next &lt;br /&gt;
&lt;br /&gt;
Conflicting configuration files will be permanently erased if you continue!&lt;br /&gt;
&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
* Installation&lt;br /&gt;
&lt;br /&gt;
Ready to Install&lt;br /&gt;
&lt;br /&gt;
Next&lt;br /&gt;
&lt;br /&gt;
After that you will see &#039;&#039;&#039;Click here to use Bluebox 1.0!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
And you finish you Bluesbox installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; If you are using the Alpine ACF, or if you change the port in the lighttpd.conf file, the go to the port you set.&lt;br /&gt;
e.g: if you set the port to 8080, then browse to: http://WEBSERVER_IP_ADDRESS:8080/bluesbox&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; This documentation need some minor fixes.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=FreePBX_V3&amp;diff=5011</id>
		<title>FreePBX V3</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=FreePBX_V3&amp;diff=5011"/>
		<updated>2011-02-16T07:53:03Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set up Freepbx V3 on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup freepbx v3 (freeswitch support) on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* Postgresql&lt;br /&gt;
* Freepbx V3&lt;br /&gt;
* Freeswitch&lt;br /&gt;
&lt;br /&gt;
== Upgrading the installation ==&lt;br /&gt;
&lt;br /&gt;
 echo &#039;http://dl-3.alpinelinux.org/alpine/v2.1/main/&#039; &amp;gt;  /etc/apk/repositories&lt;br /&gt;
 apk upgrade -U&lt;br /&gt;
 &lt;br /&gt;
== Install lighttpd, PHP, subversion and postgresql ==&lt;br /&gt;
&lt;br /&gt;
 apk add lighttpd php php-iconv php-json php-gd php-curl php-xml php-pgsql php-imap php-pdo &lt;br /&gt;
 apk add php-pdo_pgsql  php-soap php-xmlrpc php-posix php-mcrypt php-gettext subversion  postgresql postgresql-client&lt;br /&gt;
&lt;br /&gt;
== Configuring Lighttpd==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Edit lighttpd.conf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 nano /etc/lighttpd/lighttpd.conf&lt;br /&gt;
&lt;br /&gt;
Uncomment three this lines:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;mod_rewrite&amp;quot;,&lt;br /&gt;
 &amp;quot;mod_redirect&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
 include &amp;quot;mod_cgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Installing FreePBX ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/share/webapps/ -p&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/webapps/&lt;br /&gt;
 svn co http://www.freepbx.org/v3/svn/trunk/ freepbx/&lt;br /&gt;
 cd  freepbx&lt;br /&gt;
 chmod 755 preinstall.sh&lt;br /&gt;
 ./preinstall.sh&lt;br /&gt;
&lt;br /&gt;
Changing some permissions&lt;br /&gt;
&lt;br /&gt;
 chown lighttpd:lighttpd /usr/share/webapps/freepbx&lt;br /&gt;
 chmod 777 -R /usr/share/webapps/freepbx&lt;br /&gt;
&lt;br /&gt;
Make symlinks to Freepbx&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/freepbx/ /var/www/localhost/htdocs/freepbx&lt;br /&gt;
&lt;br /&gt;
== Installing FreeSwitch ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing Freeswitch &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   apk add freeswitch freeswitch-flite freeswitch-sounds-en-us-callie-8000 freeswitch-sample-config&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changing some permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 chown lighttpd:lighttpd /etc/freeswitch/	&lt;br /&gt;
 chmod 777 -R /etc/freeswitch/&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting http and sql server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start &lt;br /&gt;
 /etc/init.d/freeswitch start &lt;br /&gt;
 /etc/init.d/lighttpd start &lt;br /&gt;
&lt;br /&gt;
 rc-update add freeswitch default&lt;br /&gt;
 rc-update add postgresql default&lt;br /&gt;
 rc-update add lighttpd default&lt;br /&gt;
&lt;br /&gt;
Browse &lt;br /&gt;
&lt;br /&gt;
 http://FREEPBX_IP_NUMBER/freepbx/installer.html&lt;br /&gt;
&lt;br /&gt;
 Accept Terms and Conditions&lt;br /&gt;
 Next&lt;br /&gt;
 Select pqsl as database server, &#039;&#039;&#039;freepbx&#039;&#039;&#039; as database name, &#039;&#039;&#039;postgres&#039;&#039;&#039; as user,&#039;&#039;&#039; no password&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
 Set System Defaults &lt;br /&gt;
 Next&lt;br /&gt;
 Create Main Administrator&lt;br /&gt;
 Next&lt;br /&gt;
 Set the Conf Directory: to: /etc/freeswitch&lt;br /&gt;
 Next&lt;br /&gt;
 In the Packages page select the packages you want to install&lt;br /&gt;
 Next&lt;br /&gt;
 Ready to Install&lt;br /&gt;
 Next&lt;br /&gt;
  &lt;br /&gt;
And wait until the installer finish the installation&lt;br /&gt;
&lt;br /&gt;
When Installation Complete,click on: &#039;&#039;&#039;Click here to use FreePBX 3.0!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EOF&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=FreePBX_V3&amp;diff=5010</id>
		<title>FreePBX V3</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=FreePBX_V3&amp;diff=5010"/>
		<updated>2011-02-16T06:41:23Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set up Freepbx V3 on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup freepbx v3 (freeswitch support) on Alpine linux. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Lighttpd with PHP &lt;br /&gt;
* Postgresql&lt;br /&gt;
* Freepbx V3&lt;br /&gt;
* Freeswitch&lt;br /&gt;
&lt;br /&gt;
== Upgrading the installation ==&lt;br /&gt;
&lt;br /&gt;
 echo &#039;http://dl-3.alpinelinux.org/alpine/v2.1/main/&#039; &amp;gt;  /etc/apk/repositories&lt;br /&gt;
 apk upgrade -U&lt;br /&gt;
 &lt;br /&gt;
== Install lighttpd, PHP, subversion and postgresql ==&lt;br /&gt;
&lt;br /&gt;
 apk add lighttpd php php-iconv php-json php-gd php-curl php-xml php-pgsql php-imap php-pdo php-pdo_pgsql  php-soap php-xmlrpc php-posix php-mcrypt php-gettext subversion  postgresql postgresql-client&lt;br /&gt;
&lt;br /&gt;
== Configuring Lighttpd==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Edit lighttpd.conf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 nano /etc/lighttpd/lighttpd.conf&lt;br /&gt;
&lt;br /&gt;
Uncomment three this lines:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;mod_rewrite&amp;quot;,&lt;br /&gt;
 &amp;quot;mod_redirect&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
 include &amp;quot;mod_cgi.conf&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Installing FreePBX ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make webapps folder&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/share/webapps/ -p&lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/webapps/&lt;br /&gt;
 svn co http://www.freepbx.org/v3/svn/trunk/ freepbx/&lt;br /&gt;
 cd  freepbx&lt;br /&gt;
 chmod 755 preinstall.sh&lt;br /&gt;
 ./preinstall.sh&lt;br /&gt;
&lt;br /&gt;
Changing some permissions&lt;br /&gt;
&lt;br /&gt;
 chown lighttpd:lighttpd /usr/share/webapps/freepbx&lt;br /&gt;
 chmod 777 -R /usr/share/webapps/freepbx&lt;br /&gt;
&lt;br /&gt;
Make symlinks to Freepbx&lt;br /&gt;
&lt;br /&gt;
 ln -s /usr/share/webapps/freepbx/ /var/www/localhost/htdocs/freepbx&lt;br /&gt;
&lt;br /&gt;
== Installing FreeSwitch ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing Freeswitch &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
   apk add freeswitch freeswitch-flite freeswitch-sounds-en-us-callie-8000 freeswitch-sample-config&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Changing some permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 chown lighttpd:lighttpd /etc/freeswitch/	&lt;br /&gt;
 chmod 777 -R /etc/freeswitch/&lt;br /&gt;
&lt;br /&gt;
== Starting ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting http and sql server and adding to boot&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
 /etc/init.d/postgresql start &lt;br /&gt;
 /etc/init.d/lighttpd start &lt;br /&gt;
 &lt;br /&gt;
 rc-update add postgresql default&lt;br /&gt;
 rc-update add lighttpd default&lt;br /&gt;
&lt;br /&gt;
Browse &lt;br /&gt;
&lt;br /&gt;
 http://FREEPBX_IP_NUMBER/freepbx/installer.html&lt;br /&gt;
&lt;br /&gt;
 Accept Terms and Conditions&lt;br /&gt;
 Next&lt;br /&gt;
 Select pqsl as database server, &#039;&#039;&#039;freepbx&#039;&#039;&#039; as database name, &#039;&#039;&#039;postgres&#039;&#039;&#039; as user,&#039;&#039;&#039; no password&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
 Set System Defaults &lt;br /&gt;
 Next&lt;br /&gt;
 Create Main Administrator&lt;br /&gt;
 Next&lt;br /&gt;
 Set the Conf Directory: to: /etc/freeswitch&lt;br /&gt;
 Next&lt;br /&gt;
 In the Packages page select the packages you want to install&lt;br /&gt;
 Next&lt;br /&gt;
 Ready to Install&lt;br /&gt;
 Next&lt;br /&gt;
  &lt;br /&gt;
And wait until the installer finish the installation&lt;br /&gt;
&lt;br /&gt;
When Installation Complete,click on: &#039;&#039;&#039;Click here to use FreePBX 3.0!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
EOF&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Kamailio&amp;diff=5009</id>
		<title>Kamailio</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Kamailio&amp;diff=5009"/>
		<updated>2011-02-14T14:56:35Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set up Kamailio on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
Kamailio (former OpenSER) is an Open Source SIP Server released under GPL, able to handle thousands of call setups per second. &lt;br /&gt;
Among features: asynchronous TCP, UDP and SCTP, secure communication via TLS for VoIP (voice, video), SIMPLE instant messaging &lt;br /&gt;
and presence, ENUM, least cost routing, load balancing, routing fail-over, accounting, authentication and authorization against &lt;br /&gt;
MySQL, Postgres, Oracle, Radius, LDAP, XMLRPC control interface, SNMP monitoring. It can be used to build large VoIP servicing &lt;br /&gt;
platforms or to scale up SIP-to-PSTN gateways, PBX systems or media servers like Asterisk™, FreeSWITCH™ or SEMS.&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup Kamailio 3.1.1 on Alpinelinux 2.1, and assume that you have already installed the alpinelinux base system. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Upgrade Installation&lt;br /&gt;
* Postgresql&lt;br /&gt;
* Kamailio&lt;br /&gt;
&lt;br /&gt;
== Upgrade Installation ==&lt;br /&gt;
&lt;br /&gt;
 echo &#039;http://dl-3.alpinelinux.org/alpine/v2.1/main/&#039; &amp;gt;  /etc/apk/repositories&lt;br /&gt;
 apk upgrade -U&lt;br /&gt;
&lt;br /&gt;
== Install Postgresql ==&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client&lt;br /&gt;
&lt;br /&gt;
* Setup postgresql&lt;br /&gt;
&lt;br /&gt;
 #!sh&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
&lt;br /&gt;
* Direct logging information to syslog&lt;br /&gt;
The default behavior is to log activity to postmaster.log without rotation. This can result in large log files filling the ramdisk. Edit the postgresql.conf file to enable logging information to be sent to syslog (logs will appear in /var/log/messages which is rotated and older logs are automatically deleted).&lt;br /&gt;
&lt;br /&gt;
The following command will update the file correctly.&lt;br /&gt;
&lt;br /&gt;
 #!sh&lt;br /&gt;
 sed &amp;quot;/^[# ]*log_destination/clog_destination = &#039;syslog&#039;&amp;quot; -i /var/lib/postgresql/9.0/data/postgresql.conf&lt;br /&gt;
&lt;br /&gt;
* Start postgresql and enable auto start&lt;br /&gt;
&lt;br /&gt;
 #!sh&lt;br /&gt;
 /etc/init.d/postgresql start&lt;br /&gt;
 rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
* Create file for Kamailio to start after pg-restore when booting:&lt;br /&gt;
&lt;br /&gt;
 #!sh&lt;br /&gt;
 echo &#039;rc_after=pg-restore&#039; &amp;gt; /etc/conf.d/kamailio&lt;br /&gt;
&lt;br /&gt;
== Install SIP Router (Kamailio) ==&lt;br /&gt;
* Install kamailio &lt;br /&gt;
&lt;br /&gt;
 apk add kamailio kamailio-presence kamailio-pcre kamailio-postgres &lt;br /&gt;
&lt;br /&gt;
* Edit the kamctlrc file - uncomment and/or change the following variables. Please note that in your production environment it is recommended&lt;br /&gt;
that usernames and passwords be customized (defaults as used below should be avoided if at all possible) for added security. &lt;br /&gt;
&lt;br /&gt;
 sed &amp;quot;/^[# ]*SIP_DOMAIN/cSIP_DOMAIN=sip.&amp;lt;DOMAIN&amp;gt;.net&amp;quot; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBENGINE/cDBENGINE=PGSQL&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBHOST/cDBHOST=localhost&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBNAME/cDBNAME=openser&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBRWUSER/cDBRWUSER=openser&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBRWPW/cDBRWPW=&amp;quot;openser&amp;quot;&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBROUSER/cDBROUSER=openserro&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBROPW/cDBROPW=openserro&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBROOTUSER/cDBROOTUSER=&amp;quot;postgres&amp;quot; &#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
&lt;br /&gt;
* Create Kamailio database&lt;br /&gt;
&lt;br /&gt;
 echo postgres &amp;gt;/root/.pgpass&lt;br /&gt;
 chmod 600 /root/.pgpass&lt;br /&gt;
 kamdbctl create openser&lt;br /&gt;
&lt;br /&gt;
* Start Kamailio and setup for auto start on reboot&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/kamailio start&lt;br /&gt;
 rc-update add kamailio&lt;br /&gt;
 echo &#039;rc_after=postgresql&#039; &amp;gt;&amp;gt; /etc/conf.d/kamailio&lt;br /&gt;
&lt;br /&gt;
* Create a few SIP ROUTER users (extensions)&lt;br /&gt;
&lt;br /&gt;
Note: You can add as many extensions you want to use this command: kamctl extension and password. &lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 kamctl add 5000 5000&lt;br /&gt;
 kamctl add 5001 5001&lt;br /&gt;
&lt;br /&gt;
Xlite (or other Software-based IP Phone) can be used for this preliminary test.&lt;br /&gt;
You can register a soft-phone or sip-phone with the account &amp;quot;5000&amp;quot; and password &amp;quot;5000&amp;quot;, using the SIP-Router aip as &amp;quot;domain&amp;quot; and other one with 5001 and call each other.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Kamailio&amp;diff=5008</id>
		<title>Kamailio</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Kamailio&amp;diff=5008"/>
		<updated>2011-02-14T09:44:32Z</updated>

		<summary type="html">&lt;p&gt;Danieloc: Kamailio 3.1.1 Installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set up Kamailio on Alpine Linux ==&lt;br /&gt;
&lt;br /&gt;
Kamailio (former OpenSER) is an Open Source SIP Server released under GPL, able to handle thousands of call setups per second. &lt;br /&gt;
Among features: asynchronous TCP, UDP and SCTP, secure communication via TLS for VoIP (voice, video), SIMPLE instant messaging &lt;br /&gt;
and presence, ENUM, least cost routing, load balancing, routing fail-over, accounting, authentication and authorization against &lt;br /&gt;
MySQL, Postgres, Oracle, Radius, LDAP, XMLRPC control interface, SNMP monitoring. It can be used to build large VoIP servicing &lt;br /&gt;
platforms or to scale up SIP-to-PSTN gateways, PBX systems or media servers like Asterisk™, FreeSWITCH™ or SEMS.&lt;br /&gt;
&lt;br /&gt;
This document will be a quick c/p guide to setup Kamailio 3.1.1 on Alpinelinux 2.1. What we will setup is the following:&lt;br /&gt;
&lt;br /&gt;
* Postgresql&lt;br /&gt;
* Kamailio&lt;br /&gt;
&lt;br /&gt;
== Install Postgresql ==&lt;br /&gt;
&lt;br /&gt;
 apk add postgresql postgresql-client&lt;br /&gt;
&lt;br /&gt;
* Setup postgresql&lt;br /&gt;
&lt;br /&gt;
 #!sh&lt;br /&gt;
 /etc/init.d/postgresql setup&lt;br /&gt;
&lt;br /&gt;
* Direct logging information to syslog&lt;br /&gt;
The default behavior is to log activity to postmaster.log without rotation. This can result in large log files filling the ramdisk. Edit the postgresql.conf file to enable logging information to be sent to syslog (logs will appear in /var/log/messages which is rotated and older logs are automatically deleted).&lt;br /&gt;
&lt;br /&gt;
The following command will update the file correctly.&lt;br /&gt;
&lt;br /&gt;
 #!sh&lt;br /&gt;
 sed &amp;quot;/^[# ]*log_destination/clog_destination = &#039;syslog&#039;&amp;quot; -i /var/lib/postgresql/9.0/data/postgresql.conf&lt;br /&gt;
&lt;br /&gt;
* Start postgresql and enable auto start&lt;br /&gt;
&lt;br /&gt;
 #!sh&lt;br /&gt;
 /etc/init.d/postgresql start&lt;br /&gt;
 rc-update add postgresql&lt;br /&gt;
&lt;br /&gt;
* Create file for Kamailio to start after pg-restore when booting:&lt;br /&gt;
&lt;br /&gt;
 #!sh&lt;br /&gt;
 echo &#039;rc_after=pg-restore&#039; &amp;gt; /etc/conf.d/kamailio&lt;br /&gt;
&lt;br /&gt;
== Install SIP Router (Kamailio) ==&lt;br /&gt;
* Install kamailio &lt;br /&gt;
&lt;br /&gt;
 apk add kamailio kamailio-presence kamailio-pcre kamailio-postgres &lt;br /&gt;
&lt;br /&gt;
* Edit the kamctlrc file - uncomment and/or change the following variables. Please note that in your production environment it is recommended&lt;br /&gt;
that usernames and passwords be customized (defaults as used below should be avoided if at all possible) for added security. &lt;br /&gt;
&lt;br /&gt;
 sed &amp;quot;/^[# ]*SIP_DOMAIN/cSIP_DOMAIN=sip.&amp;lt;DOMAIN&amp;gt;.net&amp;quot; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBENGINE/cDBENGINE=PGSQL&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBHOST/cDBHOST=localhost&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBNAME/cDBNAME=openser&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBRWUSER/cDBRWUSER=openser&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBRWPW/cDBRWPW=&amp;quot;openser&amp;quot;&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBROUSER/cDBROUSER=openserro&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBROPW/cDBROPW=openserro&#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
 sed &#039;/^[# ]*DBROOTUSER/cDBROOTUSER=&amp;quot;postgres&amp;quot; &#039; -i /etc/kamailio/kamctlrc&lt;br /&gt;
&lt;br /&gt;
* Create Kamailio database&lt;br /&gt;
&lt;br /&gt;
 echo postgres &amp;gt;/root/.pgpass&lt;br /&gt;
 chmod 600 /root/.pgpass&lt;br /&gt;
 kamdbctl create openser&lt;br /&gt;
&lt;br /&gt;
* Start Kamailio and setup for auto start on reboot&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/kamailio start&lt;br /&gt;
 rc-update add kamailio&lt;br /&gt;
 echo &#039;rc_after=postgresql&#039; &amp;gt;&amp;gt; /etc/conf.d/kamailio&lt;br /&gt;
&lt;br /&gt;
* Create a few SIP ROUTER users (extensions)&lt;br /&gt;
&lt;br /&gt;
Note: You can add as many extensions you want to use this command: kamctl extension and password. &lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 kamctl add 5000 5000&lt;br /&gt;
 kamctl add 5001 5001&lt;br /&gt;
&lt;br /&gt;
Xlite (or other Software-based IP Phone) can be used for this preliminary test.&lt;br /&gt;
You can register a soft-phone or sip-phone with the account &amp;quot;5000&amp;quot; and password &amp;quot;5000&amp;quot;, using the SIP-Router aip as &amp;quot;domain&amp;quot; and other one with 5001 and call each other.&lt;/div&gt;</summary>
		<author><name>Danieloc</name></author>
	</entry>
</feed>