Installation: Difference between revisions
No edit summary |
SuperTux88 (talk | contribs) m (Fix table spacing) |
||
(25 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ | ||
<div style="display:none"> | |||
{{#css: | {{#css: | ||
#installation { | #installation { | ||
display: flex; | |||
flex-flow: row wrap; | |||
margin: 0 1em 2em 0; | |||
} | } | ||
#installation .option { | #installation .option { | ||
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; | ||
} | } | ||
#installation .option table { | #installation .option table { | ||
width: 100% !important; | width: 100% !important; | ||
table-layout: fixed; | |||
} | } | ||
#installation ul { | #installation ul { | ||
margin: 0.5em; | |||
list-style:none; | list-style:none; | ||
} | } | ||
}} | }} | ||
</div> | |||
< | {{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="linux" class="option"> | |||
{{:Installation/Linux}} | |||
</div><!-- /Linux --><!-- stupid whitespace | |||
--><div id="development" class="option"> | |||
--><div | |||
{{ | {{:Installation/Development Setup}} | ||
</div><!-- /development --> | |||
</div><!-- /container --> | </div><!-- /container --> | ||
[[Category:Installation]] | |||
[[Category:Podmin]] |
Latest revision as of 02:43, 9 June 2024
Linux
Ubuntu | Debian | Fedora | Arch |
---|---|---|---|
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.