Installation: Difference between revisions
(Add a note about installing a pod not being the only way to use diaspora*) |
SuperTux88 (talk | contribs) m (Fix table spacing) |
||
(2 intermediate revisions by the same user 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; | ||
} | } | ||
}} | }} | ||
Line 81: | Line 37: | ||
<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.