Changeset aacba80f for general/prog


Ignore:
Timestamp:
01/06/2021 05:09:16 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1c54a7c
Parents:
5a38f35
Message:

More git server tweaks

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24077 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gitserver.xml

    r5a38f35 raacba80f  
    3939
    4040  <sect2 role="configuration">
    41     <title>Setting up a Git Server.</title>
     41    <title>Setting up a Git Server</title>
    4242
    4343    <para>
     
    9696
    9797    <sect3>
    98       <title>2. Create a git repository.</title>
     98      <title>2. Create a git repository</title>
    9999
    100100      <para>
     
    111111git init --bare                                      &amp;&amp;
    112112chown -R git:git .</userinput></screen>
     113   
     114    </sect3>
     115
     116    <sect3>
     117      <title>3. Populate the repository from a client system</title>
    113118
    114119      <para>
     
    121126      <para>
    122127        A minimal configuration should be available on the developer's
    123         dudyrm specifying its user name and the email address.
     128        system specifying its user name and the email address.
    124129        Create this minimal config file on client side:
    125130      </para>
     
    184189        <filename>authorized_keys</filename> file and there is no
    185190        option for the public to export/clone the repository. To
    186         enable this, continue with step 3 to setup the git server.
     191        enable this, continue with step 4 to setup the git server.
    187192      </para>
    188193
     
    190195
    191196    <sect3>
    192       <title>3. Configure the Server</title>
     197      <title>4. Configure the Server</title>
    193198
    194199      <para>
     
    199204        access.
    200205      </para>
    201       <para>
    202         The compination of access via ssh (for authenticated users) and
     206
     207      <para>
     208        The combination of access via ssh (for authenticated users) and
    203209        the export of repositories to unauthenticated users via the
    204210        daemon is in most cases enough for a development site.
Note: See TracChangeset for help on using the changeset viewer.