Installation: Difference between revisions

From diaspora* project wiki
No edit summary
(No translations of official install guides as per community decision! Undo revision 3924 by Masanori msl (talk))
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
__NOTOC__ __NOEDITSECTION__
 
<div style="display:none">
{{#css:
{{#css:
   #installation {  
   #installation {  
Line 15: Line 15:
   #installation .option {
   #installation .option {
     text-align: center;
     text-align: center;
    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 65: Line 67:
     .flex-full { width: 98%; }
     .flex-full { width: 98%; }
   }
   }
  #installation #linux { }
  #installation #osx { padding-bottom: 3.35em; }
  #installation #bsd { }
  #installation #paas { padding-bottom: 1.5em; }
  #installation #windows { padding-bottom: 4.65em; }
  #installation #development { }
}}
}}
</div>


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


{{:User:Raven24/WIP:Installation/Linux}}
{{:Installation/Linux}}


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


{{:User:Raven24/WIP:Installation/Mac OS}}
{{:Installation/Mac OS}}


   </div><!-- /MacOS --><!-- stupid whitespace
   </div><!-- /MacOS --><!-- stupid whitespace
   --><div class="option flex-half">
   --><div id="bsd" class="option flex-1third">


{{:User:Raven24/WIP:Installation/BSD}}
{{:Installation/BSD}}


   </div><!-- /BSD --><!-- stupid whitespace
   </div><!-- /BSD --><!-- stupid whitespace
   --><div class="option flex-half">
   --><div id="paas" class="option flex-1third">


{{:User:MrZYX/WIP:Installation/PaaS}}
{{:Installation/PaaS}}


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


{{:User:Raven24/WIP:Installation/Windows}}
{{:Installation/Automation}}


   </div><!-- /windows --><!-- stupid whitespace
   </div><!-- /automation --><!-- stupid whitespace
   --><div class="option flex-half">
   --><div id="development" class="option flex-2third">
        
        
{{:User:Raven24/WIP:Installation/Development Setup}}
{{:Installation/Development Setup}}
 
  </div><!-- /development --><!-- stupid whitespace
  --><div id="windows" class="option flex-1third">
 
{{:Installation/Windows}}
 
  </div><!-- /windows -->


  </div><!-- /development -->
</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