public_access.html.haml 432 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1
= render layout: 'help/layout' do
2
  %h3.page-title Public Access
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
3
  %br
4

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
5 6 7 8 9 10
  %p
    GitLab allows you to open selected projects to be accessed publicly.
    These projects will be clonable
    %em without any
    authentication.
    Also they will be listed on the #{link_to "public access directory", public_root_path}.
11

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
12 13 14 15
  %ol
    %li Go to your project dashboard
    %li Click on the "Edit" tab
    %li Select "Public clone access"
16