Installation: Difference between revisions

From diaspora* project wiki
No edit summary
m (Fix table spacing)
 
(20 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
__NOTOC__ __NOEDITSECTION__
 
<div style="display:none">
{{#css:
{{#css:
   #installation {  
   #installation {  
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
     display: flex;
     display: flex;
 
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     flex-flow: row wrap;
    margin: 0 1em 2em 0;
   }
   }
   #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;
    flex: 1 100%;
   }
   }
   #installation .icon:before {
   #installation .icon:before {
Line 27: Line 24:
   #installation .option table {
   #installation .option table {
     width: 100% !important;
     width: 100% !important;
    table-layout: fixed;
   }
   }
   #installation ul {
   #installation ul {
Line 33: Line 31:
   }
   }


  .flex-2third {
}}
    -webkit-flex: 2 62.9%;
</div>
    -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%; }
  }
 
  #linux { }
  #osx { padding-bottom: 4.9em; }
  #bsd { }
  #paas { padding-bottom: 3.1em; }
  #windows { padding-bottom: 4.65em; }
  #development { }


}}
{{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 id="installation">
<div id="installation">
   <div id="linux" class="option flex-2third">
   <div id="linux" class="option">


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


   </div><!-- /Linux --><!-- stupid whitespace
   </div><!-- /Linux --><!-- stupid whitespace
  --><div id="osx" class="option flex-1third">
   --><div id="development" class="option">
 
{{:User:Raven24/WIP:Installation/Mac OS}}
 
  </div><!-- /MacOS --><!-- stupid whitespace
  --><div id="bsd" class="option flex-1third">
 
{{:User:Raven24/WIP:Installation/BSD}}
 
  </div><!-- /BSD --><!-- stupid whitespace
  --><div id="paas" class="option flex-1third">
 
{{:User:MrZYX/WIP:Installation/PaaS}}
 
  </div><!-- /PaaS --><!-- stupid whitespace
  --><div id="windows" class="option flex-1third">
 
{{:User:Raven24/WIP:Installation/Windows}}
 
  </div><!-- /windows --><!-- stupid whitespace
   --><div id="development" class="option flex-full">
        
        
{{:User:Raven24/WIP:Installation/Development Setup}}
{{:Installation/Development Setup}}


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

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.