<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="cs">
		<id>https://wiki.freenetis.org/index.php?action=history&amp;feed=atom&amp;title=Instalation_and_settings_of_address_point_server</id>
		<title>Instalation and settings of address point server - Historie editací</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.freenetis.org/index.php?action=history&amp;feed=atom&amp;title=Instalation_and_settings_of_address_point_server"/>
		<link rel="alternate" type="text/html" href="https://wiki.freenetis.org/index.php?title=Instalation_and_settings_of_address_point_server&amp;action=history"/>
		<updated>2026-05-16T12:01:27Z</updated>
		<subtitle>Historie editací této stránky</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.freenetis.org/index.php?title=Instalation_and_settings_of_address_point_server&amp;diff=2103&amp;oldid=prev</id>
		<title>Sivosha: Založena nová stránka: cs: Instalace a nastavení serveru adresních bodů ru: Установка и настройка адресов сервера   ==Information==  = Server Settings ...</title>
		<link rel="alternate" type="text/html" href="https://wiki.freenetis.org/index.php?title=Instalation_and_settings_of_address_point_server&amp;diff=2103&amp;oldid=prev"/>
				<updated>2013-12-10T11:43:44Z</updated>
		
		<summary type="html">&lt;p&gt;Založena nová stránka: &lt;a href=&quot;http://wiki.freenetis.org/index.php/Instalace_a_nastaven%C3%AD_serveru_adresn%C3%ADch_bod%C5%AF&quot; class=&quot;extiw&quot; title=&quot;cs:Instalace a nastavení serveru adresních bodů&quot;&gt;cs: Instalace a nastavení serveru adresních bodů&lt;/a&gt; &lt;a href=&quot;http://wiki.freenetis.org/index.php/%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0_%D0%B8_%D0%BD%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B0_%D0%B0%D0%B4%D1%80%D0%B5%D1%81%D0%BE%D0%B2_%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80%D0%B0&quot; class=&quot;extiw&quot; title=&quot;ru:Установка и настройка адресов сервера&quot;&gt;ru: Установка и настройка адресов сервера&lt;/a&gt;   ==Information==  = Server Settings ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nová stránka&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[cs: Instalace a nastavení serveru adresních bodů]]&lt;br /&gt;
[[ru: Установка и настройка адресов сервера]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Information==&lt;br /&gt;
&lt;br /&gt;
= Server Settings =&lt;br /&gt;
&lt;br /&gt;
==Preparing to install==&lt;br /&gt;
Install all required packages&lt;br /&gt;
&lt;br /&gt;
 apt-get install unzip git apache2 php5 php5-mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
Restart apache&lt;br /&gt;
&lt;br /&gt;
 service apache2 restart&lt;br /&gt;
&lt;br /&gt;
==Getting the source code==&lt;br /&gt;
Download the source code of the web application into any folder&lt;br /&gt;
&lt;br /&gt;
 git clone https://github.com/freenetis/freenetis-address.git&lt;br /&gt;
&lt;br /&gt;
==The database==&lt;br /&gt;
Create a database using sql script file db_structure.sql&lt;br /&gt;
&lt;br /&gt;
mysql -u username -ppassword jmeno_database &amp;lt; db_structure.sql&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Start with administrator privileges install script in the folder with the source code&lt;br /&gt;
&lt;br /&gt;
./install.sh&lt;br /&gt;
&lt;br /&gt;
Enter your login information to the database. Then the files are copied to /var/www/freenetis-addresses and generates a role for CRON,  and then each day at 5:00 am it will check the database current addresses and possibly updating to the latest version&lt;br /&gt;
&lt;br /&gt;
 ==The initial download database==&lt;br /&gt;
&lt;br /&gt;
Run the import script&lt;br /&gt;
 ./import.sh&lt;br /&gt;
&lt;br /&gt;
Import depends on the speed of the disk and the number of addresses in the database take more than 30 minutes. Import progress will be displayed in the console.&lt;br /&gt;
&lt;br /&gt;
= Set FreenetIS =&lt;br /&gt;
In the FreenetIS settings, in System section fill in your Web applications address including material such as&lt;br /&gt;
&lt;br /&gt;
 http://sdruzeni.net/freenetis-addresses/&lt;br /&gt;
&lt;br /&gt;
= Error messages import script =&lt;br /&gt;
&lt;br /&gt;
Config file not found - Could not find the file /etc/freenetis-addresses.ini , solution is to re-run the script ./Install.sh.&lt;br /&gt;
&lt;br /&gt;
Can not get latest date database - Unable to determine the date from the server cuzk.cz. Either the site is unavailable or it has changes in structure of the pages so that it is not possible to determine the date.&lt;br /&gt;
&lt;br /&gt;
Database is up to date - and the current database is not updated.&lt;br /&gt;
&lt;br /&gt;
Database is not up to date and will be updated - database is not current and will be updated.&lt;br /&gt;
&lt;br /&gt;
Can not download addresses - Failed to download the archive with the database on the server cuzk.cz.&lt;br /&gt;
&lt;br /&gt;
Can not extract addresses - Error while extracting database to a temporary folder.&lt;br /&gt;
&lt;br /&gt;
Can not prepare addresses - Error removing unneeded columns, change the coding or preparing the house number. The mistake is to change the format of the data in the database.&lt;br /&gt;
&lt;br /&gt;
Can not clean temporary table - Error while deleting temporary tables.&lt;br /&gt;
&lt;br /&gt;
Can not import addresses - Failed to import the address database. The mistake can be the changes in the format of the data in the database.&lt;br /&gt;
&lt;br /&gt;
Can not update database - An error occurs when replacing a temporary production database table addresses.&lt;/div&gt;</summary>
		<author><name>Sivosha</name></author>	</entry>

	</feed>