Installation: Difference between revisions

From diaspora* project wiki
(more formatting)
m (Fix table spacing)
 
(29 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
<div style="display:none">
{{#css:
  #installation {
    display: flex;
    flex-flow: row wrap;
    margin: 0 1em 2em 0;
  }
  #installation .option {
    text-align: center;
    vertical-align: top;
    border: 1em solid #F5F5F5;
    /*border-bottom: none;*/
    margin: 0 -1em -1em 0;
    padding-bottom: 1.5em;
    flex: 1 100%;
  }
  #installation .icon:before {
    content: '';
    display: inline-block;
    height: 180px;
    vertical-align: middle;
  }
  #installation .option table {
    width: 100% !important;
    table-layout: fixed;
  }
  #installation ul {
    margin: 0.5em;
    list-style:none;
  }


__NOTOC__
}}
__NOEDITSECTION__
</div>
 
 


<div id="container" 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 style="display:inline-block; width:63%; vertical-align:top; margin-right:1em; outline:1px solid green;">


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


=== Linux ===
{{:Installation/Linux}}


{| style="width:100%;"
   </div><!-- /Linux --><!-- stupid whitespace
! Ubuntu      !! Debian    !! Fedora    !! Gentoo      !! Arch
   --><div id="development" class="option">
|-
     
|
{{:Installation/Development Setup}}
* Version 1
* Version 2
|
* Version 1.1
* Version 1.2
|
* Version X
* Version Y
|
* Version X
* Version Y
|
* Version X
* Version Y
|}
 
   </div><!-- /Linux -->
 
  <div style="display:inline-block; width:33%; vertical-align:top; outline:1px solid purple;">
 
    <div><div style="height:180px; display:inline-block; vertical-align:middle;"></div>[[File:MacOS.png|link=|140px|]]</div>
 
=== Mac OS ===
 
{| style="width:100%;"
|
* Version A
* Version B
* Version C
|}
 
   </div><!-- /MacOS -->
 
  <div style="display:inline-block; width:48%; margin-right:1em; vertical-align:top; outline:1px solid blue;">
 
    <div><div style="height:180px; display:inline-block; vertical-align:middle;"></div>[[File:BSD.png|middle|link=|170px|]]</div>
 
=== BSD ===
 
{| style="width:100%;"
|
* Windows
|}
 
  </div><!-- /BSD -->
 
  <div style="display:inline-block; width:48%; vertical-align:top; outline:1px solid blue;">
 
    <div><div style="height:180px; display:inline-block; vertical-align:middle;"></div>[[File:Windows.png|middle|link=|170px|]]</div>
 
=== Windows ===
 
{| style="width:100%;"
|
* FreeBSD
|}
 
  </div><!-- /windows -->


  </div><!-- /development -->
</div><!-- /container -->
</div><!-- /container -->


 
[[Category:Installation]]
<div style="text-align:center; outline:1px solid red;">
[[Category:Podmin]]
  <div style="height:180px; display:inline-block; vertical-align:middle;"></div>[[Image:Development.png|middle|link=|170px|]]
  <div style="display:inline-block; vertical-align:middle; text-align:left; margin-left:3em;">
 
=== Development Setup ===
 
'''Install the ''Requirements'' for your OS first!''' <br>(See the specific guides above)
 
* Try the install script
* Manual Dev setup
 
  </div>
</div>

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.