2016-06-15 10:31:41 -04:00
|
|
|
- @no_container = true
|
2015-04-30 15:15:50 -04:00
|
|
|
- page_title "Git Access", "Wiki"
|
2015-09-17 06:16:24 -04:00
|
|
|
|
2013-06-23 12:47:22 -04:00
|
|
|
= render 'nav'
|
2016-06-30 09:01:26 -04:00
|
|
|
%div{ class: container_class }
|
2016-06-16 10:09:58 -04:00
|
|
|
.sub-header-block
|
2016-06-15 10:31:41 -04:00
|
|
|
%span.oneline
|
|
|
|
Git access for
|
|
|
|
%strong= @project_wiki.path_with_namespace
|
2013-03-03 22:43:52 -05:00
|
|
|
|
2016-06-15 10:31:41 -04:00
|
|
|
.pull-right
|
|
|
|
= render "shared/clone_panel", project: @project_wiki
|
2013-03-03 22:43:52 -05:00
|
|
|
|
2016-06-16 10:09:58 -04:00
|
|
|
.prepend-top-default
|
2016-06-15 10:31:41 -04:00
|
|
|
%fieldset
|
|
|
|
%legend Install Gollum:
|
|
|
|
%pre.dark
|
|
|
|
:preserve
|
|
|
|
gem install gollum
|
2013-03-03 22:43:52 -05:00
|
|
|
|
2016-06-15 10:31:41 -04:00
|
|
|
%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}
|
2013-10-21 06:07:16 -04:00
|
|
|
|
2016-06-15 10:31:41 -04:00
|
|
|
%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
|