BigW Consortium Gitlab

git_access.html.haml 961 Bytes
Newer Older
1
- @no_container = true
2
- page_title "Git Access", "Wiki"
3

4
= render 'nav'
5
%div{ class: container_class }
6
  .sub-header-block
7 8 9
    %span.oneline
      Git access for
      %strong= @project_wiki.path_with_namespace
10

11 12
    .pull-right
      = render "shared/clone_panel", project: @project_wiki
13

14
  .prepend-top-default
15 16 17 18 19
    %fieldset
      %legend Install Gollum:
      %pre.dark
        :preserve
          gem install gollum
20

21 22 23 24 25
      %legend Clone Your Wiki:
      %pre.dark
        :preserve
          git clone #{ content_tag(:span, default_url_to_repo(@project_wiki), class: 'clone')}
          cd #{h @project_wiki.path}
26

27 28 29 30 31 32 33 34
      %legend Start Gollum And Edit Locally:
      %pre.dark
        :preserve
          gollum
          == Sinatra/1.3.5 has taken the stage on 4567 for development with backup from Thin
          >> Thin web server (v1.5.0 codename Knife)
          >> Maximum connections set to 1024
          >> Listening on 0.0.0.0:4567, CTRL+C to stop