Installation: Difference between revisions

From diaspora* project wiki
(cleanup)
m (Fix table spacing)
 
(27 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
__NOTOC__ __NOEDITSECTION__
 
<div style="display:none">
{{#css:
{{#css:
   #installation {  
   #installation {  
     text-align: center;  
     display: flex;
    flex-flow: row wrap;
    margin: 0 1em 2em 0;
   }
   }
   #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;
    flex: 1 100%;
   }
   }
   #installation .icon:before {
   #installation .icon:before {
Line 17: Line 21:
     height: 180px;
     height: 180px;
     vertical-align: middle;
     vertical-align: middle;
     /* background: red; width: 1px; content: 'testing'; */
  }
  #installation .option table {
     width: 100% !important;
    table-layout: fixed;
   }
   }
  #installation ul {
    margin: 0.5em;
    list-style:none;
  }
}}
}}
</div>


<div id="installation" style="text-align:center;">
{{Note|'''You don't need to have your own pod to use diaspora*.'''<br>Running your own diaspora* server allows more control over your data, but it requires technical skills and time. Instead, you can register on one of the [[Choosing_a_pod|installations open to everyone]] that allow you to use diaspora* in a few clicks without any requirements}}
  <div class="optrow">
    <div class="option" style="width:63%;">
      <div class="icon">[[File:Tux.png|link=|140px|]]</div>


=== Linux ===
<div id="installation">
  <div id="linux" class="option">


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


=== Mac OS ===
  </div><!-- /development -->
</div><!-- /container -->


{| style="width:100%;"
[[Category:Installation]]
|
[[Category:Podmin]]
* Version A
* Version B
* Version C
|}
 
    </div><!-- /MacOS --><!-- stupid whitespace
  --></div><!-- /optrow --><!-- stupid whitespace
  --><div class="optrow">
    <div class="option" style="width:48%;">
      <div class="icon">[[File:BSD.png|middle|link=|170px|]]</div>
 
=== BSD ===
 
{| style="width:100%;"
|
* Windows
|}
 
    </div><!-- /BSD --><!-- stupid whitespace
    --><div class="option" style="width:48%;">
      <div class="icon">[[File:Windows.png|middle|link=|170px|]]</div>
 
=== Windows ===
 
{| style="width:100%;"
|
* FreeBSD
|}
 
    </div><!-- /windows --><!-- stupid whitespace
  --></div><!-- /optrow --><!-- stupid whitespace
  --><div class="optrow">
    <div class="option" style="width:96%; padding-right:1em;">
      <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 ===
 
<span style="color:#F01;">'''Install the ''Requirements'' for your OS first!'''</span> <br>(See the specific guides above)
 
* Try the install script
* Manual Dev setup
 
        </div>
      </div>
    </div><!-- /development -->
  </div><!-- /optrow -->
</div><!-- /container -->

Latest revision as of 02:43, 9 June 2024

NoteNote:You don't need to have your own pod to use diaspora*.
Running your own diaspora* server allows more control over your data, but it requires technical skills and time. Instead, you can register on one of the installations open to everyone that allow you to use diaspora* in a few clicks without any requirements
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.