Installation: Difference between revisions

From diaspora* project wiki
(cleanup)
(No translations of official install guides as per community decision! Undo revision 3924 by Masanori msl (talk))
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
__NOTOC__ __NOEDITSECTION__
 
<div style="display:none">
{{#css:
{{#css:
   #installation {  
   #installation {  
     text-align: center;  
     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 {
   #installation .option {
     display: inline-block;
     text-align: center;
     vertical-align: top;
     vertical-align: top;
     border: 1em solid #F5F5F5;
     border: 1em solid #F5F5F5;
    /*border-bottom: none;*/
     margin: 0 -1em -1em 0;
     margin: 0 -1em -1em 0;
     padding-bottom: 1.5em;
     padding-bottom: 1.5em;
Line 17: Line 26:
     height: 180px;
     height: 180px;
     vertical-align: middle;
     vertical-align: middle;
     /* background: red; width: 1px; content: 'testing'; */
  }
  #installation .option table {
     width: 100% !important;
  }
  #installation ul {
    margin: 0.5em;
    list-style:none;
  }
 
  .flex-2third {
    -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="installation" style="text-align:center;">
  #installation #linux { }
   <div class="optrow">
  #installation #osx { padding-bottom: 3.35em; }
    <div class="option" style="width:63%;">
   #installation #bsd { }
      <div class="icon">[[File:Tux.png|link=|140px|]]</div>
  #installation #paas { padding-bottom: 1.5em; }
  #installation #windows { padding-bottom: 4.65em; }
  #installation #development { }


=== Linux ===
}}
</div>


{| style="width:100%;"
<div id="installation">
! Ubuntu      !! Debian    !! Fedora    !! Gentoo      !! Arch
  <div id="linux" class="option flex-2third">
|-
|
* Version 1
* Version 2
|
* Version 1.1
* Version 1.2
|
* Version X
* Version Y
|
* Version X
* Version Y
|
* Version X
* Version Y
|}


    </div><!-- /Linux --><!-- stupid whitespace
{{:Installation/Linux}}
    --><div class="option" style="width:33%;">
      <div class="icon">[[File:MacOS.png|link=|140px|]]</div>


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


{| style="width:100%;"
{{:Installation/Mac OS}}
|
* Version A
* Version B
* Version C
|}


    </div><!-- /MacOS --><!-- stupid whitespace
  </div><!-- /MacOS --><!-- stupid whitespace
  --></div><!-- /optrow --><!-- stupid whitespace
   --><div id="bsd" class="option flex-1third">
   --><div class="optrow">
    <div class="option" style="width:48%;">
      <div class="icon">[[File:BSD.png|middle|link=|170px|]]</div>


=== BSD ===
{{:Installation/BSD}}


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


    </div><!-- /BSD --><!-- stupid whitespace
{{:Installation/PaaS}}
    --><div class="option" style="width:48%;">
      <div class="icon">[[File:Windows.png|middle|link=|170px|]]</div>


=== Windows ===
  </div><!-- /PaaS --><!-- stupid whitespace
  --><div id="vagrant_puppet_capistrano" class="option flex-1third">


{| style="width:100%;"
{{:Installation/Automation}}
|
* FreeBSD
|}


    </div><!-- /windows --><!-- stupid whitespace
   </div><!-- /automation --><!-- stupid whitespace
   --></div><!-- /optrow --><!-- stupid whitespace
   --><div id="development" class="option flex-2third">
   --><div class="optrow">
        
    <div class="option" style="width:96%; padding-right:1em;">
{{:Installation/Development Setup}}
       <div class="icon" style="padding:1em 0;">[[Image:Development.png|middle|link=|120px|]]
        <div style="display:inline-block; vertical-align:middle; text-align:left; margin-left:3em;">


=== Development Setup ===
  </div><!-- /development --><!-- stupid whitespace
  --><div id="windows" class="option flex-1third">


<span style="color:#F01;">'''Install the ''Requirements'' for your OS first!'''</span> <br>(See the specific guides above)
{{:Installation/Windows}}


* Try the install script
  </div><!-- /windows -->
* Manual Dev setup


        </div>
      </div>
    </div><!-- /development -->
  </div><!-- /optrow -->
</div><!-- /container -->
</div><!-- /container -->
[[Category:Installation]]
[[Category:Podmin]]

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