2013-01-22 16:58:09 +01:00
|
|
|
= render layout: 'help/layout' do
|
|
|
|
%h3.page_title Public Access
|
|
|
|
%br
|
2013-01-13 16:24:29 +01:00
|
|
|
|
2013-01-22 16:58:09 +01:00
|
|
|
%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}.
|
2013-01-13 16:24:29 +01:00
|
|
|
|
2013-01-22 16:58:09 +01:00
|
|
|
%ol
|
|
|
|
%li Go to your project dashboard
|
|
|
|
%li Click on the "Edit" tab
|
|
|
|
%li Select "Public clone access"
|
2013-01-13 16:24:29 +01:00
|
|
|
|