<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>FOLIO Documentation – Getting Started</title>
    <link>https://trillium.docs.folio.org/docs/getting-started/</link>
    <description>Recent content in Getting Started on FOLIO Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="https://trillium.docs.folio.org/docs/getting-started/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: Install FOLIO</title>
      <link>https://trillium.docs.folio.org/docs/getting-started/installation/</link>
      <pubDate>Mon, 06 Jan 2025 00:00:00 +0000</pubDate>
      
      <guid>https://trillium.docs.folio.org/docs/getting-started/installation/</guid>
      <description>
        
        
        &lt;h2 id=&#34;types-of-installations-and-deployments&#34;&gt;Types of installations and deployments&lt;/h2&gt;
&lt;p&gt;You can work with, install and deploy FOLIO in different ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Single-server deployment&lt;/li&gt;
&lt;li&gt;Kubernetes deployment&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;single-server-deployment&#34;&gt;Single-server deployment&lt;/h3&gt;
&lt;p&gt;Currently we don&amp;rsquo;t have complete installation instructions for a single-server deployment in the Ramsons release.&lt;/p&gt;
&lt;p&gt;Work in progress is &lt;a href=&#34;https://folio-org.atlassian.net/wiki/spaces/FOLIJET/pages/441843733/Single+Server+Fresh+Install&#34;&gt;Eureka Single Server Fresh Install&lt;/a&gt; and &lt;a href=&#34;https://github.com/folio-org/eureka-platform-bootstrap&#34;&gt;eureka-platform-bootstrap&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;kubernetes&#34;&gt;Kubernetes&lt;/h3&gt;
&lt;p&gt;FOLIO&amp;rsquo;s built-in multi-tenant capabilities make it straightforward to harness economies of scale and improve efficiencies for libraries. In this scenario, FOLIO will be deployed on a cluster of servers using Kubernetes for orchestration. This configuration allows the addition of new tenants and hardware resources on demand and it is ideal if you need to scale-up your FOLIO instance in the future.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&#34;https://trillium.docs.folio.org/docs/getting-started/installation/kubernetesex/&#34;&gt;Kubernetes example&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;h3 id=&#34;memory&#34;&gt;Memory&lt;/h3&gt;
&lt;p&gt;At least 24 GB memory are needed to run the official &lt;a href=&#34;https://github.com/folio-org/platform-complete&#34;&gt;platform-complete&lt;/a&gt; set of FOLIO modules.&lt;/p&gt;
&lt;h3 id=&#34;infrastructure&#34;&gt;Infrastructure&lt;/h3&gt;
&lt;p&gt;FOLIO requires&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a PostgreSQL server&lt;/li&gt;
&lt;li&gt;an OpenSearch or Elasticsearch server&lt;/li&gt;
&lt;li&gt;a Kafka server&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Optional is&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a MinIO object store or an Amazon S3 bucket&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;postgresql&#34;&gt;PostgreSQL&lt;/h4&gt;
&lt;p&gt;FOLIO requires PostgreSQL 16 or any later version.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;pg_hba.conf&lt;/code&gt; must be configured for &lt;code&gt;md5&lt;/code&gt; &lt;a href=&#34;https://www.postgresql.org/docs/current/auth-password.html&#34;&gt;password authentication&lt;/a&gt;. Some PostgreSQL distributions default to &lt;code&gt;scram-sha-256&lt;/code&gt; password authentication failing the FOLIO installation with this error message:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Opening SQLConnection failed: com/ongres/scram/common/stringprep/StringPreparation
java.lang.NoClassDefFoundError: com/ongres/scram/common/stringprep/StringPreparation
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The FOLIO development teams are working on enabling the more secure &lt;code&gt;scram-sha-256&lt;/code&gt; method, see &lt;a href=&#34;https://issues.folio.org/browse/FOLIO-2411&#34;&gt;FOLIO-2411&lt;/a&gt; and the issues it lists in its Issues Link section.&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
