Installation: Difference between revisions

From diaspora* project wiki
(more formatting)
(No translations of official install guides as per community decision! Undo revision 3924 by Masanori msl (talk))
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
<div style="display:none">
{{#css:
  #installation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
 
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #installation .option {
    text-align: center;
    vertical-align: top;
    border: 1em solid #F5F5F5;
    /*border-bottom: none;*/
    margin: 0 -1em -1em 0;
    padding-bottom: 1.5em;
  }
  #installation .icon:before {
    content: '';
    display: inline-block;
    height: 180px;
    vertical-align: middle;
  }
  #installation .option table {
    width: 100% !important;
  }
  #installation ul {
    margin: 0.5em;
    list-style:none;
  }


__NOTOC__
  .flex-2third {
__NOEDITSECTION__
    -webkit-flex: 2 62.9%;
    -moz-flex: 2 62.9%;
    -ms-flex: 2 62.9%;
    flex: 2 62.9%;
  }
  .flex-1third {
    -webkit-flex: 1 30.9%;
    -moz-flex: 1 30.9%;
    -ms-flex: 1 30.9%;
    flex: 1 30.9%;
  }
  .flex-half {
    -webkit-flex: 1 47.9%;
    -moz-flex: 1 47.9%;
    -ms-flex: 1 47.9%;
    flex: 1 47.9%;
  }
  .flex-full {
    -webkit-flex: 1 97.9%;
    -moz-flex: 1 97.9%;
    -ms-flex: 1 97.9%;
    flex: 1 97.9%;
  }
  @supports (not (flex-wrap: wrap)) {
    #installation { display: block }
    #installation > div { display: inline-block; }
    .flex-2third { width: 65%; }
    .flex-1third { width: 32%; }
    .flex-half { width: 48.5%; }
    .flex-full { width: 98%; }
  }


<div id="container" style="text-align:center;">
  #installation #linux { }
   <div style="display:inline-block; width:63%; vertical-align:top; margin-right:1em; outline:1px solid green;">
  #installation #osx { padding-bottom: 3.35em; }
  #installation #bsd { }
   #installation #paas { padding-bottom: 1.5em; }
  #installation #windows { padding-bottom: 4.65em; }
  #installation #development { }


    <div><div style="height:180px; display:inline-block; vertical-align:middle;"></div>[[File:Tux.png|link=|140px|]]</div>
}}
</div>


=== Linux ===
<div id="installation">
  <div id="linux" class="option flex-2third">


{| style="width:100%;"
{{:Installation/Linux}}
! Ubuntu      !! Debian    !! Fedora    !! Gentoo      !! Arch
|-
|
* Version 1
* Version 2
|
* Version 1.1
* Version 1.2
|
* Version X
* Version Y
|
* Version X
* Version Y
|
* Version X
* Version Y
|}


   </div>
   </div><!-- /Linux --><!-- stupid whitespace
  --><div id="osx" class="option flex-1third">


  <div style="display:inline-block; width:33%; vertical-align:top; outline:1px solid purple;">
{{:Installation/Mac OS}}


    <div><div style="height:180px; display:inline-block; vertical-align:middle;"></div>[[File:MacOS.png|link=|140px|]]</div>
  </div><!-- /MacOS --><!-- stupid whitespace
  --><div id="bsd" class="option flex-1third">


=== Mac OS ===
{{:Installation/BSD}}


{| style="width:100%;"
  </div><!-- /BSD --><!-- stupid whitespace
|
  --><div id="paas" class="option flex-1third">
* Version A
* Version B
* Version C
|}


  </div>
{{:Installation/PaaS}}


   <div style="display:inline-block; width:48%; margin-right:1em; vertical-align:top; outline:1px solid blue;">
   </div><!-- /PaaS --><!-- stupid whitespace
  --><div id="vagrant_puppet_capistrano" class="option flex-1third">


    <div><div style="height:180px; display:inline-block; vertical-align:middle;"></div>[[File:BSD.png|middle|link=|170px|]]</div>
{{:Installation/Automation}}


=== BSD ===
  </div><!-- /automation --><!-- stupid whitespace
  --><div id="development" class="option flex-2third">
     
{{:Installation/Development Setup}}


{| style="width:100%;"
  </div><!-- /development --><!-- stupid whitespace
|
  --><div id="windows" class="option flex-1third">
* Windows
|}


  </div>
{{:Installation/Windows}}


   <div style="display:inline-block; width:48%; vertical-align:top; outline:1px solid blue;">
   </div><!-- /windows -->


    <div><div style="height:180px; display:inline-block; vertical-align:middle;"></div>[[File:Windows.png|middle|link=|170px|]]</div>
</div><!-- /container -->


=== Windows ===
[[Category:Installation]]
 
[[Category:Podmin]]
{| style="width:100%;"
|
* FreeBSD
|}
 
  </div>
 
</div><!-- /container -->

Revision as of 14:06, 22 February 2015

Development.png

Development Setup

The guides above provide a version to get diaspora* running on your development machine. Just pick the one matching your OS and select "development" instead of production in the "Version of this guide". You can then check our guide on getting started with contributing.

Windows.png

Windows

  • Currently unsupported