<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Start on SOW</title>
    <link>https://sow.pgsty.com/categories/start/</link>
    <description>Recent content in Start on SOW</description>
    <generator>Hugo</generator>
    <language>en</language>
    
    
    
      <lastBuildDate>Fri, 28 Aug 2026 18:32:04 +0800</lastBuildDate>
    
    
      <atom:link href="https://sow.pgsty.com/categories/start/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
        <title>Get Started</title>
        <link>https://sow.pgsty.com/docs/start/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/start/</guid>
        <description>&lt;p&gt;SOW builds static RPM/YUM and DEB/APT repositories; it is not an HTTP daemon. Choose one&#xA;of two isolated paths:&lt;/p&gt;&#xA;&lt;ul class=&#34;cards&#34;&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Plain:&lt;/strong&gt; &lt;code&gt;sow create&lt;/code&gt; rebuilds indexes beside the packages in an ordinary directory.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Managed:&lt;/strong&gt; a workspace tracks package membership, Dists, architecture views, policy,&#xA;signing, generations, audit history, and publication targets.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://sow.pgsty.com/docs/start/install/&#34;&gt;Installation&lt;/a&gt; — Choose a release archive, RPM/DEB package, or source build; verify the installed binary.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://sow.pgsty.com/docs/start/quickstart/&#34;&gt;Quick Start&lt;/a&gt; — Create and serve a flat repository from a directory of packages.&lt;/p&gt;</description>
      </item>
    <item>
        <title>Installation</title>
        <link>https://sow.pgsty.com/docs/start/install/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/start/install/</guid>
        <description>&lt;p&gt;SOW is one executable: there is no service to enable and no runtime language environment.&#xA;Release builds target Linux and macOS on &lt;code&gt;amd64&lt;/code&gt; and &lt;code&gt;arm64&lt;/code&gt;; Linux also gets RPM and DEB&#xA;packages. Windows is not supported.&lt;/p&gt;&#xA;&lt;p&gt;Use the &lt;a href=&#34;https://sow.pgsty.com/download/&#34;&gt;Download page&lt;/a&gt; to select the archive or Linux package that matches&#xA;your operating system and architecture. It links each published artifact, its source tag,&#xA;and &lt;code&gt;SHA256SUMS&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;install-an-archive&#34;&gt;Install an archive&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Download one archive plus &lt;code&gt;SHA256SUMS&lt;/code&gt;, then verify the matching line before extraction:&lt;/p&gt;</description>
      </item>
    <item>
        <title>Quick Start</title>
        <link>https://sow.pgsty.com/docs/start/quickstart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/start/quickstart/</guid>
        <description>&lt;p&gt;Plain mode builds a flat repository in one directory. It does not read &lt;code&gt;sow.yml&lt;/code&gt;, create&#xA;a workspace, or keep a database.&lt;/p&gt;&#xA;&lt;div class=&#34;td-steps td-max-width-on-larger-screens&#34;&gt;&#xA;&lt;h2 id=&#34;1-prepare-a-directory&#34;&gt;Prepare a directory&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Put RPM and/or DEB files at the directory top level. &lt;code&gt;sow create&lt;/code&gt; does not recurse and&#xA;does not move or rename package files.&lt;/p&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-baa82ceb-fence-0&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;bash&#34; data-td-line-count=&#34;2&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-baa82ceb-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;mkdir -p /srv/repo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;cp /path/to/packages/*.rpm /path/to/packages/*.deb /srv/repo/&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;If one glob has no matches, copy the formats you actually have instead.&lt;/p&gt;</description>
      </item>
    <item>
        <title>Your First Workspace</title>
        <link>https://sow.pgsty.com/docs/start/workspace/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/start/workspace/</guid>
        <description>&lt;p&gt;Managed mode keeps configuration, membership, generations, and audit state. This example&#xA;starts from an empty directory.&lt;/p&gt;&#xA;&lt;div class=&#34;td-steps td-max-width-on-larger-screens&#34;&gt;&#xA;&lt;h2 id=&#34;1-initialize-the-workspace&#34;&gt;Initialize the workspace&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-b6b3b1e6-fence-0&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;bash&#34; data-td-line-count=&#34;2&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-b6b3b1e6-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;sow init /srv/sow&#xA;&lt;/span&gt;&lt;/span&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; /srv/sow&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;&lt;code&gt;init&lt;/code&gt; creates:&lt;/p&gt;&#xA;&lt;div class=&#34;td-code td-code--untitled&#34; id=&#34;td-code-b6b3b1e6-fence-1&#34; data-td-code data-td-code-auto-id&#xA;     data-td-language=&#34;text&#34; data-td-line-count=&#34;3&#34;&gt;&#xA;  &lt;div class=&#34;td-code__viewport&#34; id=&#34;td-code-b6b3b1e6-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-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/srv/sow/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;├── sow.yml   # configuration; schema: sow/v3&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;└── .sow/     # SQLite state, locks, staging, recovery, journals&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;Do not edit or serve &lt;code&gt;.sow/&lt;/code&gt;. &lt;code&gt;init&lt;/code&gt; is idempotent: rerunning it validates and converges&#xA;declared repositories and Dists; it does not reset a valid workspace.&lt;/p&gt;</description>
      </item>
    <item>
        <title>Core Concepts</title>
        <link>https://sow.pgsty.com/docs/start/concepts/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://sow.pgsty.com/docs/start/concepts/</guid>
        <description>&lt;h2 id=&#34;plain-or-managed&#34;&gt;Plain or Managed&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The two execution paths are separate.&lt;/p&gt;&#xA;&lt;div class=&#34;td-table-scroll td-table-scroll--static&#34;&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;&lt;/th&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;Plain&lt;/th&gt;&#xA;      &lt;th scope=&#34;col&#34;&gt;Managed&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Entry point&lt;/td&gt;&#xA;      &lt;td&gt;&lt;code&gt;sow create DIR&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;td&gt;&lt;code&gt;init&lt;/code&gt;, &lt;code&gt;repo&lt;/code&gt;, &lt;code&gt;dist&lt;/code&gt;, &lt;code&gt;add&lt;/code&gt;, &lt;code&gt;rm&lt;/code&gt;, &lt;code&gt;build&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;State&lt;/td&gt;&#xA;      &lt;td&gt;package directory&lt;/td&gt;&#xA;      &lt;td&gt;&lt;code&gt;sow.yml&lt;/code&gt; plus private SQLite/journals&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Public layout&lt;/td&gt;&#xA;      &lt;td&gt;flat RPM/DEB indexes&lt;/td&gt;&#xA;      &lt;td&gt;Repository &lt;code&gt;pool/ + dists/&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Formats&lt;/td&gt;&#xA;      &lt;td&gt;RPM and DEB may share one directory&lt;/td&gt;&#xA;      &lt;td&gt;one format per Dist&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Architecture views&lt;/td&gt;&#xA;      &lt;td&gt;no&lt;/td&gt;&#xA;      &lt;td&gt;yes&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Policy and audit&lt;/td&gt;&#xA;      &lt;td&gt;no&lt;/td&gt;&#xA;      &lt;td&gt;yes&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;Metadata signing and publication targets&lt;/td&gt;&#xA;      &lt;td&gt;no&lt;/td&gt;&#xA;      &lt;td&gt;yes&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;Choose Plain when directory contents already equal the desired repository. Choose Managed&#xA;when SOW must own membership, policy, generations, signing, audit, or publication.&lt;/p&gt;</description>
      </item>
    
  </channel>
</rss>
