Installation: Difference between revisions
(No translations of official install guides as per community decision! Undo revision 3924 by Masanori msl (talk)) |
SuperTux88 (talk | contribs) m (Fix table spacing) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
{{#css: | {{#css: | ||
#installation { | #installation { | ||
display: flex; | display: flex; | ||
flex-flow: row wrap; | flex-flow: row wrap; | ||
margin: 0 1em 2em 0; | |||
} | } | ||
#installation .option { | #installation .option { | ||
Line 20: | Line 14: | ||
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 29: | Line 24: | ||
#installation .option table { | #installation .option table { | ||
width: 100% !important; | width: 100% !important; | ||
table-layout: fixed; | |||
} | } | ||
#installation ul { | #installation ul { | ||
Line 34: | Line 30: | ||
list-style:none; | list-style:none; | ||
} | } | ||
}} | }} | ||
</div> | </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="installation"> | ||
<div id="linux" class="option | <div id="linux" class="option"> | ||
{{:Installation/Linux}} | {{:Installation/Linux}} | ||
</div><!-- /Linux --><!-- stupid whitespace | </div><!-- /Linux --><!-- stupid whitespace | ||
--><div id="development" class="option"> | |||
--><div id="development" class="option | |||
{{:Installation/Development Setup}} | {{:Installation/Development Setup}} | ||
</div><!-- /development --> | </div><!-- /development --> | ||
</div><!-- /container --> | </div><!-- /container --> | ||
[[Category:Installation]] | [[Category:Installation]] | ||
[[Category:Podmin]] | [[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.