debian-mirror-gitlab/app/views/projects/wikis/git_access.html.haml

33 lines
850 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "Git Access", "Wiki"
2014-09-02 18:07:02 +05:30
= render 'nav'
.row
.col-sm-6
%h3.page-title
Git access for
%strong= @project_wiki.path_with_namespace
.col-sm-6
= render "shared/clone_panel", project: @project_wiki
.git-empty
%fieldset
%legend Install Gollum:
%pre.dark
:preserve
gem install gollum
%legend Clone Your Wiki:
%pre.dark
:preserve
git clone #{ content_tag(:span, default_url_to_repo(@project_wiki), class: 'clone')}
2015-09-11 14:41:01 +05:30
cd #{h @project_wiki.path}
2014-09-02 18:07:02 +05:30
%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