<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Install on PIGSTY</title>
    <link>https://v27.pgsty.pro/categories/install/</link>
    <description>Recent content in Install on PIGSTY</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    
    
    
      <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    
    
      <atom:link href="https://v27.pgsty.pro/categories/install/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
        <title>Installation</title>
        <link>https://v27.pgsty.pro/docs/setup/install/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://v27.pgsty.pro/docs/setup/install/</guid>
        <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Install Pigsty with 4 steps: &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#prepare&#34;&gt;Prepare&lt;/a&gt;, &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#download&#34;&gt;Download&lt;/a&gt;, &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#configure&#34;&gt;Configure&lt;/a&gt; and &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#install&#34;&gt;Install&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Also check &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/offline/&#34;&gt;offline installation&lt;/a&gt; if you don&amp;rsquo;t have the Internet access.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;short-version&#34;&gt;Short Version&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#prepare&#34;&gt;Prepare&lt;/a&gt; a fresh Linux x86_64 node that runs &lt;a href=&#34;https://v27.pgsty.pro/docs/reference/compatibility/&#34;&gt;compatible&lt;/a&gt; OS, then run as a &lt;strong&gt;sudo-able&lt;/strong&gt; user:&lt;/p&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-59168d38-fence-0&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;bash&#34; data-td-line-count=&#34;1&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-59168d38-fence-0-viewport&#34; data-td-code-viewport&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -L https://get.pigsty.cc/install &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; bash -s v2.7.0&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;It will &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#download&#34;&gt;download&lt;/a&gt; Pigsty source to your home, then perform &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#configure&#34;&gt;configure&lt;/a&gt; and &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#install&#34;&gt;install&lt;/a&gt; to finish the installation.&lt;/p&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-59168d38-fence-1&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;bash&#34; data-td-line-count=&#34;4&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-59168d38-fence-1-viewport&#34; data-td-code-viewport&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; ~/pigsty   &lt;span class=&#34;c1&#34;&gt;# get pigsty source and entering dir&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./bootstrap   &lt;span class=&#34;c1&#34;&gt;# download bootstrap pkgs &amp;amp; ansible [optional]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./configure   &lt;span class=&#34;c1&#34;&gt;# pre-check and config templating   [optional]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./install.yml &lt;span class=&#34;c1&#34;&gt;# install pigsty according to pigsty.yml&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;A pigsty singleton node will be ready with Web &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#interface&#34;&gt;Interface&lt;/a&gt; on port &lt;code&gt;80/443&lt;/code&gt; and Postgres &lt;a href=&#34;https://v27.pgsty.pro/docs/concept/svc/&#34;&gt;service&lt;/a&gt; on port &lt;code&gt;5432&lt;/code&gt;.&#xA;You can add &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#more&#34;&gt;more&lt;/a&gt; nodes into Pigsty and deploy &lt;a href=&#34;https://v27.pgsty.pro/docs/about/module/&#34;&gt;modules&lt;/a&gt; on them.&lt;/p&gt;</description>
      </item>
    <item>
        <title>Offline Install</title>
        <link>https://v27.pgsty.pro/docs/setup/offline/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://v27.pgsty.pro/docs/setup/offline/</guid>
        <description>&lt;p&gt;Pigsty&amp;rsquo;s &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/&#34;&gt;&lt;strong&gt;Standard Installation&lt;/strong&gt;&lt;/a&gt; process requires Internet access, but production database servers are often isolated from the Internet.&lt;/p&gt;&#xA;&lt;p&gt;Therefore, Pigsty offers an offline installation feature, allowing you to complete the installation and deployment in an environment without internet access.&lt;/p&gt;&#xA;&lt;p&gt;If you have internet access, downloading the pre-made &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/offline/#offline-package&#34;&gt;&lt;strong&gt;Offline Package&lt;/strong&gt;&lt;/a&gt; in advance can help speed up the installation process and enhance the certainty and reliability of the installation.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;short-version&#34;&gt;Short Version&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;You have to download the Pigsty source tarball and the &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/offline/#offline-package&#34;&gt;&lt;strong&gt;Offline Package&lt;/strong&gt;&lt;/a&gt; in addition to the &lt;a href=&#34;https://v27.pgsty.pro/docs/setup/install/#installation&#34;&gt;&lt;strong&gt;Standard Installation&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;</description>
      </item>
    
  </channel>
</rss>
