<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to opendent_installation</title><link>https://sourceforge.net/p/open-dent/wiki/opendent_installation/</link><description>Recent changes to opendent_installation</description><atom:link href="https://sourceforge.net/p/open-dent/wiki/opendent_installation/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 25 Aug 2021 14:36:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/open-dent/wiki/opendent_installation/feed" rel="self" type="application/rss+xml"/><item><title>opendent_installation modified by DiGraf</title><link>https://sourceforge.net/p/open-dent/wiki/opendent_installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -22,8 +22,8 @@
 sudo systemctl restart postgresql

 sudo su - 
-   [sudo] password des admin
-su - postgres
+   sudo&amp;gt;&amp;gt; password 
+ su - postgres
 psql
   postgres=# CREATE USER sudent  
   postgres-# WITH SUPERUSER CREATEDB CREATEROLE
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DiGraf</dc:creator><pubDate>Wed, 25 Aug 2021 14:36:47 -0000</pubDate><guid>https://sourceforge.netfb71b147b2553a6d59459dc13bcdc19bde89e911</guid></item><item><title>opendent_installation modified by DiGraf</title><link>https://sourceforge.net/p/open-dent/wiki/opendent_installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -20,3 +20,13 @@
 //der SQL-Server wird in /etc/postgresql/{version}/main/hba_conf eingerichtet.
 //danach mit
 sudo systemctl restart postgresql
+
+sudo su - 
+   [sudo] password des admin
+su - postgres
+psql
+  postgres=# CREATE USER sudent  
+  postgres-# WITH SUPERUSER CREATEDB CREATEROLE
+  postgres-# PASSWORD 'your-preferred-password';
+ &lt;b&gt;unbedingt eine Datenbank &lt;i&gt;dental&lt;/i&gt; anlegen&lt;/b&gt;
+  postgres=# CREATE DATABASE dental WITH OWNER sudent;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DiGraf</dc:creator><pubDate>Wed, 25 Aug 2021 14:35:43 -0000</pubDate><guid>https://sourceforge.net8cb490272ad78a771d85325888417174a62cd954</guid></item><item><title>opendent_installation modified by DiGraf</title><link>https://sourceforge.net/p/open-dent/wiki/opendent_installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -8,7 +8,11 @@

 &lt;b&gt;bin noch dabei, eine DEB - Package zu bauen &lt;/b&gt;

-postgres -&amp;gt; sudo apt install postgresql 
+sudo apt-get update
+sudo apt-get upgrade
+sudo apt-get install postgresql-12   //postgresql-13 ....
+
+&lt;b&gt;WICHTIG&lt;/b&gt;
 Openssl  -&amp;gt; sudo apt install openssl libssl-dev
 7z       -&amp;gt; sudo apt install p7zip p7zip-full
 pdftk    -&amp;gt; sudo apt install pdftk
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DiGraf</dc:creator><pubDate>Wed, 25 Aug 2021 14:32:46 -0000</pubDate><guid>https://sourceforge.net52c2cbb698983f0a2e28fd8fb2666e2bb479c390</guid></item><item><title>opendent_installation modified by DiGraf</title><link>https://sourceforge.net/p/open-dent/wiki/opendent_installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,8 +3,11 @@
 Derzeit noch nicht möglich, das ich den Sourcecode noch aufbereiten muss.
 ##Aus den Binaries
 ###Windows
-Die Datei Setupxxxxx.exe herunterladen und ausführen. (es wird gleichzeitig die Datenbank Postgresql installiert)
+Die Datei LZ_Setupxxxxx.exe herunterladen und ausführen. (es wird gleichzeitig die Datenbank Postgresql installiert)
 ###Linux
+
+&lt;b&gt;bin noch dabei, eine DEB - Package zu bauen &lt;/b&gt;
+
 postgres -&amp;gt; sudo apt install postgresql 
 Openssl  -&amp;gt; sudo apt install openssl libssl-dev
 7z       -&amp;gt; sudo apt install p7zip p7zip-full
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DiGraf</dc:creator><pubDate>Wed, 25 Aug 2021 14:24:12 -0000</pubDate><guid>https://sourceforge.net15f0254433c0e8b6615d2883c9463708ced5f505</guid></item><item><title>opendent_installation modified by DiGraf</title><link>https://sourceforge.net/p/open-dent/wiki/opendent_installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="installation"&gt;Installation&lt;/h1&gt;
&lt;h2 id="aus-den-quellen"&gt;Aus den Quellen&lt;/h2&gt;
&lt;p&gt;Derzeit noch nicht möglich, das ich den Sourcecode noch aufbereiten muss.&lt;/p&gt;
&lt;h2 id="aus-den-binaries"&gt;Aus den Binaries&lt;/h2&gt;
&lt;h3 id="windows"&gt;Windows&lt;/h3&gt;
&lt;p&gt;Die Datei Setupxxxxx.exe herunterladen und ausführen. (es wird gleichzeitig die Datenbank Postgresql installiert)&lt;/p&gt;
&lt;h3 id="linux"&gt;Linux&lt;/h3&gt;
&lt;p&gt;postgres -&amp;gt; sudo apt install postgresql &lt;br/&gt;
Openssl  -&amp;gt; sudo apt install openssl libssl-dev&lt;br/&gt;
7z       -&amp;gt; sudo apt install p7zip p7zip-full&lt;br/&gt;
pdftk    -&amp;gt; sudo apt install pdftk&lt;/p&gt;
&lt;p&gt;//der SQL-Server wird in /etc/postgresql/{version}/main/hba_conf eingerichtet.&lt;br/&gt;
//danach mit&lt;br/&gt;
sudo systemctl restart postgresql&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DiGraf</dc:creator><pubDate>Wed, 25 Aug 2021 14:21:16 -0000</pubDate><guid>https://sourceforge.netc13adc4f2920a240c042dff59c2e8a2caf611e1a</guid></item></channel></rss>